diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:30:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:30:05 +0000 |
commit | 1f71f2220d9b78ee5b319e1107eedb8f0d0c4c0e (patch) | |
tree | 17b293eae596e9ec76b8c9aefff6e3d069851e98 /target/linux/ar71xx/config-4.1 | |
parent | a418d03d6d3c9ec8028c72b08f46c0a89c16e5f1 (diff) | |
download | upstream-1f71f2220d9b78ee5b319e1107eedb8f0d0c4c0e.tar.gz upstream-1f71f2220d9b78ee5b319e1107eedb8f0d0c4c0e.tar.bz2 upstream-1f71f2220d9b78ee5b319e1107eedb8f0d0c4c0e.zip |
ar71xx: add support for TRENDnet TEW-823DRU
Add support for TRENDnet TEW-823DRU:
- cpu: QCA9558 @720MHz
- flash: 16MB
- ram: 256MB
- 4+1 RJ45 100/1000Mbps
- wifi: QCA9558 (bgn) and QCA9880-BR4A (ac)
- 1x USB 2.0
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 47927
Diffstat (limited to 'target/linux/ar71xx/config-4.1')
-rw-r--r-- | target/linux/ar71xx/config-4.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-4.1 b/target/linux/ar71xx/config-4.1 index 0e8b4a43f1..15754d9c16 100644 --- a/target/linux/ar71xx/config-4.1 +++ b/target/linux/ar71xx/config-4.1 @@ -122,6 +122,7 @@ CONFIG_ATH79_MACH_TEW_632BRP=y CONFIG_ATH79_MACH_TEW_673GRU=y CONFIG_ATH79_MACH_TEW_712BR=y CONFIG_ATH79_MACH_TEW_732BR=y +CONFIG_ATH79_MACH_TEW_823DRU=y CONFIG_ATH79_MACH_TL_MR11U=y CONFIG_ATH79_MACH_TL_MR13U=y CONFIG_ATH79_MACH_TL_MR3020=y |