projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rewrite of the network scripts and configuration
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
wifi
diff --git
a/package/base-files/default/sbin/wifi
b/package/base-files/default/sbin/wifi
index
63b2f12
..
f1ac94f
100755
(executable)
--- a/
package/base-files/default/sbin/wifi
+++ b/
package/base-files/default/sbin/wifi
@@
-30,12
+30,7
@@
config_cb() {
}
config_load wireless
-
-[ -d /lib/wifi -a -n "$(ls /lib/wifi/*.sh 2>&-)" ] && {
- for script in /lib/wifi/*.sh; do
- . $script
- done
-}
+include wifi
for device in $DEVICES; do (
config_get type "$device" type
This page took
0.022672 seconds
and
4
git commands to generate.