Merge pull request #401 from Adze1502/master
mwan3: update to version 1.5-8
This commit is contained in:
commit
816a92fa34
2 changed files with 11 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mwan3
|
PKG_NAME:=mwan3
|
||||||
PKG_VERSION:=1.5
|
PKG_VERSION:=1.5
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=8
|
||||||
PKG_MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
|
PKG_MAINTAINER:=Jeroen Louwes <jeroen.louwes@gmail.com>
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
|
|
||||||
|
|
|
@ -202,5 +202,13 @@ restart() {
|
||||||
start
|
start
|
||||||
}
|
}
|
||||||
|
|
||||||
action=${1:-help}
|
case "$1" in
|
||||||
$action
|
ifup|ifdown|interfaces|policies|rules|status|start|stop|restart)
|
||||||
|
$*
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
help
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue