commit 9e9f9551a25214a6f498112119e6acc4b7c5b021
parent a5014de845c568804bcbcad8f0168cd8560e119f
Author: champtar <champetier.etienne@gmail.com>
Date: Fri, 10 Apr 2015 13:45:53 +0200
Merge pull request #1045 from teslamint/patch-1
coova-chilli: fix typo prevents compile with cyassl
compile tested on ar71xx
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile
@@ -80,7 +80,7 @@ define Build/Configure
$(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 \
)
endef