mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +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
|
|
}
|