mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/sh /etc/rc.common
|
|
START=20
|
|
boot() {
|
|
iwpriv ath0 mode 3
|
|
}
|