mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +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
|
||||
done
|
||||
|
||||
echo 1 >/sys/class/leds/wifi/brightness
|
||||
echo 1 >/sys/class/leds/wifi/brightness || :
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user