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-22 15:02:32 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
dbd8cee5e7
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
}
Reference in New Issue
Copy Permalink