From: Ulf Samuelsson Date: Thu, 29 Nov 2007 13:00:53 +0000 (-0000) Subject: Make vpnc depend on packets, instead of selecting them X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fc7394b94f3812d627962ea7b3521bb227a693f;p=buildroot.git Make vpnc depend on packets, instead of selecting them --- diff --git a/package/vpnc/Config.in b/package/vpnc/Config.in index b4dbb53cd0..f3c41e09a0 100644 --- a/package/vpnc/Config.in +++ b/package/vpnc/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_VPNC bool "vpnc" - select BR2_PACKAGE_LIBGCRYPT - select BR2_PACKAGE_LIBGPG_ERROR + depends BR2_PACKAGE_LIBGCRYPT + depends BR2_PACKAGE_LIBGPG_ERROR default n help Client for Cisco VPN concentrator @@ -12,3 +12,5 @@ config BR2_PACKAGE_VPNC http://www.unix-ag.uni-kl.de/~massar/vpnc +comment "vpnc - disabled (requires libgcrypt and libgpg_error)" + depends !BR2_PACKAGE_LIBGCRYPT || !BR2_PACKAGE_LIBGPG_ERROR