mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
10 lines
129 B
Bash
Executable File
10 lines
129 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=98
|
|
|
|
boot() {
|
|
rm /etc/config/wireless
|
|
wifi config
|
|
cp /etc/config/wireless /etc/config-shadow
|
|
}
|