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
|
|
}
|