doodle3d-firmware/src/autowifi/ext/autowifi_init

18 lines
203 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=19
LOGGER="logger -s -t autowifi -p 6"
boot() {
$LOGGER "dummy boot"
#/www/cgi-bin/wfcf op=auto
}
start() {
$LOGGER "dummy start"
}
stop() {
$LOGGER "dummy stop"
}