diff options
author | Stephan Knauss <openwrt@stephans-server.de> | 2020-01-18 19:37:08 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-21 13:55:03 +0100 |
commit | f638ef4325eee77d590037df1e1c03c3921b83b3 (patch) | |
tree | 076e62c6f58b114d9224ff7af92bef8cf04e580e | |
parent | d3c2547cf13ffe111228a2da7dd5e19e5c2473ca (diff) | |
download | upstream-f638ef4325eee77d590037df1e1c03c3921b83b3.tar.gz upstream-f638ef4325eee77d590037df1e1c03c3921b83b3.tar.bz2 upstream-f638ef4325eee77d590037df1e1c03c3921b83b3.zip |
kirkwood: fix HDD LED labels for Zyxel NSA325 in 01_leds
Change the LED labels for hdd1/hdd2 in 01_leds to match their
counterpart in DTS.
Signed-off-by: Stephan Knauss <openwrt@stephans-server.de>
[improve commit title and message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit fbf297be38a93b9ca1119e5aaffecd2299087aa5)
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/board.d/01_leds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/base-files/etc/board.d/01_leds b/target/linux/kirkwood/base-files/etc/board.d/01_leds index 5cfc4cf309..504be16480 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/01_leds +++ b/target/linux/kirkwood/base-files/etc/board.d/01_leds @@ -46,8 +46,8 @@ case "$board" in "zyxel,nsa325") ucidef_set_led_default "health" "health" "nsa325:green:sys" "1" ucidef_set_led_usbhost "usb" "USB" "nsa325:green:usb" - ucidef_set_led_ataport "hdd1" "HDD1" "nsa325:green:sata1" "1" - ucidef_set_led_ataport "hdd2" "HDD2" "nsa325:green:sata2" "2" + ucidef_set_led_ataport "hdd1" "HDD1" "nsa325:green:hdd1" "1" + ucidef_set_led_ataport "hdd2" "HDD2" "nsa325:green:hdd2" "2" ;; esac |