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/rt305x | |
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/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.34 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.32 b/target/linux/ramips/rt305x/config-2.6.32 index 9e8030aaac..c7ec775894 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -119,6 +119,7 @@ CONFIG_RALINK_RT305X=y CONFIG_RT305X_MACH_DIR_300_REVB=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_V22RW_2X2=y +CONFIG_RT305X_MACH_WCR150GN=y CONFIG_RT305X_MACH_WHR_G300N=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCSI_DMA is not set diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index 513224a3cd..a493b5be18 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -129,6 +129,7 @@ CONFIG_RALINK_RT305X=y CONFIG_RT305X_MACH_DIR_300_REVB=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_V22RW_2X2=y +CONFIG_RT305X_MACH_WCR150GN=y CONFIG_RT305X_MACH_WHR_G300N=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCSI_DMA is not set |