mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
8612d33691
SVN-Revision: 5128
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/sh /etc/rc.common
|
|
START=20
|
|
boot() {
|
|
iwpriv ath0 mode 3
|
|
}
|