1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00
openwrt/package/madwifi/files/madwifi.init
2016-03-20 17:29:15 +01:00

5 lines
57 B
Bash

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