mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-12 21:50:35 +00:00
ar71xx: fix wireless mac address on the TL-WR741ND
SVN-Revision: 19751
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user