mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-11-17 11:07:56 +01:00
13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
|
||
|
START=19
|
||
|
|
||
|
start() {
|
||
|
echo "dummy auto wifi init"
|
||
|
#/www/cgi-bin/wfcf op=auto
|
||
|
}
|
||
|
|
||
|
stop() {
|
||
|
echo "dummy auto wifi deinit"
|
||
|
}
|