diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-26 09:50:36 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-26 09:50:36 +0000 |
commit | bb447a9202267345e8bf7be05541d0122d491d7a (patch) | |
tree | 88c879be76896bd21c8f36e3281b56f52c5bc669 /target | |
parent | 215bda85a83625379a4eba633a4c34f82727f0c2 (diff) |
ar71xx: add user-space support for AP136-020
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34885 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
4 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index bfe1416c85..b8585737ce 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -36,7 +36,8 @@ get_status_led() { all0305) status_led="eap7660d:green:ds4" ;; - ap136-010) + ap136-010|\ + ap136-020) status_led="ap136:green:status" ;; ap81) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network index fe0ce03d9c..746393dd64 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network @@ -29,6 +29,13 @@ ap136-010) ucidef_add_switch_vlan "switch0" "2" "5 6" ;; +ap136-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" + ucidef_add_switch_vlan "switch0" "2" "5 6" + ;; + db120 |\ rb-2011l | \ rb-2011uas-2hnd) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index d7888638ae..34e93f3080 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -177,6 +177,9 @@ ar71xx_board_detect() { *"AP136-010 reference board") name="ap136-010" ;; + *"AP136-020 reference board") + name="ap136-020" + ;; *AP81) name="ap81" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 1cfc6e3cfb..01cf4b298b 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -89,6 +89,7 @@ platform_check_image() { ap121 | \ ap121-mini | \ ap136-010 | \ + ap136-020 | \ ap96 | \ db120 | \ hornet-ub | \ |