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/base-files/lib/ar71xx.sh | |
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/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b3de55d274..db5de727c1 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -1106,6 +1106,9 @@ ar71xx_board_detect() { *"TL-WR720N"*) name="tl-wr720n-v3" ;; + *"TL-WR740N/ND v6") + name="tl-wr740n-v6" + ;; *"TL-WR741ND") name="tl-wr741nd" ;; |