From: Peter Korsgaard Date: Wed, 23 Dec 2009 12:40:56 +0000 (+0100) Subject: neon: fix ssl option dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b21c77cc08eb8604011d1df6ac405fdacb46d1ad;p=buildroot.git neon: fix ssl option dependency Thanks to Gustavo Zacarias for noticing. Signed-off-by: Peter Korsgaard --- diff --git a/package/neon/Config.in b/package/neon/Config.in index 318e4c6a31..5ebd64d4a3 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -14,6 +14,7 @@ config BR2_PACKAGE_NEON_ZLIB config BR2_PACKAGE_NEON_SSL bool "SSL support" + depends on BR2_PACKAGE_NEON select BR2_PACKAGE_OPENSSL help build with SSL support