aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/base-files/etc
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2018-10-15 20:00:09 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-10-20 16:13:39 +0200
commitfc70276e6cd330eddaafbc71f11acefbc84a25df (patch)
treec38750892658b2920dc2db5b0bdb9c5bffbf8806 /target/linux/apm821xx/base-files/etc
parent1d5d77612f0eb3aa435dc574aecd23b629b55b6d (diff)
downloadupstream-fc70276e6cd330eddaafbc71f11acefbc84a25df.tar.gz
upstream-fc70276e6cd330eddaafbc71f11acefbc84a25df.tar.bz2
upstream-fc70276e6cd330eddaafbc71f11acefbc84a25df.zip
apm821xx: add disk-activity triggers via DT.
The WNDR4700 and the MBL have a dedicated HDD activity LED. This patch adds the default led triggers to the DTS and removes the entries in 01_leds. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/base-files/etc')
-rwxr-xr-xtarget/linux/apm821xx/base-files/etc/board.d/01_leds5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/apm821xx/base-files/etc/board.d/01_leds b/target/linux/apm821xx/base-files/etc/board.d/01_leds
index 8ba57bdf06..632d22a470 100755
--- a/target/linux/apm821xx/base-files/etc/board.d/01_leds
+++ b/target/linux/apm821xx/base-files/etc/board.d/01_leds
@@ -23,12 +23,7 @@ meraki,mx60)
ucidef_set_led_switch "lan4" "LAN4" "mx60:green:lan4" "switch0" "0x02"
;;
-wd,mybooklive)
- ucidef_set_led_ide "sata" "SATA" "mbl:blue:power"
- ;;
-
netgear,wndr4700)
- ucidef_set_led_ide "sata" "SATA" "wndr4700:green:hd"
ucidef_set_led_switch "wan_green" "WAN (green)" "wndr4700:green:wan" "switch0" "0x20"
ucidef_set_led_netdev "wan_yellow" "WAN (yellow)" "wndr4700:yellow:wan" "eth0.2" "tx rx"
ucidef_set_led_usbport "usb3" "USB3" "wndr4700:blue:usb" "usb2-port1" "usb2-port2" "usb3-port1" "usb3-port2"