openwrtv3/package/madwifi/files/madwifi.init
2016-03-20 17:29:15 +01:00

4 lines
57 B
Bash

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