projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
927a716
ca9d3f2
)
Merge pull request #1123 from teslamint/patch-2
author
Imre Kaloz
<
[email protected]
>
Tue, 28 Apr 2015 12:59:21 +0000
(14:59 +0200)
committer
Imre 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
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
net/coova-chilli/Makefile
index 29bfca682c19ed8a7fd5a982a44873e025a943af,ad9d3015e3b62efd7a0305efc253d7df9d912e81..e6be637566057b1d69f044251a342690d76ae252
---
1
/
net/coova-chilli/Makefile
---
2
/
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)-cya
x
ssl \
+ $(if $(CONFIG_COOVACHILLI_CYASSL),--with,--without)-cyassl \
$(if $(CONFIG_COOVACHILLI_OPENSSL),--with,--without)-openssl \
+ $(if $(CONFIG_PACKAGE_kmod-ipt-coova),--with-nfcoova) \
)
endef