From: Gustavo Zacarias Date: Wed, 31 Jul 2013 13:31:47 +0000 (-0300) Subject: strongswan: scripts need charon or tools X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4cdd6c3c2737baf67c21180d79283606a633fe9;p=buildroot.git strongswan: scripts need charon or tools Fixes: http://autobuild.buildroot.net/results/007/007e75362cbe4693e36d5a7ab96c539d1f3b00fc/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/strongswan/Config.in b/package/strongswan/Config.in index 98f8da2195..e8cd1c4afe 100644 --- a/package/strongswan/Config.in +++ b/package/strongswan/Config.in @@ -110,6 +110,7 @@ config BR2_PACKAGE_STRONGSWAN_TOOLS config BR2_PACKAGE_STRONGSWAN_SCRIPTS bool "Enable additional utilities (found in directory scripts)" + depends on BR2_PACKAGE_STRONGSWAN_CHARON || BR2_PACKAGE_STRONGSWAN_TOOLS default y endif