diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 21:02:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 21:02:40 +0000 |
commit | 3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc (patch) | |
tree | 36769df17627201d36443a246c6db73258e1d58f /target/linux/ramips/rt305x | |
parent | 8c7ed1cb7bcaaec8fa55d5695ab68ac9e9051791 (diff) | |
download | upstream-3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc.tar.gz upstream-3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc.tar.bz2 upstream-3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc.zip |
ramips: add kernel support for the Upvel UR-326N4G board
[juhosg: add missing symbols to config-3.{7,8}]
Patch from: Дмитрий Лебедев <lebedev@trendnet.ru>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35970
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-3.7 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-3.8 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-3.7 b/target/linux/ramips/rt305x/config-3.7 index 831219c269..2c2ca0062a 100644 --- a/target/linux/ramips/rt305x/config-3.7 +++ b/target/linux/ramips/rt305x/config-3.7 @@ -131,6 +131,7 @@ CONFIG_RT305X_MACH_RT_G32_REVB=y CONFIG_RT305X_MACH_RT_N10_PLUS=y CONFIG_RT305X_MACH_RT_N13U=y CONFIG_RT305X_MACH_SL_R7205=y +CONFIG_RT305X_MACH_UR_326N4G=y CONFIG_RT305X_MACH_UR_336UN=y CONFIG_RT305X_MACH_V22RW_2X2=y CONFIG_RT305X_MACH_W306R_V20=y diff --git a/target/linux/ramips/rt305x/config-3.8 b/target/linux/ramips/rt305x/config-3.8 index 64fac151eb..f0a6338ffd 100644 --- a/target/linux/ramips/rt305x/config-3.8 +++ b/target/linux/ramips/rt305x/config-3.8 @@ -130,6 +130,7 @@ CONFIG_RT305X_MACH_RT_G32_REVB=y CONFIG_RT305X_MACH_RT_N10_PLUS=y CONFIG_RT305X_MACH_RT_N13U=y CONFIG_RT305X_MACH_SL_R7205=y +CONFIG_RT305X_MACH_UR_326N4G=y CONFIG_RT305X_MACH_UR_336UN=y CONFIG_RT305X_MACH_V22RW_2X2=y CONFIG_RT305X_MACH_W306R_V20=y |