mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 23:14:20 +00:00
acx: don't fail if 'wifi' led is missing
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25168
This commit is contained in:
parent
0c71bc09d1
commit
af8d8506e5
@ -173,7 +173,7 @@ enable_acx() {
|
|||||||
first=0
|
first=0
|
||||||
done
|
done
|
||||||
|
|
||||||
echo 1 >/sys/class/leds/wifi/brightness
|
echo 1 >/sys/class/leds/wifi/brightness || :
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user