diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-26 17:00:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-26 17:00:49 +0000 |
commit | eb56deb12b0f06b3d3d371d8978bce3313cbb451 (patch) | |
tree | 5664331a524a328063679c98ed2f1d41e6664f0f /target/linux/ar71xx/base-files/etc | |
parent | eb269b5a830156eca82484cde8ee21100f7c06bc (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36457 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c107f4172c..708e2c5554 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 0329ea5eb1..a8d2c767d8 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" ;; |