kirkwood: fix pogo_e02 LED name
The pogo_e02's dts file has its LEDs named "pogo_e02:(...)" Fix the status-LED's name for this device. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
parent
e7dc511e64
commit
d2606107ab
1 changed files with 4 additions and 2 deletions
|
@ -8,10 +8,12 @@ get_status_led() {
|
||||||
case $(kirkwood_board_name) in
|
case $(kirkwood_board_name) in
|
||||||
dockstar|\
|
dockstar|\
|
||||||
goflexhome|\
|
goflexhome|\
|
||||||
goflexnet|\
|
goflexnet)
|
||||||
pogo_e02)
|
|
||||||
status_led="status:orange:fault"
|
status_led="status:orange:fault"
|
||||||
;;
|
;;
|
||||||
|
pogo_e02)
|
||||||
|
status_led="pogo_e02:orange:fault"
|
||||||
|
;;
|
||||||
linksys-audi)
|
linksys-audi)
|
||||||
status_led="audi:green:power"
|
status_led="audi:green:power"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue