strongswan: scripts need charon or tools
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 31 Jul 2013 13:31:47 +0000 (10:31 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 Jul 2013 16:02:58 +0000 (18:02 +0200)
Fixes:
http://autobuild.buildroot.net/results/007/007e75362cbe4693e36d5a7ab96c539d1f3b00fc/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/strongswan/Config.in

index 98f8da21950098ab3aa6c2184410aa6e55b673d2..e8cd1c4afe40d23d1d5fdbb8cd85d760ce6ef3b4 100644 (file)
@@ -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