diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-07-04 16:15:24 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-11 14:19:47 +0200 |
commit | 527696674a336731b6bd029748a7b5f0a17803cb (patch) | |
tree | 3d9e487f63e8b19f9a612e56457f9c01b2fc78d7 /package/network/services/igmpproxy/Makefile | |
parent | a775c5db46abce9eb51e1dca645df59b1069d8ca (diff) | |
download | upstream-527696674a336731b6bd029748a7b5f0a17803cb.tar.gz upstream-527696674a336731b6bd029748a7b5f0a17803cb.tar.bz2 upstream-527696674a336731b6bd029748a7b5f0a17803cb.zip |
igmpproxy: logging options - make work & improve
Move logging command line option to uci:
option verbose [0]/1/2 - mono-syllabic/verbose/noisy
Previously handled as 'OPTIONS' in .init script however variable
was ignored so never worked.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/igmpproxy/Makefile')
-rw-r--r-- | package/network/services/igmpproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile index 0ad85561c1..8d4da5ca9e 100644 --- a/package/network/services/igmpproxy/Makefile +++ b/package/network/services/igmpproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=igmpproxy PKG_VERSION:=0.1 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/igmpproxy |