fix the registered machine type of the WNR2000 board
authorGabor Juhos <juhosg@openwrt.org>
Sun, 4 Jan 2009 09:32:22 +0000 (09:32 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 4 Jan 2009 09:32:22 +0000 (09:32 +0000)
SVN-Revision: 13853

target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c

index 24f433b4f32e2670a26d2adde4737844ae0ec31b..ce8bdd24d3b6bdb5df276ed7e435a208fa6e0338 100644 (file)
@@ -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);