2006-10-04 20:57:49 +00:00
|
|
|
#!/bin/sh /etc/rc.common
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
2007-05-10 10:38:53 +00:00
|
|
|
START=50
|
2006-10-04 20:57:49 +00:00
|
|
|
|
|
|
|
start() {
|
|
|
|
/usr/bin/wifidog-init start
|
|
|
|
}
|
|
|
|
|
|
|
|
stop() {
|
|
|
|
/usr/bin/wifidog-init stop
|
|
|
|
}
|
2006-08-26 07:45:45 +00:00
|
|
|
|