mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
5 lines
57 B
Bash
5 lines
57 B
Bash
#!/bin/sh /etc/rc.common
|
|
start() {
|
|
iwpriv ath0 mode 3
|
|
}
|