mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
5 lines
57 B
Bash
5 lines
57 B
Bash
#!/bin/sh /etc/rc.common
|
|
start() {
|
|
iwpriv ath0 mode 3
|
|
}
|