add new rc.common for standardized init scripts, convert existing init scripts
[openwrt/staging/jogo.git] / openwrt / package / madwifi / files / madwifi.init
1 #!/bin/sh /etc/rc.common
2 start() {
3 iwpriv ath0 mode 3
4 }