diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-26 17:00:49 +0000 |
commit | 7c4e2c1f724b301996aedd554c0c621949783474 (patch) | |
tree | 4414a570ba38ac8adfb32592d4440c9067da5b28 /target/linux/ar71xx/base-files/etc | |
parent | 5c11773f8a7f7c2f7073e29ebddd77bf98dceb19 (diff) | |
download | mtk-20170518-7c4e2c1f724b301996aedd554c0c621949783474.zip mtk-20170518-7c4e2c1f724b301996aedd554c0c621949783474.tar.gz mtk-20170518-7c4e2c1f724b301996aedd554c0c621949783474.tar.bz2 |
ar71xx: add user-space support for the TL-WR720N v3 board
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36457
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index c107f41..708e2c5 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -133,7 +133,8 @@ get_status_led() { status_led="tp-link:green:system" ;; tl-wdr4300 | \ - tl-wr703n) + tl-wr703n | \ + tl-wr720n-v3) status_led="tp-link:blue:system" ;; tl-wr2543n) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 0329ea5..a8d2c76 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -210,6 +210,7 @@ jwap003 |\ pb42 |\ pb44 |\ routerstation|\ +tl-wr720n-v3|\ wpe72) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; |