batman makefiles / configs / init scripts revised

vis package added


git-svn-id: svn://svn.openwrt.org/openwrt/packages@15332 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
marek
2009-04-21 19:16:40 +00:00
parent deeb71e81c
commit cebd3edf9d
8 changed files with 117 additions and 40 deletions

View File

@ -26,12 +26,8 @@ start () {
fi
}
restart () {
$0 stop
sleep 3
$0 start
}
stop () {
echo "" > /proc/net/batman-adv/interfaces
echo "" > /proc/net/batman-adv/interfaces
}

View File

@ -24,12 +24,8 @@ start () {
batmand-adv $batman_args >/dev/null 2>&1
}
restart () {
$0 stop
sleep 3
$0 start
}
stop () {
killall batmand-adv
killall batmand-adv
}