diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-31 10:31:47 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-31 18:02:58 +0200 |
commit | e4cdd6c3c2737baf67c21180d79283606a633fe9 (patch) | |
tree | be244320b875cd39f4d02593e609e2162b6675a0 /package/strongswan | |
parent | ddbae621247ace20d8db168b3e9faba53322f0dd (diff) |
strongswan: scripts need charon or tools
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>
Diffstat (limited to 'package/strongswan')
-rw-r--r-- | package/strongswan/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/strongswan/Config.in b/package/strongswan/Config.in index 98f8da219..e8cd1c4af 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 |