mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 09:52:03 +08:00
10 lines
107 B
Bash
Executable File
10 lines
107 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=18
|
|
|
|
start() {
|
|
[ ! -f /etc/config/wireless ] && {
|
|
/sbin/wifi config
|
|
}
|
|
}
|