summaryrefslogtreecommitdiffstats
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
commit9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764 (patch)
tree7d825b93716401adee76f561db49ff5dbf77fcef
parent5bb624d8fb2f1d7e53fa682af893c87ab540134d (diff)
downloadmaster-31e0f0ae-9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764.tar.gz
master-31e0f0ae-9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764.tar.bz2
master-31e0f0ae-9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764.zip
fix the registered machine type of the WNR2000 board
SVN-Revision: 13853
-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);