]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
overlay: Enable useful munin plugins
[coffee/buildroot.git] / Config.in.legacy
index 1f83c0dfd231f9ec1db74732f55bba5b3f38f824..60f91482340dbd5346065078af44e8f7f46c1a64 100644 (file)
@@ -145,6 +145,44 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.02"
 
+config BR2_KERNEL_HEADERS_3_4
+       bool "kernel headers version 3.4.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.4.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_10
+       bool "kernel headers version 3.10.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.10.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_KERNEL_HEADERS_3_12
+       bool "kernel headers version 3.12.x are no longer supported"
+       select BR2_KERNEL_HEADERS_4_1
+       select BR2_LEGACY
+       help
+         Version 3.12.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed. As an alternative,
+         version 4.1.x of the headers have been automatically
+         selected in your configuration.
+
+config BR2_BINUTILS_VERSION_2_27_X
+       bool "binutils version 2.27 support removed"
+       select BR2_LEGACY
+       help
+         Support for binutils version 2.27 has been removed. The
+         current default version (2.29 or later) has been selected
+         instead.
+
 config BR2_PACKAGE_EEPROG
        bool "eeprog package removed"
        select BR2_LEGACY
@@ -161,6 +199,20 @@ config BR2_PACKAGE_GNUPG2_GPGV2
          The gpgv2 executable is now named gpgv. The config option
          has been renamed accordingly.
 
+config BR2_PACKAGE_IMX_GPU_VIV_APITRACE
+       bool "Vivante apitrace tool option removed"
+       select BR2_LEGACY
+       help
+         The apitrace tool for Vivante is not provided by the
+         imx-gpu-viv package any longer.
+
+config BR2_PACKAGE_IMX_GPU_VIV_G2D
+       bool "Vivante G2D libraries from imx-gpu-viv removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_IMX_GPU_G2D
+       help
+         The G2D libraries are now provided by the imx-gpu-g2d package.
+
 ###############################################################################
 comment "Legacy options removed in 2017.11"
 
@@ -1331,6 +1383,7 @@ config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 
 config BR2_PACKAGE_CUPS_PDFTOPS
        bool "Pdftops support has been removed from Cups"
+       select BR2_PACKAGE_CUPS_FILTERS
        select BR2_LEGACY
        help
          Pdftops support has been removed from the cups package