init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt.git] / package / madwifi / files / madwifi.init
1 #!/bin/sh /etc/rc.common
2 START=20
3 boot() {
4 iwpriv ath0 mode 3
5 }
This page took 0.050958 seconds and 5 git commands to generate.