[ar71xx] fix RB-493 detection
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Oct 2008 19:18:46 +0000 (19:18 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Oct 2008 19:18:46 +0000 (19:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12991 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/prom.c

index d22c593..1d55328 100644 (file)
@@ -40,6 +40,9 @@ static struct board_rec boards[] __initdata = {
        }, {
                .name           = "450",
                .mach_type      = MACH_AR71XX_RB_450,
+       }, {
+               .name           = "493",
+               .mach_type      = MACH_AR71XX_RB_493,
        }
 };
 
This page took 0.026183 seconds and 4 git commands to generate.