#!/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" }