bcm63xx: Accept any led with power in its name as power led

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 26875
owl
Florian Fainelli 2011-05-11 13:33:45 +00:00
parent c6af9c23b7
commit 0fb1c2d537
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ set_state() {
status_led_set_timer 50 50
;;
done)
if [ "${status_led#power}" != "$status_led" ]; then
if [ "${status_led/power}" != "$status_led" ]; then
status_led_on
else
status_led_off