Merge pull request #1123 from teslamint/patch-2
authorImre Kaloz <[email protected]>
Tue, 28 Apr 2015 12:59:21 +0000 (14:59 +0200)
committerImre Kaloz <[email protected]>
Tue, 28 Apr 2015 12:59:21 +0000 (14:59 +0200)
coova-chilli: add netfilter kernel module package with patches

1  2 
net/coova-chilli/Makefile

index 29bfca682c19ed8a7fd5a982a44873e025a943af,ad9d3015e3b62efd7a0305efc253d7df9d912e81..e6be637566057b1d69f044251a342690d76ae252
@@@ -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