mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +00:00
the mach file of the WZR-HP-G300NH2 accidentally claimed the mach id of the WZR-HP-AG300H, correct the id (#10649)
SVN-Revision: 29593
This commit is contained in:
parent
1c6821b42e
commit
ebefe1eb3a
@ -185,6 +185,6 @@ static void __init wzrhpg300nh2_setup(void)
|
|||||||
ap91_pci_init(eeprom, mac0);
|
ap91_pci_init(eeprom, mac0);
|
||||||
}
|
}
|
||||||
|
|
||||||
MIPS_MACHINE(AR71XX_MACH_WZR_HP_AG300H, "WZR-HP-G300NH2",
|
MIPS_MACHINE(AR71XX_MACH_WZR_HP_G300NH2, "WZR-HP-G300NH2",
|
||||||
"Buffalo WZR-HP-G300NH2", wzrhpg300nh2_setup);
|
"Buffalo WZR-HP-G300NH2", wzrhpg300nh2_setup);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user