summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:50 +0000
commitb219848bfc95add6d1f8b6fa744bf05231a49f17 (patch)
treeefcb13f5796bfbfc24110278eb4c9ed069b8035e /target/linux/ar71xx/base-files/etc
parentf0cda65bb6ee80f4fc80da9fdeabb9d28a306437 (diff)
downloadmtk-20170518-b219848bfc95add6d1f8b6fa744bf05231a49f17.zip
mtk-20170518-b219848bfc95add6d1f8b6fa744bf05231a49f17.tar.gz
mtk-20170518-b219848bfc95add6d1f8b6fa744bf05231a49f17.tar.bz2
ar71xx: AP136 user-space support
SVN-Revision: 32608
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network1
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 5c84f82..76518bd 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -33,6 +33,9 @@ get_status_led() {
alfa-nx)
status_led="alfa:green:led_8"
;;
+ ap136)
+ status_led="ap136:green:status"
+ ;;
ap81)
status_led="ap81:green:status"
;;
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index 521cffd..3a5b704 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -62,6 +62,7 @@ routerstation-pro)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
;;
+ap136 |\
rb-750gl |\
rb-751g |\
wzr-hp-g450h)