ar71xx: AP136 user-space support
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jul 2012 08:26:50 +0000 (08:26 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jul 2012 08:26:50 +0000 (08:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32608 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/base-files/etc/uci-defaults/network
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index 5c84f82..76518bd 100755 (executable)
@@ -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"
                ;;
index 521cffd..3a5b704 100755 (executable)
@@ -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)
index 430242e..40e76d5 100755 (executable)
@@ -162,6 +162,9 @@ ar71xx_board_detect() {
        *AP121-MINI)
                name="ap121-mini"
                ;;
+       *"AP136 reference board")
+               name="ap136"
+               ;;
        *AP81)
                name="ap81"
                ;;
index 054d591..47a9354 100755 (executable)
@@ -82,6 +82,7 @@ platform_check_image() {
        ap113 | \
        ap121 | \
        ap121-mini | \
+       ap136 | \
        ap96 | \
        db120 | \
        hornet-ub | \