mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
5 lines
57 B
Bash
5 lines
57 B
Bash
#!/bin/sh /etc/rc.common
|
|
start() {
|
|
iwpriv ath0 mode 3
|
|
}
|