aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-10-17 08:16:20 +0200
committerGitHub <noreply@github.com>2018-10-17 08:16:20 +0200
commitbcd482a194dbcb7fe81b953c74a8af06c2541198 (patch)
tree62b27bd9bb5ed0fee33aee2e2ba8b78bb0384366 /net
parentbe9344bd4df979c035370c7d73726ce49049cb94 (diff)
parenta7b2eee2288987f38a8827c4ba157e240f978e21 (diff)
Merge pull request #7206 from teslamint/chilli_ipv6
coova-chilli: honor CONFIG_IPv6 option
Diffstat (limited to 'net')
-rw-r--r--net/coova-chilli/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile
index 5c8f46026..4afc1a270 100644
--- a/net/coova-chilli/Makefile
+++ b/net/coova-chilli/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=1.4
PKG_MAINTAINER:=Jaehoon You <teslamint@gmail.com>
PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES:=COPYING
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)?
@@ -108,6 +108,7 @@ define Build/Configure
$(if $(CONFIG_COOVACHILLI_USERAGENT),--enable,--disable)-useragent \
$(if $(CONFIG_COOVACHILLI_LARGELIMITS),--enable,--disable)-largelimits \
$(if $(CONFIG_COOVACHILLI_UAMDOMAINFILE),--enable,--disable)-uamdomainfile \
+ $(if $(CONFIG_IPV6),--with,--without)-ipv6 \
$(if $(CONFIG_COOVACHILLI_CYASSL),--with,--without)-cyassl \
$(if $(CONFIG_COOVACHILLI_OPENSSL),--with,--without)-openssl \
$(if $(CONFIG_PACKAGE_kmod-ipt-coova),--with-nfcoova) \