diff options
author | John Crispin <john@openwrt.org> | 2009-10-24 20:55:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-24 20:55:36 +0000 |
commit | e4e4aa90d3810707c390ef5c00c0314317ffd585 (patch) | |
tree | 7002cf50f218ae7300bd08ef4bbfa86818bef242 /target/linux/ramips/files/arch/mips/ralink/common/prom.c | |
parent | b59e59dcbac3b03203d97915d0619221ddaaea58 (diff) | |
download | mtk-20170518-e4e4aa90d3810707c390ef5c00c0314317ffd585.zip mtk-20170518-e4e4aa90d3810707c390ef5c00c0314317ffd585.tar.gz mtk-20170518-e4e4aa90d3810707c390ef5c00c0314317ffd585.tar.bz2 |
adds mach type for fonera20n
SVN-Revision: 18132
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/common/prom.c')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/common/prom.c | 3 |
1 files changed, 3 insertions, 0 deletions
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, } }; |