kismet: moved to github
[packages.git] / net / smcroute / files / smcroute.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2010 OpenWrt.org
3 START=50
4
5 start() {
6         smcroute -d
7 }
8
9 stop() {
10         smcroute -k
11 }