mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 20:04:05 +02:00
ar71xx: fix wireless mac address on the TL-WR741ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19751 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aaaca934ab
commit
0faa4c10ff
@ -109,7 +109,7 @@ static void __init tl_wr741nd_setup(void)
|
||||
tl_wr741nd_gpio_buttons);
|
||||
|
||||
ap91_eth_init(mac);
|
||||
ap91_pci_init(ee, NULL);
|
||||
ap91_pci_init(ee, mac);
|
||||
}
|
||||
MIPS_MACHINE(AR71XX_MACH_TL_WR741ND, "TL-WR741ND", "TP-LINK TL-WR741ND",
|
||||
tl_wr741nd_setup);
|
||||
|
Loading…
Reference in New Issue
Block a user