openwrt-owl/package/madwifi/files/madwifi.init

5 lines
57 B
Bash

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