7e2018853a66fed8b4139170e31c07b14763ba3e
[openwrt.git] / target / linux / kirkwood / base-files / etc / uci-defaults / 01_leds
1 #!/bin/sh
2 #
3 # Copyright (C) 2012-2013 OpenWrt.org
4 #
5
6 . /lib/functions/uci-defaults.sh
7
8 case "`cat /proc/device-tree/model`" in
9 "Seagate FreeAgent DockStar")
10         ucidef_set_led_netdev "eth0" "dockstar:orange:misc" "eth0"
11         ucidef_set_led_default "health" "dockstar:green:health" "1"
12         ;;
13 *)
14         ;;
15 esac
16
17 ucidef_commit_leds
18
19 exit 0