[ar71xx] add Ubiquiti board detection
authorGabor Juhos <juhosg@openwrt.org>
Fri, 26 Dec 2008 20:12:42 +0000 (20:12 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 26 Dec 2008 20:12:42 +0000 (20:12 +0000)
SVN-Revision: 13745

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

index 1b7b3a750aa766ae9c17170e07f547a59a99d1f5..005d84acf93f80bbe48769ddd233a3393c4692f9 100644 (file)
@@ -52,6 +52,12 @@ static struct board_rec boards[] __initdata = {
        }, {
                .name           = "TEW-632BRP",
                .mach_type      = AR71XX_MACH_TEW_632BRP,
+       }, {
+               .name           = "UBNT-RS",
+               .mach_type      = AR71XX_MACH_UBNT_RS,
+       }, {
+               .name           = "UBNT-LSX",
+               .mach_type      = AR71XX_MACH_UBNT_LSX,
        }
 };