mirror of https://github.com/hak5/openwrt-owl.git
ramips: remove unnecessary LED declaration for WT1520 in diag.sh
This device doesn't have defined LEDs in its dts file. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46635owl
parent
2f0449419f
commit
f32116987f
|
@ -208,9 +208,6 @@ get_status_led() {
|
|||
wnce2001)
|
||||
status_led="netgear:green:power"
|
||||
;;
|
||||
nexx-wt1520)
|
||||
status_led="nexx-wt1520:white:power"
|
||||
;;
|
||||
wt3020)
|
||||
status_led="nexx:blue:power"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue