This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
97df37dfd7
openwrt
/
package
/
madwifi
/
files
/
madwifi.init
6 lines
65 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
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128
2006-10-15 21:03:30 +00:00
START=20
boot() {
add new rc.common for standardized init scripts, convert existing init scripts SVN-Revision: 4915
2006-10-04 20:05:48 +00:00
iwpriv ath0 mode 3
}