summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-06 07:35:41 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-06 21:48:57 +0100
commit0120d9f36226584ce5c1edba03b6c2a6403920b0 (patch)
tree1d65bee8bea6d4c68e4cd5fdde58992ce916a474 /Config.in.legacy
parent3b27e6b2ee7efa761d4415940723297d8a30042f (diff)
downloadbuildroot-0120d9f36226584ce5c1edba03b6c2a6403920b0.tar.gz
buildroot-0120d9f36226584ce5c1edba03b6c2a6403920b0.zip
package/strongswan: add tools option deprecation notice
It's now a split option with pki and scep, with some other tools being deprecated upstream so select both when tools was selected to get as close as possible. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index de2c0bad68..69608c7039 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -102,6 +102,16 @@ endif
comment "Legacy options removed in 2015.02"
+config BR2_PACKAGE_STRONGSWAN_TOOLS
+ bool "strongswan option has been removed"
+ select BR2_LEGACY
+ select BR2_PACKAGE_STRONGSWAN_PKI
+ select BR2_PACKAGE_STRONGSWAN_SCEP
+ help
+ The tools option has been removed upstream and the different tools
+ have been split between the pki and scep options, with others
+ deprecated.
+
config BR2_PACKAGE_XBMC_ADDON_XVDR
bool "xbmc options have been renamed"
select BR2_LEGACY
OpenPOWER on IntegriCloud