diff options
Diffstat (limited to 'package/strongswan')
-rw-r--r-- | package/strongswan/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/strongswan/Config.in b/package/strongswan/Config.in index 0a95ac021e..5119706f59 100644 --- a/package/strongswan/Config.in +++ b/package/strongswan/Config.in @@ -120,12 +120,12 @@ config BR2_PACKAGE_STRONGSWAN_SCEP config BR2_PACKAGE_STRONGSWAN_SCRIPTS bool "Enable additional utilities (found in scripts directory)" - depends on BR2_PACKAGE_STRONGSWAN_CHARON default y + depends on BR2_PACKAGE_STRONGSWAN_CHARON config BR2_PACKAGE_STRONGSWAN_VICI bool "Enable vici/swanctl" - depends on BR2_PACKAGE_STRONGSWAN_CHARON default y + depends on BR2_PACKAGE_STRONGSWAN_CHARON endif |