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 | d572e1483fc827bee0e7cb9d5fe491b86fb93971 (patch) | |
tree | 8d877f78470b9ffc1ba982d27557ff927dc9418a /target/linux/ramips/rt305x/config-2.6.32 | |
parent | 19a32babeb7019a5733072e55af666b1074e8a3d (diff) | |
download | upstream-d572e1483fc827bee0e7cb9d5fe491b86fb93971.tar.gz upstream-d572e1483fc827bee0e7cb9d5fe491b86fb93971.tar.bz2 upstream-d572e1483fc827bee0e7cb9d5fe491b86fb93971.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22658 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/config-2.6.32')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 1 |
1 files changed, 1 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 |