Browse Source

Merge pull request #1045 from teslamint/patch-1

coova-chilli: fix typo prevents compile with cyassl

compile tested on ar71xx
lilik-openwrt-22.03
champtar 10 years ago
parent
commit
9e9f9551a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/coova-chilli/Makefile

+ 1
- 1
net/coova-chilli/Makefile View File

@ -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


Loading…
Cancel
Save