ar71xx: add Ubiquiti Rocket M and Nanostation M support
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / prom.c
index 43d663243e4556d13529a509a550f42d747e0c31..9b67472105181e1d75625ac27df758b82837f9d6 100644 (file)
@@ -83,8 +83,11 @@ static struct board_rec boards[] __initdata = {
                .name           = "UBNT-LSX",
                .mach_type      = AR71XX_MACH_UBNT_LSX,
        }, {
-               .name           = "UBNT-BM",
-               .mach_type      = AR71XX_MACH_UBNT_BULLET_M,
+               .name           = "UBNT-M",
+               .mach_type      = AR71XX_MACH_UBNT_M,
+       }, {
+               .name           = "UBNT-NM",
+               .mach_type      = AR71XX_MACH_UBNT_NANO_M,
        }, {
                .name           = "WNDR3700",
                .mach_type      = AR71XX_MACH_WNDR3700,