fix RB-493 detection
authorGabor Juhos <juhosg@openwrt.org>
Thu, 16 Oct 2008 19:18:46 +0000 (19:18 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 16 Oct 2008 19:18:46 +0000 (19:18 +0000)
SVN-Revision: 12991

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

index d22c593e1afd9f4c694ea1782f08c0f160bc4f09..1d55328aad024ce41b7b97b8d3656e0e6d49e545 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,
        }
 };