mirror of https://github.com/hak5/openwrt-owl.git
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
start() {
|
||
|
iwpriv ath0 mode 3
|
||
|
}
|