adds mach type for fonera20n
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / ralink / common / prom.c
index 923673b9aea4287187fcb711e75d0dc44e04cf13..587f1611077edb02b3286c020361100660f7953b 100644 (file)
@@ -32,12 +32,18 @@ static struct board_rec boards[] __initdata = {
        {
                .name           = "RT-N15",
                .mach_type      = RAMIPS_MACH_RT_N15,
+       }, {
+               .name           = "DIR-300-revB",
+               .mach_type      = RAMIPS_MACH_DIR_300_REVB,
        }, {
                .name           = "V22RW-2X2",
                .mach_type      = RAMIPS_MACH_V22RW_2X2,
        }, {
                .name           = "WHR-G300N",
                .mach_type      = RAMIPS_MACH_WHR_G300N,
+       }, {
+               .name           = "FONERA20N",
+               .mach_type      = RAMIPS_MACH_FONERA20N,
        }
 };