openwrtv3/openwrt/package/madwifi/files/madwifi.init
2006-10-04 20:05:48 +00:00

4 lines
57 B
Bash

#!/bin/sh /etc/rc.common
start() {
iwpriv ath0 mode 3
}