From: juhosg Date: Sun, 4 Jan 2009 09:32:22 +0000 (+0000) Subject: [ar71xx] fix the registered machine type of the WNR2000 board X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=603c403f5e6a7941ff5959d0a74b39150206e8bc;hp=06b3948c4f42c4960db21b94fec2d15c2ef56a88;p=openwrt-10.03%2F.git [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 --- 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 24f433b4f..ce8bdd24d 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);