|
@@ -6,9 +6,9 @@
|
|
|
. /lib/functions/uci-defaults.sh
|
|
. /lib/functions/uci-defaults.sh
|
|
|
|
|
|
|
|
case "`cat /proc/device-tree/model`" in
|
|
case "`cat /proc/device-tree/model`" in
|
|
|
-"Seagate FreeAgent DockStar")
|
|
|
|
|
- ucidef_set_led_netdev "eth0" "dockstar:orange:misc" "eth0"
|
|
|
|
|
- ucidef_set_led_default "health" "dockstar:green:health" "1"
|
|
|
|
|
|
|
+"Seagate FreeAgent Dockstar")
|
|
|
|
|
+ ucidef_set_led_default "health" "status:green:health" "1"
|
|
|
|
|
+ ucidef_set_led_default "fault" "status:orange:fault" "1"
|
|
|
;;
|
|
;;
|
|
|
"Cloud Engines Pogoplug E02")
|
|
"Cloud Engines Pogoplug E02")
|
|
|
ucidef_set_led_default "health" "status:green:health" "1"
|
|
ucidef_set_led_default "health" "status:green:health" "1"
|