From e4e4aa90d3810707c390ef5c00c0314317ffd585 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 24 Oct 2009 20:55:36 +0000 Subject: adds mach type for fonera20n SVN-Revision: 18132 --- target/linux/ramips/files/arch/mips/ralink/common/prom.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/files/arch/mips/ralink/common') 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 20b8d5f..587f161 100644 --- a/target/linux/ramips/files/arch/mips/ralink/common/prom.c +++ b/target/linux/ramips/files/arch/mips/ralink/common/prom.c @@ -41,6 +41,9 @@ static struct board_rec boards[] __initdata = { }, { .name = "WHR-G300N", .mach_type = RAMIPS_MACH_WHR_G300N, + }, { + .name = "FONERA20N", + .mach_type = RAMIPS_MACH_FONERA20N, } }; -- cgit v1.1