diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-21 01:27:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-21 01:27:48 +0000 |
commit | ebefe1eb3a257a2d4a645cdaf581e42025fd86c5 (patch) | |
tree | 35e98ced3ee225c03207005a201ccb27016983d8 | |
parent | 1c6821b42e21fd79cf7ba739ecd4e66947c094b1 (diff) | |
download | upstream-ebefe1eb3a257a2d4a645cdaf581e42025fd86c5.tar.gz upstream-ebefe1eb3a257a2d4a645cdaf581e42025fd86c5.tar.bz2 upstream-ebefe1eb3a257a2d4a645cdaf581e42025fd86c5.zip |
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
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh2.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh2.c index 3da144057b..ad1a0338b9 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh2.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh2.c @@ -185,6 +185,6 @@ static void __init wzrhpg300nh2_setup(void) 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); |