[ar71xx] add Ubiquiti board detection
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / prom.c
index c77d4186fcbd227f8d743f49125df29ccfd8c70d..005d84acf93f80bbe48769ddd233a3393c4692f9 100644 (file)
@@ -49,6 +49,15 @@ static struct board_rec boards[] __initdata = {
        }, {
                .name           = "AP83",
                .mach_type      = AR71XX_MACH_AP83,
+       }, {
+               .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,
        }
 };