]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
ipsec-tools: rename options to have proper prefix
[coffee/buildroot.git] / Config.in.legacy
index f1938a13d2b6d559b25fc3ffd3623176bfbe602a..4e4f499454e3e9c8973c8d048505efb713add261 100644 (file)
@@ -145,6 +145,39 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.05"
 
+config BR2_PACKAGE_IPSEC_SECCTX_DISABLE
+       bool "ipsec-tools security context disable option renamed"
+       select BR2_LEGACY
+       help
+         For consistency reasons, the option
+         BR2_PACKAGE_IPSEC_SECCTX_DISABLE was renamed to
+         BR2_PACKAGE_IPSEC_TOOLS_SECCTX_DISABLE.
+
+config BR2_PACKAGE_IPSEC_SECCTX_ENABLE
+       bool "ipsec-tools SELinux security context enable option renamed"
+       select BR2_LEGACY
+       help
+         For consistency reasons, the option
+         BR2_PACKAGE_IPSEC_SECCTX_ENABLE was renamed to
+         BR2_PACKAGE_IPSEC_TOOLS_SECCTX_ENABLE.
+
+config BR2_PACKAGE_IPSEC_SECCTX_KERNEL
+       bool "ipsec-tools kernel security context enable option renamed"
+       select BR2_LEGACY
+       help
+         For consistency reasons, the option
+         BR2_PACKAGE_IPSEC_SECCTX_KERNEL was renamed to
+         BR2_PACKAGE_IPSEC_TOOLS_SECCTX_KERNEL.
+
+config BR2_PACKAGE_LIBTFDI_CPP
+       bool "libftdi C++ bindings option renamed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LIBFTDI_CPP
+       help
+         The option BR2_PACKAGE_LIBTFDI_CPP was renamed to
+         BR2_PACKAGE_LIBFTDI_CPP in order to fix a typo in the option
+         name.
+
 config BR2_PACKAGE_JQUERY_UI_THEME_BLACK_TIE
        bool "jquery-ui-themes option black-tie renamed"
        select BR2_LEGACY