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 9b67472105181e1d75625ac27df758b82837f9d6..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,
@@ -83,8 +86,11 @@ static struct board_rec boards[] __initdata = {
                .name           = "UBNT-LSX",
                .mach_type      = AR71XX_MACH_UBNT_LSX,
        }, {
-               .name           = "UBNT-M",
-               .mach_type      = AR71XX_MACH_UBNT_M,
+               .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,