ar71xx: add user space support for dir-825-c1
authorGabor Juhos <juhosg@openwrt.org>
Tue, 29 Jan 2013 22:50:54 +0000 (22:50 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 29 Jan 2013 22:50:54 +0000 (22:50 +0000)
[juhosg: fix whitespaces in some scripts]

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35402

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 9c77d13c780f957b90bcdbf145df6d438e1518fd..5d3271d046bd398ee182e0e3048c39e4caa8adbe 100755 (executable)
@@ -77,6 +77,9 @@ get_status_led() {
        dir-825-b1)
                status_led="d-link:orange:power"
                ;;
+       dir-825-c1)
+               status_led="d-link:orange:power"
+               ;;
        eap7660d)
                status_led="eap7660d:green:ds4"
                ;;
index 3dd5d21e0f94152f1bbdf3ad0ec723aa43d392a7..d6bcdd257763dd6e819569382050964ee56d4be1 100755 (executable)
@@ -64,6 +64,10 @@ dir-825-b1)
        ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
        ;;
 
+dir-825-c1)
+       ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
+       ;;
+
 hornet-ub)
        ucidef_set_led_netdev "lan" "LAN" "alfa:blue:lan" "eth0"
        ucidef_set_led_netdev "wan" "WAN" "alfa:blue:wan" "eth1"
index ac225ed05551bc96885f9944ebfb8d3ea14b1b27..0399083a430823a8f3b9f9bdafa17008ff00d594 100755 (executable)
@@ -62,6 +62,13 @@ tew-673gru)
        ucidef_add_switch_vlan "rtl8366s" "1" "0 1 2 3 5t"
        ;;
 
+dir-825-c1)
+       ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+       ucidef_add_switch "eth0" "1" "1"
+       ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
+       ucidef_add_switch_vlan "eth0" "2" "0t 1"
+       ;;
+
 nbg460n_550n_550nh)
        ucidef_set_interfaces_lan_wan "eth0" "eth1"
        ucidef_add_switch "rtl8366s" "1" "1"
index 428144dc1aa9cf9905f7134717a5e1a9112f3735..6363b53a9b442ca4fee2f0652e8997e91b57da07 100755 (executable)
@@ -216,6 +216,9 @@ ar71xx_board_detect() {
        *"DIR-825 rev. B1")
                name="dir-825-b1"
                ;;
+       *"DIR-825 rev. C1")
+               name="dir-825-c1"
+               ;;
        *EAP7660D)
                name="eap7660d"
                ;;
index c8b8380ab5d0d811e8d3811b8167ce467cd1fd31..9afa53d478d56f61f77b54a860852e4064a737df 100755 (executable)
@@ -108,6 +108,7 @@ platform_check_image() {
        dir-600-a1 | \
        dir-615-c1 | \
        dir-615-e4 | \
+       dir-825-c1 | \
        ew-dorin | \
        ew-dorin-router | \
        mzk-w04nu | \