From: Jaehoon You Date: Mon, 16 Mar 2015 04:00:44 +0000 (+0900) Subject: coova-chilli: fix typo prevents compile with cyassl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a001565a104cfe763cc3a11cc0cca5815912fd78;p=openwrt-packages.git coova-chilli: fix typo prevents compile with cyassl Signed-off-by: Jaehoon You --- diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 2ff8729ed..29bfca682 100644 --- 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