kirkwood: add *plugs to uci-defaults
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Dec 2014 11:05:13 +0000 (11:05 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Dec 2014 11:05:13 +0000 (11:05 +0000)
Set defaults health led to a timer heartbeet (200/800)
and populate network for:

- GuruplugServerPlus
- SheevaPlug
- SheevaPlug with eSATA

Signed-off-by: Gerald Kerma <dreagle@doukki.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43752 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/kirkwood/base-files/etc/uci-defaults/01_leds
target/linux/kirkwood/base-files/etc/uci-defaults/02_network

index 41191f7..51fb4d8 100644 (file)
@@ -28,6 +28,13 @@ case "$board" in
        ucidef_set_led_default "health" "status:green:health" "1"
        ucidef_set_led_default "fault" "status:orange:fault" "1"
        ;;
        ucidef_set_led_default "health" "status:green:health" "1"
        ucidef_set_led_default "fault" "status:orange:fault" "1"
        ;;
+"guruplug-server-plus")
+       ucidef_set_led_timer "health" "guruplug:red:health" "200" "800"
+       ;;
+"sheevaplug" | \
+"sheevaplug-esata")
+       ucidef_set_led_timer "health" "sheevaplug:blue:health" "200" "800"
+       ;;
 *)
        ;;
 esac
 *)
        ;;
 esac
index 5b79687..9fd6845 100644 (file)
@@ -62,6 +62,13 @@ case "$board" in
        add_port_based_vlan "switch0" "1" "0 1 2 3 5"
        add_port_based_vlan "switch0" "2" "4 6"
        ;;
        add_port_based_vlan "switch0" "1" "0 1 2 3 5"
        add_port_based_vlan "switch0" "2" "4 6"
        ;;
+"guruplug-server-plus")
+       set_lan_dhcp "eth0" "eth1"
+       ;;
+"sheevaplug" | \
+"sheevaplug-esata")
+       set_lan_dhcp "eth0"
+       ;;
 *)
        ucidef_set_interface_lan "eth0"
        ;;
 *)
        ucidef_set_interface_lan "eth0"
        ;;