ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)
[librecmc/librecmc.git] / target / linux / ar71xx / files / arch / mips / ar71xx / prom.c
index ed6f4e99323262529f5c5556182fca6813c35b24..ec7eed8e64f40bc8ea183231f4d8e1ce0de99730 100644 (file)
@@ -58,6 +58,9 @@ static struct board_rec boards[] __initdata = {
        }, {
                .name           = "AW-NR580",
                .mach_type      = AR71XX_MACH_AW_NR580,
+       }, {
+               .name           = "DIR825B1",
+               .mach_type      = AR71XX_MACH_DIR825B1,
        }, {
                .name           = "TEW-632BRP",
                .mach_type      = AR71XX_MACH_TEW_632BRP,
@@ -85,6 +88,15 @@ static struct board_rec boards[] __initdata = {
        }, {
                .name           = "UBNT-BM",
                .mach_type      = AR71XX_MACH_UBNT_BULLET_M,
+       }, {
+               .name           = "UBNT-RM",
+               .mach_type      = AR71XX_MACH_UBNT_ROCKET_M,
+       }, {
+               .name           = "UBNT-NM",
+               .mach_type      = AR71XX_MACH_UBNT_NANO_M,
+       }, {
+               .name           = "WNDR3700",
+               .mach_type      = AR71XX_MACH_WNDR3700,
        }, {
                .name           = "WNR2000",
                .mach_type      = AR71XX_MACH_WNR2000,