lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a001565a104cfe763cc3a11cc0cca5815912fd78
parent f3527d974eb52e80721f3e9b6e3fbe7590e6d88d
Author: Jaehoon You <teslamint@gmail.com>
Date:   Mon, 16 Mar 2015 13:00:44 +0900

coova-chilli: fix typo prevents compile with cyassl

Signed-off-by: Jaehoon You <teslamint@gmail.com>

Diffstat:
Mnet/coova-chilli/Makefile | 2+-
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