aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2018-02-21 13:15:17 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2018-04-06 23:11:00 +0200
commitb834487203996e71c5ea25f83488873483b96522 (patch)
treed270217b9635720110c22d0548edeb3937b00b0f /target/linux/ar71xx/base-files/lib
parent6148c465561cb5ba0b05ba77ecfe7cd42faeb835 (diff)
downloadupstream-b834487203996e71c5ea25f83488873483b96522.tar.gz
upstream-b834487203996e71c5ea25f83488873483b96522.tar.bz2
upstream-b834487203996e71c5ea25f83488873483b96522.zip
ar71xx: add support for TP-Link TL-WR940N v6
Add support for TL-WR940N v6 board. It is pretty much the same as v5 except they only left WAN LED and removed other ones. Installation: flash factory image through WEB UI or use TFTP. Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index f56494ca46..b711150ee9 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -1301,6 +1301,9 @@ ar71xx_board_detect() {
*"TL-WR940N v4")
name="tl-wr940n-v4"
;;
+ *"TL-WR940N v6")
+ name="tl-wr940n-v6"
+ ;;
*"TL-WR941N/ND v5")
name="tl-wr941nd-v5"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 4b71a19a9c..fe927ea550 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -470,6 +470,7 @@ platform_check_image() {
tl-wr842n-v3|\
tl-wr902ac-v1|\
tl-wr940n-v4|\
+ tl-wr940n-v6|\
tl-wr941nd|\
tl-wr941nd-v5|\
tl-wr941nd-v6|\