[OpenWrt-Devel] [PATCH 1/2] lantiq: Fix typo in LED diag script.
Mathias Kresin
openwrt at kresin.me
Fri Apr 22 02:34:33 EDT 2016
Am 21.04.2016 um 23:43 schrieb Vittorio Gambaletta (VittGam):
> Signed-off-by: Vittorio Gambaletta <openwrt at vittgam.net>
Acked-by: Mathias Kresin <openwrt at kresin.me>
> ---
>
> --- a/target/linux/lantiq/base-files/etc/diag.sh
> +++ b/target/linux/lantiq/base-files/etc/diag.sh
> @@ -25,7 +25,7 @@
> ;;
> done)
> status_led_off
> - [ -n "$running" ] & {
> + [ -n "$running" ] && {
> status_led="$running"
> status_led_on
> }
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list