aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-21 01:27:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-21 01:27:48 +0000
commit26415b5f869599a3814fd67cd8b0d2f6344fe511 (patch)
tree3fdb4ed6d44489493c9a8c13920e7bd4f10e5ccf /target/linux/ar71xx
parentac4e4662976343763a87dc199b85fffa7c8aa04a (diff)
downloadmaster-187ad058-26415b5f869599a3814fd67cd8b0d2f6344fe511.tar.gz
master-187ad058-26415b5f869599a3814fd67cd8b0d2f6344fe511.tar.bz2
master-187ad058-26415b5f869599a3814fd67cd8b0d2f6344fe511.zip
[ar71xx] the mach file of the WZR-HP-G300NH2 accidentally claimed the mach id of the WZR-HP-AG300H, correct the id (#10649)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh2.c2
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);