diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-08-15 09:43:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-08-15 09:43:07 +0000 |
commit | 462dabc7f55d5e5f0aa7d63c10b66e25a091f405 (patch) | |
tree | b305e633047ba5b57197cf17ed98b609130e8e5b /target/linux/ramips/files/arch/mips/include/asm | |
parent | e01649c7cce35cc4cf9f576a5a174a3ca069734a (diff) | |
download | upstream-462dabc7f55d5e5f0aa7d63c10b66e25a091f405.tar.gz upstream-462dabc7f55d5e5f0aa7d63c10b66e25a091f405.tar.bz2 upstream-462dabc7f55d5e5f0aa7d63c10b66e25a091f405.zip |
ramips: add support for Sparklan WCR-150GN board
This patch adds support for Sparklan WCR-150GN board.
Network configuration should be tweaked to make it work fully. The
reason it's not in this patch is that ramips target should be modified
to support different /etc/config/network files for different boards.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 22658
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h index 22e2b64627..53d42a04eb 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h @@ -21,6 +21,7 @@ enum ramips_mach_type { RAMIPS_MACH_DIR_300_REVB, /* D-Link DIR-300 rev B */ /* RT3052 based machines */ + RAMIPS_MACH_WCR150GN, /* Sparklan WCR-150GN */ RAMIPS_MACH_V22RW_2X2, /* Ralink AP-RT3052-V22RW-2X2 */ RAMIPS_MACH_WHR_G300N, /* Buffalo WHR-G300N */ RAMIPS_MACH_FONERA20N, /* La Fonera 2.0N */ |