projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a workaround for self-killing init scripts on restart (#1023)
[openwrt.git]
/
package
/
madwifi
/
files
/
madwifi.init
diff --git
a/package/madwifi/files/madwifi.init
b/package/madwifi/files/madwifi.init
index
73eb110
..
0c3ad3c
100644
(file)
--- a/
package/madwifi/files/madwifi.init
+++ b/
package/madwifi/files/madwifi.init
@@
-1,4
+1,5
@@
#!/bin/sh /etc/rc.common
-start() {
+START=20
+boot() {
iwpriv ath0 mode 3
}
This page took
0.037357 seconds
and
4
git commands to generate.