summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-01 11:20:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-11-01 11:20:52 +0000
commit91f08d47c2fa03570ff59a19eff741ac4797a97e (patch)
tree2e3f22d936160e1a960b2e13d8a9f9181f9f1096 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent21e651c9a1a00e58fa7cf4f325668cd467c7a03b (diff)
downloadmtk-20170518-91f08d47c2fa03570ff59a19eff741ac4797a97e.zip
mtk-20170518-91f08d47c2fa03570ff59a19eff741ac4797a97e.tar.gz
mtk-20170518-91f08d47c2fa03570ff59a19eff741ac4797a97e.tar.bz2
ar71xx: add initial support for the TL-WR741ND v4 board
The ethernet port LEDs are not working yet. SVN-Revision: 28706
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 cba0da0..2ab9dc0 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -136,6 +136,9 @@ ar71xx_board_name() {
*TL-WR741ND)
name="tl-wr741nd"
;;
+ *"TL-WR741ND v4")
+ name="tl-wr741nd-v4"
+ ;;
*"TL-WR841N v1")
name="tl-wr841n-v1"
;;