aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-04 09:32:22 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-01-04 09:32:22 +0000
commit97005e1e041bfe0d30948bb430e5e308073a8d8a (patch)
tree026dde685fd596aea9bbfa728a375f55b39ea488 /target
parent9237012d659ee913a24ae4a3fcb029d5698f3c79 (diff)
downloadmaster-187ad058-97005e1e041bfe0d30948bb430e5e308073a8d8a.tar.gz
master-187ad058-97005e1e041bfe0d30948bb430e5e308073a8d8a.tar.bz2
master-187ad058-97005e1e041bfe0d30948bb430e5e308073a8d8a.zip
[ar71xx] fix the registered machine type of the WNR2000 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c
index 24f433b4f3..ce8bdd24d3 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c
@@ -85,4 +85,4 @@ static void __init wnr2000_setup(void)
ar91xx_add_device_wmac();
}
-MIPS_MACHINE(AR71XX_MACH_TEW_632BRP, "NETGEAR WNR2000", wnr2000_setup);
+MIPS_MACHINE(AR71XX_MACH_WNR2000, "NETGEAR WNR2000", wnr2000_setup);