]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Config.in.legacy
wavpack: add upstream security fixes
[coffee/buildroot.git] / Config.in.legacy
index 2e3b1b600141e4dd9504f1d583df6d70944ba606..1494704221798effd3823e1010aad712e633d43e 100644 (file)
@@ -145,6 +145,84 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2018.05"
 
+config BR2_PACKAGE_TRANSMISSION_REMOTE
+       bool "transmission remote tool option removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_TRANSMISSION_DAEMON
+       help
+         Upstream does not provide a separate configure option for
+         the tool transmission-remote, it is built when the
+         transmission daemon has been enabled. Therefore, Buildroot
+         has automatically enabled BR2_PACKAGE_TRANSMISSION_DAEMON
+         for you.
+
+config BR2_PACKAGE_LIBKCAPI_APPS
+       bool "libkcapi test applications removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LIBKCAPI_HASHER if !BR2_STATIC_LIBS
+       select BR2_PACKAGE_LIBKCAPI_RNGAPP
+       select BR2_PACKAGE_LIBKCAPI_SPEED
+       select BR2_PACKAGE_LIBKCAPI_TEST
+       help
+         Test applications (hasher, rng read, speed-test, test) now
+         have their own configuration options in the libkcapi menu.
+
+config BR2_PACKAGE_MPLAYER
+       bool "mplayer package removed"
+       select BR2_LEGACY
+       help
+         The mplayer package was removed.
+
+config BR2_PACKAGE_MPLAYER_MPLAYER
+       bool "mplayer package removed"
+       select BR2_LEGACY
+       help
+         The mplayer package was removed.
+
+config BR2_PACKAGE_MPLAYER_MENCODER
+       bool "mplayer package removed"
+       select BR2_LEGACY
+       help
+         The mplayer package was removed.
+
+config BR2_PACKAGE_LIBPLAYER_MPLAYER
+       bool "mplayer support in libplayer removed"
+       select BR2_LEGACY
+       help
+         The mplayer package was removed.
+
+config BR2_PACKAGE_IQVLINUX
+       bool "iqvlinux package removed"
+       select BR2_LEGACY
+       help
+         This package contained a kernel module from Intel, which
+         could only be used together with Intel userspace tools
+         provided under NDA, which also come with the same kernel
+         module. The copy of the kernel module available on
+         SourceForge is provided only to comply with the GPLv2
+         requirement. Intel engineers were even surprised it even
+         built and were not willing to make any effort to fix their
+         tarball naming to contain a version number. Therefore, it
+         does not make sense for Buildroot to provide such a package.
+
+         See https://sourceforge.net/p/e1000/bugs/589/ for the
+         discussion.
+
+config BR2_BINFMT_FLAT_SEP_DATA
+       bool "binfmt FLAT with separate code and data removed"
+       select BR2_LEGACY
+       help
+         This FLAT binary format was only used on Blackfin, which has
+         been removed.
+
+config BR2_bfin
+       bool "Blackfin architecture support removed"
+       select BR2_LEGACY
+       help
+         Following the removal of Blackfin support for the upstream
+         Linux kernel, Buildroot has removed support for this CPU
+         architecture.
+
 config BR2_PACKAGE_KODI_ADSP_BASIC
        bool "kodi-adsp-basic package removed"
        select BR2_LEGACY
@@ -3156,23 +3234,6 @@ config BR2_HAVE_DEVFILES
          completely from Buildroot.
          See Buildroot's documentation for more explanations.
 
-###############################################################################
-comment "Legacy options removed in 2013.05"
-
-config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
-       bool "Realtek 8192 replaced by Realtek 81xx"
-       select BR2_LEGACY
-       select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
-       help
-         Now covers the whole Realtek 81xx familly: 8188/8192.
-
-config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
-       bool "Realtek 8712 replaced by Realtek 87xx"
-       select BR2_LEGACY
-       select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
-       help
-         Now covers the whole Realtek 87xx familly: 8712/8723.
-
 endmenu
 
 endif # !SKIP_LEGACY