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-17 05:38:06 +02:00
Code
a37f311b4b
openwrt-xburst
/
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 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
start() {
iwpriv ath0 mode 3
}
Copy Permalink