diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-07 22:31:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-07 22:31:52 +0000 |
commit | ece1323ed43aa8549d38ba123ca0ad88b95fa7f0 (patch) | |
tree | 7d3e2f00ff7740c9f111a0ee7803ba11d55bb3ec /target/linux/ar71xx/config-3.10 | |
parent | 5a85a21e061772188f4a3cdc76d451d98cc8ae57 (diff) | |
download | upstream-ece1323ed43aa8549d38ba123ca0ad88b95fa7f0.tar.gz upstream-ece1323ed43aa8549d38ba123ca0ad88b95fa7f0.tar.bz2 upstream-ece1323ed43aa8549d38ba123ca0ad88b95fa7f0.zip |
ar71xx: add kernel support for the My Net Wi-Fi Range Extender device
This patch adds a new device definition for a
Western Digital device. The hardware seems to
be based on Qualcomm Atheros DB120 design.
Patchwork: http://patchwork.openwrt.org/patch/4281/
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
[juhosg: refresh kernel patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38686
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index f0b45f8617..d924c59996 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -52,6 +52,7 @@ CONFIG_ATH79_MACH_JA76PF=y CONFIG_ATH79_MACH_JWAP003=y CONFIG_ATH79_MACH_MR600=y CONFIG_ATH79_MACH_MYNET_N600=y +CONFIG_ATH79_MACH_MYNET_REXT=y CONFIG_ATH79_MACH_MZK_W04NU=y CONFIG_ATH79_MACH_MZK_W300NH=y CONFIG_ATH79_MACH_NBG460N=y |