This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv3
Watch
1
Star
0
Fork
You've already forked openwrtv3
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
86e2fbaaa4
openwrtv3
/
package
/
madwifi
/
files
/
madwifi.init
6 lines
65 B
Text
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
}
Reference in a new issue
Copy permalink