aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
diff options
context:
space:
mode:
authorCezary Jackiewicz <cezary.jackiewicz@gmail.com>2016-06-20 16:47:34 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-20 16:47:34 +0200
commitd42ccc9f28aca96bdd7c83cfac43ae81d24bc5a2 (patch)
tree099bc8c826f00131cd47f6d12f461b8a55fc67fa /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
parent1817b15e04a129b6ad633ec40c2a5225de41212d (diff)
downloadmaster-187ad058-d42ccc9f28aca96bdd7c83cfac43ae81d24bc5a2.tar.gz
master-187ad058-d42ccc9f28aca96bdd7c83cfac43ae81d24bc5a2.tar.bz2
master-187ad058-d42ccc9f28aca96bdd7c83cfac43ae81d24bc5a2.zip
ar71xx: add support for TP-LINK TL-WR842N/ND v3
- CPU QCA9531-BL3A - RAM: 64MB - flash: 16MB - USB AP143 platform, similar to tl-wr841n v10/v11, but with USB Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt15
1 files changed, 8 insertions, 7 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
index 0fb2df26d4..6cf7f830e1 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
+++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
@@ -1314,13 +1314,14 @@ config ATH79_MACH_TL_WR841N_V8
select ATH79_DEV_WMAC
config ATH79_MACH_TL_WR841N_V9
- bool "TP-LINK TL-WR841N/ND v9 support"
- select SOC_QCA953X
- select ATH79_DEV_ETH
- select ATH79_DEV_GPIO_BUTTONS
- select ATH79_DEV_LEDS_GPIO
- select ATH79_DEV_M25P80
- select ATH79_DEV_WMAC
+ bool "TP-LINK TL-WR841N/ND v9/TL-WR842N/ND v3 support"
+ select SOC_QCA953X
+ select ATH79_DEV_ETH
+ select ATH79_DEV_GPIO_BUTTONS
+ select ATH79_DEV_LEDS_GPIO
+ select ATH79_DEV_M25P80
+ select ATH79_DEV_USB
+ select ATH79_DEV_WMAC
config ATH79_MACH_TL_WR941ND
bool "TP-LINK TL-WR941ND support"