forked from Ivasoft/openwrt
bcm53xx: remove MR32's specific get_leds_dt code
the existing diag.sh code will pick up the LED by itself. This is not/no longer needed. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
@@ -18,9 +18,6 @@ get_status_led() {
|
||||
status_led=$(basename $status_led_file)
|
||||
return
|
||||
fi;
|
||||
|
||||
# And finally, let's also try the device-Tree aliases node
|
||||
status_led="$(get_dt_led status)"
|
||||
}
|
||||
|
||||
set_state() {
|
||||
|
||||
Reference in New Issue
Block a user