projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't exit on tar errors in wireless-tools - sgid flag on directory not accepted...
[openwrt.git]
/
package
/
madwifi
/
files
/
madwifi.init
diff --git
a/package/madwifi/files/madwifi.init
b/package/madwifi/files/madwifi.init
index
b1e78c0
..
73eb110
100644
(file)
--- a/
package/madwifi/files/madwifi.init
+++ b/
package/madwifi/files/madwifi.init
@@
-1,2
+1,4
@@
-#!/bin/sh
-iwpriv ath0 mode 3
+#!/bin/sh /etc/rc.common
+start() {
+ iwpriv ath0 mode 3
+}
This page took
0.023475 seconds
and
4
git commands to generate.