kirkwood: add support for Linksys EA4500
[openwrt.git] / target / linux / kirkwood / base-files / etc / uci-defaults / 01_leds
index 1600464..1e7e064 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012-2013 OpenWrt.org
+# Copyright (C) 2012-2014 OpenWrt.org
 #
 
 . /lib/functions/uci-defaults.sh
@@ -14,6 +14,10 @@ case "`cat /proc/device-tree/model`" in
        ucidef_set_led_default "health" "status:green:health" "1"
        ucidef_set_led_default "fault" "status:orange:fault" "1"
        ;;
+"Linksys EA4500")
+       ucidef_set_led_default "health" "ea4500:white:health" "1"
+       ucidef_set_led_default "pulse" "ea4500:white:pulse" "1"
+       ;;
 *)
        ;;
 esac