From dddf05bde2137872ce71c66b780a4611ccd7a77e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 29 Dec 2012 16:02:27 +0000 Subject: ar71xx: Add userspace support for AP135 Signed-off-by: Sujith Manoharan Signed-off-by: Gabor Juhos SVN-Revision: 34918 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/network | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/etc') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index b8585737ce..eb730e34e5 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -40,6 +40,9 @@ get_status_led() { ap136-020) status_led="ap136:green:status" ;; + ap135-020) + status_led="ap135: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 746393dd64..7cd0113cd8 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network @@ -29,7 +29,8 @@ ap136-010) ucidef_add_switch_vlan "switch0" "2" "5 6" ;; -ap136-020) +ap136-020 |\ +ap135-020) ucidef_set_interfaces_lan_wan "eth1" "eth0" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4" -- cgit v1.2.3