all targets: use numerically prefixed uci-defaults file names to better control order...
[openwrt/svn-archive/archive.git] / target / linux / kirkwood / base-files / etc / uci-defaults / 01_leds
diff --git a/target/linux/kirkwood/base-files/etc/uci-defaults/01_leds b/target/linux/kirkwood/base-files/etc/uci-defaults/01_leds
new file mode 100644 (file)
index 0000000..18ac43c
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# Copyright (C) 2012 OpenWrt.org
+#
+
+. /lib/functions/uci-defaults.sh
+. /lib/kirkwood.sh
+
+hardware=$(kirkwood_hardware_name)
+
+case "$hardware" in
+"Seagate FreeAgent DockStar")
+       ucidef_set_led_netdev "eth0" "dockstar:orange:misc" "eth0"
+       ucidef_set_led_default "health" "dockstar:green:health" "1"
+       ;;
+
+*)
+       ;;
+esac
+
+ucidef_commit_leds
+
+exit 0