diff options
author | Andrey Polischuk <androld.b@gmail.com> | 2017-05-11 21:26:21 +0300 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-30 14:15:25 +0200 |
commit | 0f21873f7f1465f9ddd0ebde11716b966cb7665e (patch) | |
tree | 9ce13bc576f2fc638c5ffe9f2115694ced74b11f /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | a4198f8c8d2c6bc57660d21f7ce97f3c0d19b736 (diff) | |
download | upstream-0f21873f7f1465f9ddd0ebde11716b966cb7665e.tar.gz upstream-0f21873f7f1465f9ddd0ebde11716b966cb7665e.tar.bz2 upstream-0f21873f7f1465f9ddd0ebde11716b966cb7665e.zip |
ar71xx: fix LED defines for TP-Link TL-WR740N v6
Signed-off-by: Andrey Polischuk <androld.b@gmail.com>
[changed commit subject, dropped redundant kernel config symbol]
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 2 |
1 files changed, 1 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 813d01a569..70c27a65be 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1649,7 +1649,7 @@ config ATH79_MACH_TL_WR841N_V8 select ATH79_DEV_WMAC config ATH79_MACH_TL_WR841N_V9 - bool "TP-LINK TL-WR841N/ND v9/TL-WR842N/ND v3 support" + bool "TP-LINK TL-WR841N/ND v9/TL-WR842N/ND v3/TL-WR740N/ND v6 support" select SOC_QCA953X select ATH79_DEV_ETH select ATH79_DEV_GPIO_BUTTONS |