diff options
author | David Lutz <kpanic@hirnduenger.de> | 2016-12-12 15:59:03 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-12-16 11:12:46 +0100 |
commit | aada15af93db6bfb248239f011bafe22c613fbf3 (patch) | |
tree | f043529ea943d1a6b389981c080ce14fd336027e /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | 93227e4d3fb81332f1dcb6eaa158ddf914ca67a6 (diff) | |
download | upstream-aada15af93db6bfb248239f011bafe22c613fbf3.tar.gz upstream-aada15af93db6bfb248239f011bafe22c613fbf3.tar.bz2 upstream-aada15af93db6bfb248239f011bafe22c613fbf3.zip |
ar71xx: add support for TP-LINK TL-WR940N v4
Signed-off-by: David Lutz <kpanic@hirnduenger.de>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 55846c775e..824f47fc73 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1492,6 +1492,15 @@ config ATH79_MACH_TL_WR941ND_V6 select ATH79_DEV_M25P80 select ATH79_DEV_WMAC +config ATH79_MACH_TL_WR940N_V4 + bool "TP-LINK TL-WR940N v4 support" + select SOC_QCA956X + select ATH79_DEV_ETH + select ATH79_DEV_GPIO_BUTTONS + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 + select ATH79_DEV_WMAC + config ATH79_MACH_TL_WR1041N_V2 bool "TP-LINK TL-WR1041N v2 support" select SOC_AR934X |