[brcm63xx] Remove patch 140-new_bcm96348gw_leds because it is really the GW6200 leds...
[openwrt.git] / target / linux / brcm63xx / base-files / etc / diag.sh
index fd9de29..cda52ac 100755 (executable)
@@ -61,7 +61,7 @@ set_state() {
                status_led_set_timer 50 50
                ;;
        done)
-               if [ "$status_led" = "power" ]; then
+               if [ "${status_led#power}" != "$status_led" ]; then
                        status_led_on
                else
                        status_led_off
This page took 0.021176 seconds and 4 git commands to generate.