From: Imre Kaloz Date: Tue, 28 Apr 2015 12:59:21 +0000 (+0200) Subject: Merge pull request #1123 from teslamint/patch-2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8e2807532cdeeabaa26f86c7fdeeff94a0788be8;p=openwrt-packages.git Merge pull request #1123 from teslamint/patch-2 coova-chilli: add netfilter kernel module package with patches --- 8e2807532cdeeabaa26f86c7fdeeff94a0788be8 diff --cc net/coova-chilli/Makefile index 29bfca682,ad9d3015e..e6be63756 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@@ -80,8 -113,9 +113,9 @@@ define Build/Configur $(if $(CONFIG_COOVACHILLI_LARGELIMITS),--enable,--disable)-largelimits \ $(if $(CONFIG_COOVACHILLI_UAMDOMAINFILE),--enable,--disable)-uamdomainfile \ $(if $(CONFIG_COOVACHILLI_MATRIXSSL),--with,--without)-matrixssl \ - $(if $(CONFIG_COOVACHILLI_CYASSL),--with,--without)-cyaxssl \ + $(if $(CONFIG_COOVACHILLI_CYASSL),--with,--without)-cyassl \ $(if $(CONFIG_COOVACHILLI_OPENSSL),--with,--without)-openssl \ + $(if $(CONFIG_PACKAGE_kmod-ipt-coova),--with-nfcoova) \ ) endef