diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 17:37:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 17:37:11 +0000 |
commit | 335cfa32486db4f2c70609a8d9d4634bd1b46798 (patch) | |
tree | 03f5193365d006aa059a43a6ed52cf5f7880beeb /target/linux/ramips/rt305x | |
parent | 6e6c016e807c0eacb5e2a366a7d4a54d00f1fc52 (diff) | |
download | upstream-335cfa32486db4f2c70609a8d9d4634bd1b46798.tar.gz upstream-335cfa32486db4f2c70609a8d9d4634bd1b46798.tar.bz2 upstream-335cfa32486db4f2c70609a8d9d4634bd1b46798.zip |
ramips: rt305x: add kernel support for the Asus RT-N13U Wireless-N300 Router
The work has been backported from openwrt-dreambox with
some modifications & code cleanup.
* updated config-3.3
* updated config-3.6
* renamed rt-n13 to rt-n13u
* fixed mach-rt-n13u.c
[juhosg: move user-space support and image generation into separate
patches]
Signed-off-by: Amit Mendapara <mendapara.amit@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-3.6 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-3.3 b/target/linux/ramips/rt305x/config-3.3 index 9c9082d898..7b6bafdf1b 100644 --- a/target/linux/ramips/rt305x/config-3.3 +++ b/target/linux/ramips/rt305x/config-3.3 @@ -108,6 +108,7 @@ CONFIG_RT305X_MACH_PSR_680W=y CONFIG_RT305X_MACH_PWH2004=y 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_336UN=y CONFIG_RT305X_MACH_V22RW_2X2=y diff --git a/target/linux/ramips/rt305x/config-3.6 b/target/linux/ramips/rt305x/config-3.6 index 5758104c88..86361af9e7 100644 --- a/target/linux/ramips/rt305x/config-3.6 +++ b/target/linux/ramips/rt305x/config-3.6 @@ -113,6 +113,7 @@ CONFIG_RT305X_MACH_PSR_680W=y CONFIG_RT305X_MACH_PWH2004=y 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_336UN=y CONFIG_RT305X_MACH_V22RW_2X2=y |