diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-11-24 10:01:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-11-24 10:01:23 +0000 |
commit | 21c8d63505881609c5b7f04d8e8d97ce210b7985 (patch) | |
tree | 09502e0005fccb6a15af8f0084054727ae00d6f7 /target/linux/ramips/rt305x | |
parent | 90c0618011f99f959f6790ab7af724301cf279af (diff) | |
download | upstream-21c8d63505881609c5b7f04d8e8d97ce210b7985.tar.gz upstream-21c8d63505881609c5b7f04d8e8d97ce210b7985.tar.bz2 upstream-21c8d63505881609c5b7f04d8e8d97ce210b7985.zip |
ramips: add support for Belkin F5D8235 v2 board
No support for usb for now.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24126
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 1d29c914f7..05388b296d 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -117,6 +117,7 @@ CONFIG_RALINK_DEV_GPIO_LEDS=y # CONFIG_RALINK_RT288X is not set CONFIG_RALINK_RT305X=y CONFIG_RT305X_MACH_DIR_300_REVB=y +CONFIG_RT305X_MACH_F5D8235_V2=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_V22RW_2X2=y CONFIG_RT305X_MACH_PWH2004=y diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index 91b7e56426..b677856b6b 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -127,6 +127,7 @@ CONFIG_RALINK_DEV_GPIO_LEDS=y # CONFIG_RALINK_RT288X is not set CONFIG_RALINK_RT305X=y CONFIG_RT305X_MACH_DIR_300_REVB=y +CONFIG_RT305X_MACH_F5D8235_V2=y CONFIG_RT305X_MACH_FONERA20N=y CONFIG_RT305X_MACH_V22RW_2X2=y CONFIG_RT305X_MACH_PWH2004=y |