mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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>
This commit is contained in:
parent
3b27e6b2ee
commit
0120d9f362
@ -102,6 +102,16 @@ endif
|
|||||||
|
|
||||||
comment "Legacy options removed in 2015.02"
|
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
|
config BR2_PACKAGE_XBMC_ADDON_XVDR
|
||||||
bool "xbmc options have been renamed"
|
bool "xbmc options have been renamed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user