mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 20:31:06 +02: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:
parent
1b043cb00c
commit
03ec19bb1a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user