1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 13:33:15 +03:00

ar71xx: fix WLAN mac address on the TL-WR1043ND

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19573 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-02-10 20:01:20 +00:00
parent 1b043cb00c
commit 03ec19bb1a

View File

@ -130,7 +130,7 @@ static void __init tl_wr1043nd_setup(void)
ar71xx_add_device_gpio_buttons(-1, TL_WR1043ND_BUTTONS_POLL_INTERVAL,
ARRAY_SIZE(tl_wr1043nd_gpio_buttons),
tl_wr1043nd_gpio_buttons);
ar913x_add_device_wmac(eeprom, NULL);
ar913x_add_device_wmac(eeprom, mac);
}
MIPS_MACHINE(AR71XX_MACH_TL_WR1043ND, "TL-WR1043ND", "TP-LINK TL-WR1043ND",