This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2024-12-31 19:17:12 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
6f8a93af7e
openwrt
/
package
/
madwifi
/
files
/
madwifi.init
5 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add new rc.common for standardized init scripts, convert existing init scripts SVN-Revision: 4915
2006-10-04 20:05:48 +00:00
#!/bin/sh /etc/rc.common
start() {
iwpriv ath0 mode 3
}
Reference in New Issue
Copy Permalink