openwrtv3/package/madwifi/files/madwifi.init

5 lines
65 B
Bash

#!/bin/sh /etc/rc.common
START=20
boot() {
iwpriv ath0 mode 3
}