This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
openwrt-xburst
Watch
1
Star
0
Fork
0
You've already forked openwrt-xburst
mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced
2024-11-06 23:35:54 +02:00
Code
347aee59dc
openwrt-xburst
/
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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04 23:05:48 +03:00
#!/bin/sh /etc/rc.common
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16 00:03:30 +03:00
START=20
boot() {
add new rc.common for standardized init scripts, convert existing init scripts git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04 23:05:48 +03:00
iwpriv ath0 mode 3
}
Copy Permalink