ar71xx: add user space support for dir-835-a1
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Mar 2013 15:55:15 +0000 (15:55 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Mar 2013 15:55:15 +0000 (15:55 +0000)
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Patchwork: http://patchwork.openwrt.org/patch/3425/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35958 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index adf32f1..c5ed857 100755 (executable)
@@ -50,7 +50,8 @@ get_status_led() {
        dir-615-c1)
                status_led="d-link:green:status"
                ;;
-       dir-825-b1)
+       dir-825-b1 |\
+       dir-835-a1)
                status_led="d-link:orange:power"
                ;;
        dir-825-c1)
index e77464d..e3f4c17 100755 (executable)
@@ -60,10 +60,7 @@ dir-615-e4)
        ucidef_set_led_switch "lan4" "LAN4" "d-link:green:lan4" "switch0" "0x10"
        ;;
 
-dir-825-b1)
-       ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
-       ;;
-
+dir-825-b1 | \
 dir-825-c1)
        ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
        ;;
index b1f84da..bc98982 100755 (executable)
@@ -175,7 +175,8 @@ wzr-hp-g300nh)
        ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
        ;;
 
-dir-825-c1|\
+dir-825-c1 |\
+dir-835-a1 |\
 wndr4300)
        ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
        ucidef_add_switch "switch0" "1" "1"
index 4fd48d5..93f3a81 100755 (executable)
@@ -225,6 +225,9 @@ ar71xx_board_detect() {
        *"DIR-825 rev. C1")
                name="dir-825-c1"
                ;;
+       *"DIR-835 rev. A1")
+               name="dir-835-a1"
+               ;;
        *EAP7660D)
                name="eap7660d"
                ;;
index c16d184..d2538e2 100755 (executable)
@@ -109,6 +109,7 @@ platform_check_image() {
        dir-615-c1 | \
        dir-615-e4 | \
        dir-825-c1 | \
+       dir-835-a1 | \
        ew-dorin | \
        ew-dorin-router | \
        mzk-w04nu | \