diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 16:44:08 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 16:44:08 +0200 |
commit | b5fbdd7fef57be7a70818f906090ea4d0efc8762 (patch) | |
tree | 10c11a1a13008538b9895862ba69c363c1560c7d /net/coova-chilli/Config.in | |
parent | f2760f973f6f3b833df5f9947467bc25aff8ee1b (diff) |
coova-chilli: remove matrixssl dependency
matrixssl is still in the oldpackages repo,
so coova-chilli should not depend on it.
Remove the config option for selecting matrixssl lib
and the dependency declaration.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'net/coova-chilli/Config.in')
-rw-r--r-- | net/coova-chilli/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/coova-chilli/Config.in b/net/coova-chilli/Config.in index c0c671f03..8c93f4592 100644 --- a/net/coova-chilli/Config.in +++ b/net/coova-chilli/Config.in @@ -38,9 +38,6 @@ choice config COOVACHILLI_NOSSL bool "No SSL support" -config COOVACHILLI_MATRIXSSL - bool "MatrixSSL" - config COOVACHILLI_CYASSL bool "CyaSSL" |