[ar71xx] add preliminary support for the Planex MZK-W300NH board
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / prom.c
index f9984ca1c49e201dc906c851b0d93b072221cc73..d05217c615f2bb40607945008e36c2500b82f65c 100644 (file)
@@ -61,6 +61,12 @@ static struct board_rec boards[] __initdata = {
        }, {
                .name           = "WNR2000",
                .mach_type      = AR71XX_MACH_WNR2000,
+       }, {
+               .name           = "PB42",
+               .mach_type      = AR71XX_MACH_PB42,
+       }, {
+               .name           = "MZK-W300NH",
+               .mach_type      = AR71XX_MACH_MZK_W300NH,
        }
 };