mirror of https://github.com/hak5/openwrt-owl.git
ramips: use the ZBT-WE826 power LED for status indication
Signed-off-by: Mathias Kresin <dev@kresin.me>owl
parent
2ddaf96a77
commit
725238f698
|
@ -397,7 +397,6 @@ zbt-we2026)
|
|||
;;
|
||||
zbt-we826-16M|\
|
||||
zbt-we826-32M)
|
||||
ucidef_set_led_default "power" "power" "zbt-we826:green:power" "1"
|
||||
set_wifi_led "zbt-we826:green:wifi"
|
||||
set_usb_led "zbt-we826:green:usb"
|
||||
;;
|
||||
|
|
|
@ -274,7 +274,7 @@ get_status_led() {
|
|||
;;
|
||||
zbt-we826-16M|\
|
||||
zbt-we826-32M)
|
||||
status_led="zbt-we826:green:wifi"
|
||||
status_led="zbt-we826:green:power"
|
||||
;;
|
||||
zbt-wg3526-16M|\
|
||||
zbt-wg3526-32M)
|
||||
|
|
Loading…
Reference in New Issue