mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
[package] acx: don't fail if 'wifi' led is missing
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25168 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2474bc0eb5
commit
27ba2010a3
@ -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