diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-04 09:32:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-04 09:32:22 +0000 |
commit | 9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764 (patch) | |
tree | 7d825b93716401adee76f561db49ff5dbf77fcef /target/linux/ar71xx | |
parent | 5bb624d8fb2f1d7e53fa682af893c87ab540134d (diff) | |
download | upstream-9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764.tar.gz upstream-9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764.tar.bz2 upstream-9bb47dc62d7c489f6bcc56a6629aa9eb5ded0764.zip |
fix the registered machine type of the WNR2000 board
SVN-Revision: 13853
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c | 2 |
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); |