diff options
author | Ludwig Thomeczek <ledesrc@wxorx.net> | 2016-12-16 12:50:34 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-12-20 14:38:48 +0100 |
commit | 1a4d07c2c534588cd7c8fb8bd479eb952c213dba (patch) | |
tree | 394d143191428cb1ad22aac2fe0324e50da7ce64 /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | 51740990cd1d5375a566454e692b479986cba958 (diff) | |
download | upstream-1a4d07c2c534588cd7c8fb8bd479eb952c213dba.tar.gz upstream-1a4d07c2c534588cd7c8fb8bd479eb952c213dba.tar.bz2 upstream-1a4d07c2c534588cd7c8fb8bd479eb952c213dba.zip |
ar71xx: add support for TP-LINK WR1043ND v4
Signed-off-by: Ludwig Thomeczek <ledesrc@wxorx.net>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 824f47fc73..5bfb1624ba 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1532,6 +1532,17 @@ config ATH79_MACH_TL_WR1043ND_V2 select ATH79_DEV_USB select ATH79_DEV_WMAC +config ATH79_MACH_TL_WR1043ND_V4 + bool "TP-LINK TL-WR1043ND v4 support" + select SOC_QCA956X + select ATH79_DEV_AP9X_PCI if PCI + 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_WR2543N bool "TP-LINK TL-WR2543N/ND support" select SOC_AR724X @@ -1814,4 +1825,3 @@ config ATH79_MACH_TL_WPA8630 select ATH79_DEV_LEDS_GPIO select ATH79_DEV_M25P80 select ATH79_DEV_WMAC - |