projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use irq sharing on the serial line
[openwrt.git]
/
package
/
madwifi
/
files
/
madwifi.init
diff --git
a/package/madwifi/files/madwifi.init
b/package/madwifi/files/madwifi.init
index
b1e78c0
..
0c3ad3c
100644
(file)
--- a/
package/madwifi/files/madwifi.init
+++ b/
package/madwifi/files/madwifi.init
@@
-1,2
+1,5
@@
-#!/bin/sh
-iwpriv ath0 mode 3
+#!/bin/sh /etc/rc.common
+START=20
+boot() {
+ iwpriv ath0 mode 3
+}
This page took
0.024665 seconds
and
4
git commands to generate.