projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] admswconfig: reset interface after applying config
[openwrt.git]
/
package
/
acx
/
files
/
lib
/
wifi
/
acx.sh
diff --git
a/package/acx/files/lib/wifi/acx.sh
b/package/acx/files/lib/wifi/acx.sh
index
2775a7b
..
07ff03e
100644
(file)
--- a/
package/acx/files/lib/wifi/acx.sh
+++ b/
package/acx/files/lib/wifi/acx.sh
@@
-173,7
+173,7
@@
enable_acx() {
first=0
done
- echo 1 >/sys/class/leds/wifi/brightness
+ echo 1 >/sys/class/leds/wifi/brightness
|| :
}
@@
-185,7
+185,7
@@
detect_acx() {
cat <<EOF
config wifi-device $dev
option type acx
- option channel
5
+ option channel
11
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
This page took
0.025131 seconds
and
4
git commands to generate.