X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Ffiles%2Farch%2Fmips%2Fralink%2Fcommon%2Fprom.c;h=587f1611077edb02b3286c020361100660f7953b;hb=e4e4aa90d3810707c390ef5c00c0314317ffd585;hp=923673b9aea4287187fcb711e75d0dc44e04cf13;hpb=09677bf748b8ca263f5e3a23ade16982da8541c4;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/files/arch/mips/ralink/common/prom.c b/target/linux/ramips/files/arch/mips/ralink/common/prom.c index 923673b9ae..587f161107 100644 --- a/target/linux/ramips/files/arch/mips/ralink/common/prom.c +++ b/target/linux/ramips/files/arch/mips/ralink/common/prom.c @@ -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, } };