[packages] add multiwan, a simple to use multi wan configuration agent

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20925 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-04-16 16:05:03 +00:00
parent fe9300a06e
commit 4df8439004
4 changed files with 1080 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#!/bin/sh /etc/rc.common
START=99
start () {
sh /usr/bin/multiwan agent
}
stop () {
sh /usr/bin/multiwan stop
}
restart () {
sh /usr/bin/multiwan restart
}