]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
overlay: Enable useful munin plugins
[coffee/buildroot.git] / Config.in.legacy
index 47b495667d8fe7e08baadb3b355d4f0e8e10eade..60f91482340dbd5346065078af44e8f7f46c1a64 100644 (file)
@@ -135,16 +135,62 @@ comment "legacy options in the menu below. Once you have     "
 comment "disabled all legacy options, this text will         "
 comment "disappear and you will be able to start the build.  "
 comment "*                                                   "
-comment "Note: at some point in the future, the oldest legacy"
-comment "options will be removed, and configuration files    "
-comment "that still have those options set, will fail to     "
-comment "build, or run, in unpredictable ways.               "
+comment "Note: legacy options older than 5 years have been   "
+comment "removed, and configuration files that still have    "
+comment "those options set, will fail to build, or run in    "
+comment "unpredictable ways.                                 "
 comment "----------------------------------------------------"
 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
+       select BR2_PACKAGE_I2C_TOOLS
+       select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
+       help
+         The eeprog program is now provided by the i2c-tools package.
+
 config BR2_PACKAGE_GNUPG2_GPGV2
        bool "gnupg2 gpgv2 option removed"
        select BR2_LEGACY
@@ -153,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"
 
@@ -1323,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
@@ -3063,109 +3124,6 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
        help
          Now covers the whole Realtek 87xx familly: 8712/8723.
 
-###############################################################################
-comment "Legacy options removed in 2013.02"
-
-config BR2_sa110
-       bool "sa110 ARM target switched to strongarm"
-       select BR2_LEGACY
-       select BR2_strongarm
-       help
-         The SA110 is the same as a generic StrongARM, it just differs
-         in speed, peripherals and cache.
-
-config BR2_sa1100
-       bool "sa1100 ARM target switched to strongarm"
-       select BR2_LEGACY
-       select BR2_strongarm
-       help
-         The SA1100 is the same as a generic StrongARM, it just differs
-         in speed, peripherals and cache.
-
-config BR2_PACKAGE_GDISK
-       bool "gdisk has been replaced by gptfdisk"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GPTFDISK
-       help
-         The option has been renamed BR2_PACKAGE_GPTFDISK.
-
-config BR2_PACKAGE_GDISK_GDISK
-       bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GPTFDISK
-       select BR2_PACKAGE_GPTFDISK_GDISK
-       help
-         The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
-
-config BR2_PACKAGE_GDISK_SGDISK
-       bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
-       select BR2_LEGACY
-       select BR2_PACKAGE_GPTFDISK
-       select BR2_PACKAGE_GPTFDISK_SGDISK
-       help
-         The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
-
-config BR2_PACKAGE_GDB_HOST
-       bool "gdb for the host option has been renamed"
-       select BR2_PACKAGE_HOST_GDB
-       select BR2_LEGACY
-       help
-         Due to the conversion of gdb to the package infrastructure,
-         the BR2_PACKAGE_GDB_HOST option has been renamed
-         BR2_PACKAGE_HOST_GDB.
-
-config BR2_PACKAGE_DIRECTB_DITHER_RGB16
-       bool "DirectFB RGB16 dithering option has been renamed"
-       select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
-       select BR2_LEGACY
-       help
-         The option has been renamed
-         BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
-
-config BR2_PACKAGE_DIRECTB_TESTS
-       bool "DirectFB Tests option has been renamed"
-       select BR2_PACKAGE_DIRECTFB_TESTS
-       select BR2_LEGACY
-       help
-         The option has been renamed
-         BR2_PACKAGE_DIRECTFB_TESTS.
-
-###############################################################################
-comment "Legacy options removed in 2012.11"
-
-config BR2_PACKAGE_CUSTOMIZE
-       bool "customize package has been removed"
-       select BR2_LEGACY
-       help
-         The 'customize' special package has been removed. Instead,
-         we recommend to create either your own packages, or use a
-         post-build script to customize your root filesystem. See
-         Buildroot's documentation for more details.
-
-config BR2_PACKAGE_XSERVER_xorg
-       bool "X.org modular server"
-       select BR2_LEGACY
-       select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
-       help
-         The option has been renamed
-         BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
-
-config BR2_PACKAGE_XSERVER_tinyx
-       bool "KDrive / TinyX server"
-       select BR2_LEGACY
-       select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
-       help
-         The option has been renamed
-         BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
-
-config BR2_PACKAGE_PTHREAD_STUBS
-       bool "pthread-stubs option has been renamed"
-       select BR2_LEGACY
-       select BR2_PACKAGE_LIBPTHREAD_STUBS
-       help
-         For consistency reason, the pthread-stubs package has been
-         renamed to libpthread-stubs.
-
 endmenu
 
 endif # !SKIP_LEGACY