2 # Config.in.legacy - support for backward compatibility
4 # When an existing Config.in symbol is removed, it should be added again in
5 # this file, and take appropriate action to approximate backward compatibility.
6 # This will make the transition for the user more convenient.
8 # When adding legacy symbols to this file, add them to the front. The oldest
9 # symbols will be removed again after about two years.
11 # The symbol should be copied as-is from the place where it was previously
12 # defined, but the help text should be removed or replaced with something that
13 # explains how to fix it.
15 # For bool options, the old symbol should select BR2_LEGACY, so that the user
16 # is informed at build-time about selected legacy options.
17 # If there is an equivalent (set of) new symbols, these should be select'ed by
18 # the old symbol for backwards compatibility.
19 # It is not possible to select an option that is part of a choice. In that
20 # case, the new option should use the old symbol as default. This requires a
21 # change outside of Config.in.legacy, and this should be clearly marked as such
22 # in a comment, so that removal of legacy options also include the removal of
23 # these external references.
25 # [Example: renaming a bool option that is part of a choice from FOO to BAR]
28 # prompt "Choose foobar"
37 # prompt "Choose foobar"
38 # default BR2_BAR_1 if BR2_FOO_1 # legacy
39 # default BR2_BAR_2 if BR2_FOO_2 # legacy
46 # and in Config.in.legacy:
48 # bool "foobar 1 has been renamed"
50 # <suitable help text>
51 # # Note: BR2_FOO_1 is still referenced from package/foo/Config.in
53 # bool "foobar 2 has been renamed"
55 # <suitable help text>
56 # # Note: BR2_FOO_2 is still referenced from package/foo/Config.in
60 # For string options, it is not possible to directly select another symbol. In
61 # this case, a hidden wrap bool option has to be added, that defaults to y if
62 # the old string is not set at its default value. The wrap symbol should select
64 # If the original symbol has been renamed, the new symbol should use the value
65 # of the old symbol as default. Like for choice options, a comment should be
66 # added to flag that the symbol is still used in another file.
68 # [Example: renaming a string option from FOO to BAR]
70 # config BR2_FOO_STRING
71 # string "Some foo string"
74 # config BR2_BAR_STRING
75 # string "Some bar string"
76 # default BR2_FOO_STRING if BR2_FOO_STRING != "" # legacy
78 # and in Config.in.legacy:
79 # config BR2_FOO_STRING
80 # string "The foo string has been renamed"
82 # <suitable help text>
84 # config BR2_FOO_STRING_WRAP
86 # default y if BR2_FOO_STRING != ""
89 # # Note: BR2_FOO_STRING is still referenced from package/foo/Config.in
93 config BR2_SKIP_LEGACY
95 option env="SKIP_LEGACY"
102 This option is selected automatically when your old .config
103 uses an option that no longer exists in current buildroot. In
104 that case, the build will fail. Look for config options which
105 are selected in the menu below: they no longer exist and
106 should be replaced by something else.
108 # This comment fits exactly in a 80-column display
109 comment "Legacy detected: check the content of the menu below"
110 depends on BR2_LEGACY
112 menu "Legacy config options"
115 comment "----------------------------------------------------"
116 comment "Your old configuration uses legacy options that no "
117 comment "longer exist in buildroot, as indicated in the menu "
118 comment "below. As long as these options stay selected, or in"
119 comment "case of string options are non-empty, the build "
120 comment "will fail. "
122 comment "Where possible, an automatic conversion from old to "
123 comment "new symbols has been performed. Before making any "
124 comment "change in this legacy menu, make sure to exit the "
125 comment "configuration editor a first time and save the "
126 comment "configuration. Otherwise, the automatic conversion "
127 comment "of symbols will be lost. "
129 comment "After this initial save, reopen the configuration "
130 comment "editor, inspect the options selected below, read "
131 comment "their help texts, and verify/update the new "
132 comment "configuration in the corresponding configuration "
133 comment "menus. When everything is ok, you can disable the "
134 comment "legacy options in the menu below. Once you have "
135 comment "disabled all legacy options, this text will "
136 comment "disappear and you will be able to start the build. "
138 comment "Note: legacy options older than 5 years have been "
139 comment "removed, and configuration files that still have "
140 comment "those options set, will fail to build, or run in "
141 comment "unpredictable ways. "
142 comment "----------------------------------------------------"
145 ###############################################################################
147 comment "Legacy options removed in 2023.02"
149 config BR2_PACKAGE_IPUTILS_NINFOD
150 bool "iputils 20221126 removed ninfod"
153 iputils 20221126 removed ninfod.
155 config BR2_PACKAGE_IPUTILS_RARPD
156 bool "iputils 20221126 removed rarpd"
159 iputils 20221126 removed rarpd.
161 config BR2_PACKAGE_IPUTILS_RDISC
162 bool "iputils 20221126 removed rdisc"
165 iputils 20221126 removed rdisc.
167 config BR2_PACKAGE_IPUTILS_RDISC_SERVER
168 bool "iputils 20221126 removed rdisc"
171 iputils 20221126 removed rdisc.
173 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
176 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_XINGMUX
178 The xingmux option has been moved to gst1-plugins-good.
180 config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
181 bool "videoscale removed"
183 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
185 The videoscale option has been combined with videoconvert.
187 config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT
188 bool "videoconvert removed"
190 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
192 The videoconvert option has been combined with videoscale.
194 config BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
195 bool "imx-gpu-viv X11 output has been removed"
198 The X11 output was dropped by NXP.
200 config BR2_PACKAGE_QEMU_CUSTOM_TARGETS
201 string "the QEMU specific targets option has been removed"
203 This option has been replaced by a list of individual targets
204 for the many architectures supported by QEMU.
206 config BR2_PACKAGE_QEMU_CUSTOM_TARGETS_WRAP
208 default y if BR2_PACKAGE_QEMU_CUSTOM_TARGETS != ""
211 config BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD
212 bool "xf86-input-keyboard removed"
214 The X.org keyboard input driver no longer support Linux.
216 config BR2_TARGET_SUN20I_D1_SPL
217 bool "sun20-d1-spl removed"
220 U-Boot has gained SPL support for D1, so this temporary
221 bootloader is no longer supported.
223 config BR2_PACKAGE_PYTHON_M2R
224 bool "python-m2r removed"
227 The python-m2r package is unmaintained.
229 config BR2_PACKAGE_MESA3D_XVMC
230 bool "mesa Gallium XvMC state tracker removed"
233 The Gallium XvMC state tracker was removed upstream.
235 config BR2_KERNEL_HEADERS_5_19
236 bool "kernel headers version 5.19.x are no longer supported"
239 Version 5.19.x of the Linux kernel headers are no longer
240 maintained upstream and are now removed.
242 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TGA
243 bool "xf86-video-tga removed"
246 The X.org xf86-video-tga package was removed.
248 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLINT
249 bool "xf86-video-glint removed"
252 The X.org xf86-video-glint package no longer builds with
253 Xserver 21 and is unmaintained.
255 config BR2_PACKAGE_USBREDIR_SERVER
256 bool "usbredirserver removed"
259 usbredirserver has been dropped by upstream since version
260 0.13.0. usbredir tools (which include usbredirect binary) can
261 be used as a replacement.
263 comment "Legacy options removed in 2022.11"
265 config BR2_PACKAGE_RABBITMQ_SERVER
266 bool "rabbitmq-server removed"
269 Package was removed because it was unmaintained and had
270 known security issues.
272 config BR2_PACKAGE_LIBOPENSSL_ENABLE_RC5
273 bool "libopenssl rc5 was never enabled"
276 The libopenssl option for rc5 never actually enabled rc5,
277 which had always been disabled in Buildroot.
279 config BR2_PACKAGE_LIBDCADEC
280 bool "package was deprecated upstream, use ffmpeg instead"
283 This decoder has been fully integrated into FFmpeg master
284 branch and further development will continue there. Using
285 FFmpeg for DTS decoding is now recommended.
287 config BR2_KERNEL_HEADERS_5_17
288 bool "kernel headers version 5.17.x are no longer supported"
291 Version 5.17.x of the Linux kernel headers are no longer
292 maintained upstream and are now removed.
295 bool "ARM iwmmxt variant removed"
298 Support for the ARM iwmmxt architecture variant in GCC has
299 bitroten and is no longer maintained. GCC maintainers
300 recommend to no longer use it, and suggest to use "xscale"
301 as a replacement architecture variant. See
302 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106972
304 config BR2_PACKAGE_UHD_N230
305 bool "uhd N230 support removed"
308 uhd N230 support has been dropped by upstream since version
311 config BR2_PACKAGE_UHD_RFNOC
312 bool "uhd RFNoC support removed"
315 uhd RFNoC support has been dropped by upstream since version
318 config BR2_PACKAGE_GPSD_OLDSTYLE
319 bool "gpsd oldstyle removed"
322 gpsd oldstyle option has been removed by upstream in 2015.
324 config BR2_GDB_VERSION_9_2
325 bool "gdb 9.2 removed"
328 Support for GDB 9.2 has been removed. A new version has
329 automatically been selected.
331 comment "Legacy options removed in 2022.08"
333 config BR2_ECLIPSE_REGISTER
334 bool "Eclipse integration removed"
337 The Buildroot integration with the Eclipse IDE has been
338 removed, as the corresponding Eclipse plugin is no longer
339 maintained, and is no longer usable with current versions of
343 bool "csky architecture removed"
346 The csky architecture was removed, by lack of toolchain
349 config BR2_PACKAGE_MESA3D_DRI_DRIVER_I915
350 bool "mesa DRI i915 driver removed"
353 The DRI i915 driver was removed upstream.
355 config BR2_PACKAGE_MESA3D_DRI_DRIVER_I965
356 bool "mesa DRI i965 driver removed"
359 The DRI i965 driver was removed upstream.
361 config BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU
362 bool "mesa DRI nouveau driver removed"
365 The DRI radeon nouveau was removed upstream.
367 config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
368 bool "mesa DRI radeon r100 driver removed"
371 The DRI radeon r100 driver was removed upstream.
373 config BR2_GCC_VERSION_9_X
374 bool "gcc 9.x support removed"
377 Support for gcc version 9.x has been removed. The current
378 default version (11.x or later) has been selected instead.
380 config BR2_PACKAGE_PHP_EXT_WDDX
381 bool "php wddx removed"
384 The WDDX extension was removed from php.
387 bool "nds32 architecture removed"
390 Support for the nds32 architecture has been removed, due to
391 its support being removed from the upstream Linux kernel,
392 and its lack of maintenance in Buildroot.
394 config BR2_PACKAGE_RTL8723BS
395 bool "rtl8723bs removed"
398 Package was removed because it is not compatible with latest
399 kernels and is not maintained anymore: code has been removed
400 in 2017 as driver is available in the linux-next tree.
402 comment "Legacy options removed in 2022.05"
404 config BR2_PACKAGE_KTAP
408 Package was removed because it is not compatible with latest
409 kernels and is not maintained anymore (no release since 2013).
411 config BR2_KERNEL_HEADERS_5_16
412 bool "kernel headers version 5.16.x are no longer supported"
415 Version 5.16.x of the Linux kernel headers are no longer
416 maintained upstream and are now removed.
418 config BR2_KERNEL_HEADERS_4_4
419 bool "kernel headers version 4.4.x are no longer supported"
422 Version 4.4.x of the Linux kernel headers are no longer
423 maintained upstream and are now removed.
425 config BR2_BINUTILS_VERSION_2_32_X
426 bool "binutils 2.32.x has been removed"
429 binutils 2.32 has been removed, use a newer version.
432 bool "sh2a architecture support removed"
435 The SuperH 2A (SH2A) architecture was not maintained, and
436 broken, so its support was dropped.
438 config BR2_BINUTILS_VERSION_2_35_X
439 bool "binutils 2.35.x has been removed"
442 binutils 2.35 has been removed, use a newer version.
444 config BR2_PACKAGE_BOOST_LAYOUT_TAGGED
445 bool "boost tagged layout removed"
448 Boost tagged layout isn't handled by some packages (e.g. botan
451 config BR2_PACKAGE_BOOST_LAYOUT_VERSIONED
452 bool "boost versioned layout removed"
455 Boost versioned layout isn't handled by a number of autotools
456 and cmake packages (e.g. azmq, cc-tool, i2pd).
458 comment "Legacy options removed in 2022.02"
460 config BR2_TARGET_ROOTFS_OCI_ENTRYPOINT_ARGS
461 string "entrypoint argumetns has been changed as command"
463 The OCI image BR2_TARGET_ROOTFS_OCI_ENTRYPOINT_ARGS option
464 has been renamed to BR2_TARGET_ROOTFS_OCI_CMD to better
465 reflect its relation to the actual 'command' of the OCI
468 The new semantic for BR2_TARGET_ROOTFS_OCI_CMD is slightly
469 differnt in relation to how it is interpreted, so be sure to
470 review the help entry for it.
472 Due to this breaking change, the old value here could not be
473 set to the new variable.
475 config BR2_TARGET_ROOTFS_OCI_ENTRYPOINT_ARGS_WRAP
477 default y if BR2_TARGET_ROOTFS_OCI_ENTRYPOINT_ARGS != ""
480 config BR2_PACKAGE_LIBCURL_LIBNSS
481 bool "libcurl NSS removed"
484 NSS was deprecated in libcurl 7.82.0.
486 config BR2_PACKAGE_WESTON_DEFAULT_FBDEV
487 bool "weston fbdev removed"
490 fbdev was deprecated in weston 10.0.0.
492 config BR2_PACKAGE_WESTON_FBDEV
493 bool "weston fbdev compositor removed"
496 fbdev compositor was deprecated in weston 10.0.0.
498 config BR2_PACKAGE_PYTHON_PYCLI
499 bool "python-pycli removed"
502 Package was removed because it is not compatible with python
503 3.10 and is not maintained anymore (no release since 2012).
505 config BR2_PACKAGE_LINUX_TOOLS_BPFTOOL
506 bool "bpftool was moved"
508 select BR2_PACKAGE_BPFTOOL
510 The linux-tools bpftool build has been moved out
511 of the linux-tools package.
513 config BR2_TARGET_UBOOT_NEEDS_PYTHON2
514 bool "host-python 2.7 support for U-Boot was removed"
517 Option was removed together with python 2.7 support.
519 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS
520 bool "gst1-plugins-bad plugin libmms was removed"
521 depends on BR2_USE_WCHAR
522 depends on BR2_TOOLCHAIN_HAS_THREADS
525 This plugin was removed with gst1-plugins-bad-1.20.0.
527 config BR2_PACKAGE_PYTHON_FUNCTOOLS32
528 bool "python-functools32 removed"
531 Package was removed together with python 2.7 support.
533 config BR2_PACKAGE_PYTHON_ENUM34
534 bool "python-enum34 removed"
537 Package was removed together with python 2.7 support.
539 config BR2_PACKAGE_PYTHON_ENUM
540 bool "python-enum removed"
543 Package was removed together with python 2.7 support.
545 config BR2_PACKAGE_PYTHON_DIALOG
546 bool "python-dialog removed"
549 Package was removed together with python 2.7 support.
551 config BR2_PACKAGE_PYTHON_CONFIGOBJ
552 bool "python-configobj removed"
555 Package was removed together with python 2.7 support.
557 config BR2_PACKAGE_PYTHON_YIELDFROM
558 bool "python-yieldfrom removed"
561 Package was removed together with python 2.7 support.
563 config BR2_PACKAGE_PYTHON_TYPING
564 bool "python-typing removed"
567 Package was removed together with python 2.7 support.
569 config BR2_PACKAGE_PYTHON_SUBPROCESS32
570 bool "python-subprocess32 removed"
573 Package was removed together with python 2.7 support.
575 config BR2_PACKAGE_PYTHON_SINGLEDISPATCH
576 bool "python-singledispatch removed"
579 Package was removed together with python 2.7 support.
581 config BR2_PACKAGE_PYTHON_PYRO
582 bool "python-pyro removed"
585 Package was removed together with python 2.7 support.
587 config BR2_PACKAGE_PYTHON_PYPCAP
588 bool "python-pypcap removed"
591 Package was removed together with python 2.7 support.
593 config BR2_PACKAGE_PYTHON_PATHLIB2
594 bool "python-pathlib2 removed"
597 Package was removed together with python 2.7 support.
599 config BR2_PACKAGE_PYTHON_PAM
600 bool "python-pam removed"
603 Package was removed together with python 2.7 support.
605 config BR2_PACKAGE_PYTHON_NFC
606 bool "python-nfc removed"
609 Package was removed together with python 2.7 support.
611 config BR2_PACKAGE_PYTHON_MAD
612 bool "python-mad removed"
615 Package was removed together with python 2.7 support.
617 config BR2_PACKAGE_PYTHON_IPADDRESS
618 bool "python-ipaddress removed"
621 Package was removed together with python 2.7 support.
623 config BR2_PACKAGE_PYTHON_IPADDR
624 bool "python-ipaddr removed"
627 Package was removed together with python 2.7 support.
629 config BR2_PACKAGE_PYTHON_ID3
630 bool "python-id3 removed"
633 Package was removed together with python 2.7 support.
635 config BR2_PACKAGE_PYTHON_FUTURES
636 bool "python-futures removed"
639 Package was removed together with python 2.7 support.
641 config BR2_PACKAGE_PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME
642 bool "python-backports-ssl-match-hostname removed"
645 Package was removed together with python 2.7 support.
647 config BR2_PACKAGE_PYTHON_BACKPORTS_SHUTIL_GET_TERMINAL_SIZE
648 bool "python-backports-shutil-get-terminal-size removed"
651 Package was removed together with python 2.7 support.
653 config BR2_PACKAGE_PYTHON_BACKPORTS_ABC
654 bool "python-backports-abc removed"
657 Package was removed together with python 2.7 support.
659 config BR2_PACKAGE_PYTHON
660 bool "python2.7 package removed"
663 Python 2.7 is EOL since April 2020 and has been removed.
665 https://www.python.org/dev/peps/pep-0373/
667 config BR2_TARGET_UBOOT_ZYNQ_IMAGE
668 bool "Generate image for Xilinx Zynq"
671 Since 2016.1, U-Boot can natively generate the Zynq boot
672 image, and so the Xilinx-specific format and tools have been
673 removed. Should you still have an older U-Boot that needs
674 this, a python3 version of the zynq-boot-bin.py script can be
675 downloaded from the URL below and called from a post-build
678 https://gist.githubusercontent.com/jameshilliard/e09235dfc6f96c11418a134e6ebf7890/raw/135b7480c405ae8a77a9db615e495f9a9f2d3242/zynq-boot-bin.py
680 config BR2_PACKAGE_RPI_BT_FIRMWARE
681 bool "rpi-bt-firmware package was renamed"
682 depends on BR2_arm || BR2_aarch64
684 select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
685 select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT
687 Package rpi-bt-firmware was moved as option to
688 package brcmfmac_sdio-firmware-rpi.
690 config BR2_PACKAGE_RPI_WIFI_FIRMWARE
691 bool "rpi-wifi-firmware package was renamed"
692 depends on BR2_arm || BR2_aarch64
694 select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
695 select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI
697 Package rpi-wifi-firmware was moved as option to
698 package brcmfmac_sdio-firmware-rpi.
700 config BR2_PACKAGE_HOST_GDB_PYTHON
701 bool "GDB Python2 support removed"
704 Python2 is deprecated and no longer supported.
705 Please migrate to Python3.
707 config BR2_PACKAGE_GSTREAMER1_MM
708 bool "gstreamer1-mm package removed"
711 This package has been removed as it is not actively
712 maintained anymore and does not support glibmm-2.68 API.
714 config BR2_KERNEL_HEADERS_5_14
715 bool "kernel headers version 5.14.x are no longer supported"
718 Version 5.14.x of the Linux kernel headers are no longer
719 maintained upstream and are now removed.
721 config BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE
722 bool "python-backports-functools-lru-cache package removed"
725 This package has been removed as python-setuptools-scm
726 dropped support of python 2 since version 6.0.0.
728 config BR2_PACKAGE_CIVETWEB_WITH_LUA
729 bool "civetweb lua support option removed"
732 Lua support does not depend on a version of Lua bundled
733 within the Civetweb sources anymore. Lua support is
734 automatically enabled if an Lua interpreter (lua or luajit)
735 is enabled in Buildroot.
737 config BR2_PACKAGE_SUNXI_MALI_MAINLINE_DRIVER
738 bool "sunxi-mali-mainline-driver package was renamed"
740 select BR2_PACKAGE_SUNXI_MALI_UTGARD_DRIVER
742 Since the removal of the sunxi-mali-driver package, the
743 sunxi-mali-mainline-driver package that coexisted became the
744 only package to provide the Sunxi Mali driver. The "-mainline"
745 suffix being undescriptive nowadays and before adding new
746 packages bringing Mali support for other SoCs/GPU flavors, it
747 is clearer to rename it SUNXI_MALI_UTGARD_DRIVER.
749 config BR2_PACKAGE_SUNXI_MALI_MAINLINE
750 bool "sunxi-mali-mainline package was renamed"
752 select BR2_PACKAGE_SUNXI_MALI_UTGARD
754 Since the removal of the sunxi-mali package, the
755 sunxi-mali-mainline package that coexisted became the only
756 package to provide Mali blobs. The "-mainline" suffix being
757 undescriptive nowadays and before adding new packages bringing
758 Mali support for other SoCs/GPU flavors, it is clearer to
759 rename it SUNXI_MALI_UTGARD.
761 config BR2_PACKAGE_SUNXI_MALI_MAINLINE_R6P2
762 bool "sunxi-mali-mainline-r6p2 was renamed"
764 select BR2_PACKAGE_SUNXI_MALI_UTGARD_R6P2
766 The sunxi-mali-mainline package has been renamed
767 sunxi-mali-utgard, the suboptions of this package have also
768 been renamed accordingly.
770 config BR2_PACKAGE_SUNXI_MALI_MAINLINE_R8P1
771 bool "sunxi-mali-mainline-r8p1 was renamed"
773 select BR2_PACKAGE_SUNXI_MALI_UTGARD_R8P1
775 The sunxi-mali-mainline package has been renamed
776 sunxi-mali-utgard, the suboptions of this package have also
777 been renamed accordingly.
779 config BR2_PACKAGE_QT5WEBKIT_EXAMPLES
780 bool "qt5webkit-examples removed"
783 The qt5webkit-examples package is unmaintained and has been
786 config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_GLIBC_BLEEDING_EDGE
787 bool "Bootlin riscv64 glibc bleeding-edge toolchain removed"
790 The RISC-V 64-bit LP64 Bootlin toolchains have been removed,
791 in favor of RISC-V 64-bit LP64D toolchains.
793 config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_MUSL_BLEEDING_EDGE
794 bool "Bootlin riscv64 musl bleeding-edge toolchain removed"
797 The RISC-V 64-bit LP64 Bootlin toolchains have been removed,
798 in favor of RISC-V 64-bit LP64D toolchains.
800 config BR2_PACKAGE_IPUTILS_TFTPD
801 bool "iputils tftpd option removed"
804 tftpd has been removed from iputils since version 20211215.
806 config BR2_PACKAGE_IPUTILS_TRACEROUTE6
807 bool "iputils traceroute6 option removed"
810 traceroute6 has been removed from iputils since version
813 config BR2_PACKAGE_LIBMEDIAART_BACKEND_NONE
814 bool "libmediaart 'none' backend removed"
817 'none' backend has been removed from libmediaart since version
820 config BR2_PACKAGE_MPD_UPNP
821 bool "MPD UPnP configuration changed"
824 From version 0.23, MPD supports npupnp in addition to pupnp to
825 provide database access to a UPnP media server. To preserve
826 the existing functionality, the pupnp option has been selected
827 in the MPD UPnP configuration.
828 # Note: BR2_PACKAGE_MPD_UPNP is still referenced from package/mpd/Config.in
830 comment "Legacy options removed in 2021.11"
832 config BR2_OPENJDK_VERSION_LTS
833 bool "OpenJDK LTS version was renamed to OpenJDK 11"
836 The LTS version option was renamed to OpenJDK 11 to make it
837 clear what LTS version is.
838 # Note: BR2_OPENJDK_VERSION_LTS is still referenced from
839 # package/openjdk/Config.in
841 config BR2_OPENJDK_VERSION_LATEST
842 bool "OpenJDK latest version (16.x) was removed"
845 OpenJDK 16.x is no longer mainted, so the option has been
846 removed. Use OpenJDK 17.x instead.
847 # Note: BR2_OPENJDK_VERSION_LATEST is still referenced from
848 # package/openjdk/Config.in
850 config BR2_PACKAGE_MPD_TIDAL
851 bool "mpd tidal option removed"
854 tidal has been removed from mpd since version 0.22.10.
856 config BR2_PACKAGE_MROUTED_RSRR
857 bool "RSRR for RSVP removed in mrouted v4.4"
860 The RSRR configure option and feature was dropped in upstream
861 mrouted as of v4.4. This feature was marked as experimental
862 since its inception well before v4.0 and was never deployed
863 in the field outside of academia.
865 config BR2_BINUTILS_VERSION_CSKY
866 bool "binutils csky version removed"
869 Support for binutils csky version has been removed.
871 config BR2_GCC_VERSION_CSKY
872 bool "gcc csky version removed"
875 Support for gcc csky version has been removed.
877 config BR2_PACKAGE_CANFESTIVAL
878 bool "canfestival package removed"
881 This package has been removed as it is unmaintained since
884 config BR2_PACKAGE_NMAP_NDIFF
885 bool "The ndiff utility has been removed"
887 select BR2_PACKAGE_PYTHON_PYNDIFF
889 The ndiff utility provided by nmap requires python2 which is
890 deprecated. The same functionality is provided by the python
893 config BR2_GDB_VERSION_8_3
894 bool "gdb version 8.3.x removed"
897 gdb 8.3.x has been removed, use a newer version instead.
899 config BR2_PACKAGE_PYTHON_MELD3
900 bool "python-meld3 package removed"
903 This package has been removed as it is unmaintained since
906 config BR2_PACKAGE_STRONGSWAN_EAP
907 bool "strongswan EAP plugins now individually selectable"
910 The various EAP plugins are now individually selectable.
912 config BR2_PACKAGE_GNURADIO_PAGER
913 bool "gnuradio gr-flex support removed"
916 gr-flex has been removed from gnuradio since version 3.8.0.0.
918 config BR2_KERNEL_HEADERS_5_11
919 bool "kernel headers version 5.11.x are no longer supported"
922 Version 5.11.x of the Linux kernel headers are no longer
923 maintained upstream and are now removed.
925 config BR2_KERNEL_HEADERS_5_12
926 bool "kernel headers version 5.12.x are no longer supported"
929 Version 5.12.x of the Linux kernel headers are no longer
930 maintained upstream and are now removed.
932 config BR2_KERNEL_HEADERS_5_13
933 bool "kernel headers version 5.13.x are no longer supported"
936 Version 5.13.x of the Linux kernel headers are no longer
937 maintained upstream and are now removed.
939 comment "Legacy options removed in 2021.08"
941 config BR2_TARGET_GRUB2_BUILTIN_MODULES
942 string "the grub2 builtin modules has been renamed"
944 This option has been split to separate the builtin modules
945 between BR2_TARGET_GRUB2_BUILTIN_MODULES_PC and
946 BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI.
948 config BR2_TARGET_GRUB2_BUILTIN_MODULES_WRAP
950 default y if BR2_TARGET_GRUB2_BUILTIN_MODULES != ""
953 config BR2_TARGET_GRUB2_BUILTIN_CONFIG
954 string "the grub2 builtin configuration has been renamed"
956 This option has been split to separate the builtin
957 configuration between BR2_TARGET_GRUB2_BUILTIN_CONFIG_PC and
958 BR2_TARGET_GRUB2_BUILTIN_CONFIG_EFI.
960 config BR2_TARGET_GRUB2_BUILTIN_CONFIG_WRAP
962 default y if BR2_TARGET_GRUB2_BUILTIN_CONFIG != ""
965 config BR2_PACKAGE_LIBMCRYPT
966 bool "libmcrypt package was removed"
969 This package has been removed as "the last update to libmcrypt
970 was in 2007, despite years of unmerged patches. These facts
971 have led security experts to declare mcrypt abandonware and
972 discourage its use in new development" (extract from
973 https://en.wikipedia.org/wiki/Mcrypt).
975 config BR2_PACKAGE_MCRYPT
976 bool "mcrypt package was removed"
979 This package has been removed as "the last update to libmcrypt
980 was in 2007, despite years of unmerged patches. These facts
981 have led security experts to declare mcrypt abandonware and
982 discourage its use in new development" (extract from
983 https://en.wikipedia.org/wiki/Mcrypt).
985 config BR2_PACKAGE_PHP_EXT_MCRYPT
986 bool "PHP mcrypt extension removed"
989 mcrypt has been removed from php since version 7.2.0.
991 config BR2_BINUTILS_VERSION_2_34_X
992 bool "binutils 2.34 has been removed"
995 binutils 2.34 has been removed, use a newer version.
997 config BR2_PACKAGE_LIBSOIL
998 bool "libsoil package removed"
1001 The libsoil package was removed. All packages needing
1002 libsoil removed the dependency.
1004 config BR2_PACKAGE_CLAPACK
1005 bool "cblas/clapack package removed"
1007 select BR2_PACKAGE_LAPACK if BR2_PACKAGE_LAPACK_ARCH_SUPPORTS && BR2_TOOLCHAIN_HAS_FORTRAN
1009 The clapack package was removed. LAPACK no longer generates a
1010 C version. Use lapack instead. This does require a Fortran
1013 config BR2_PACKAGE_SPIDERMONKEY
1014 bool "spidermonkey package removed"
1017 The spidermonkey package was removed. The only package that
1018 depended on spidermonkey was polkit. The spidermonkey
1019 dependency is replaced with duktape.
1021 config BR2_PACKAGE_KODI_LIBVA
1022 bool "kodi option to add libva support removed"
1025 Kodi still has support for libva if the package is enabled but
1026 the kodi-specific dependencies limiting libva support to non-
1027 OPENGLES platforms were removed including this option.
1029 config BR2_PACKAGE_PYTHON_COHERENCE
1030 bool "python-coherence package removed"
1033 This package has been removed as it can't be built anymore due
1034 to python-twisted being now incompatible with python 2.
1036 config BR2_PACKAGE_PHP_EXT_XMLRPC
1037 bool "PHP XMLRPC extension removed"
1040 The XMLRPC php extension was removed.
1041 See: https://wiki.php.net/rfc/unbundle_xmlprc
1043 config BR2_GCC_VERSION_8_X
1044 bool "gcc 8.x support removed"
1047 Support for gcc version 8.x has been removed. The current
1048 default version (10.x or later) has been selected instead.
1050 comment "Legacy options removed in 2021.05"
1052 config BR2_PACKAGE_UDISKS_LVM2
1053 bool "udisks lvm2 support removed"
1056 The lvm2 support was removed because udisks < 2.7.0 still
1057 depends on lvm2 application library, which was removed
1060 config BR2_PACKAGE_LVM2_APP_LIBRARY
1061 bool "lvm2 application library removed"
1064 The lvm2 application library was removed upstream.
1066 config BR2_PACKAGE_LVM2_LVMETAD
1067 bool "lvm2 lvmetad removed"
1070 The lvm2 lvmetad was removed upstream.
1072 config BR2_PACKAGE_MONKEY
1073 bool "monkey package removed"
1076 This package has been removed as it has not seen any release
1077 since 2016 and because TLS is broken on master.
1079 config BR2_PACKAGE_DOCKER_CONTAINERD
1080 bool "docker-containerd package was renamed to containerd"
1082 select BR2_PACKAGE_CONTAINERD
1084 The containerd project is now independent from Docker.
1085 The package was renamed to containerd accordingly.
1087 config BR2_PACKAGE_IOSTAT
1088 bool "iostat package removed"
1091 This package has been removed, use sysstat instead.
1093 config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
1094 bool "sconeserver http::sconesite::image removed"
1097 Sconeserver cannot be built with ImageMagick - it uses the
1098 "transofrm" function which is removed from public API.
1100 config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_EVDEV
1101 bool "KDrive/TinyX evdev input driver removed"
1104 The evdev input driver in KDrive was removed.
1106 config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_KBD
1107 bool "KDrive/TinyX kbd input driver removed"
1110 The kbd input driver in KDrive was removed.
1112 config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_MOUSE
1113 bool "KDrive/TinyX mouse input driver removed"
1116 The mouse input driver in KDrive was removed.
1118 config BR2_PACKAGE_MESA3D_OSMESA_CLASSIC
1119 bool "mesa OSMesa (classic) option removed"
1121 select BR2_PACKAGE_MESA3D_OSMESA_GALLIUM
1123 The OSMesa "classic" library option was removed upstream.
1124 Only the Gallium-based implementation remains.
1126 config BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
1127 bool "mesa DRI swrast driver removed"
1129 select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
1131 The DRI swrast driver was removed upstream.
1132 Only the Gallium-based implementation remains.
1134 config BR2_PACKAGE_KODI_SCREENSAVER_CRYSTALMORPH
1135 bool "kodi-screensaver-crystalmorph removed"
1138 The package received its last updates in 2017, is not part
1139 of the official Kodi github repo and its build is broken
1140 with Kodi 19.x, so it was removed.
1142 comment "Legacy options removed in 2021.02"
1144 config BR2_PACKAGE_MPD_AUDIOFILE
1145 bool "mpd audiofile support removed"
1148 The audiofile support was removed from mpd as audiofile is
1149 affected by multiple CVEs and is not maintained anymore (no
1150 release since 2013).
1152 config BR2_PACKAGE_AUDIOFILE
1153 bool "audiofile package removed"
1156 The audiofile package was removed as it is affected by
1157 multiple CVEs and is not maintained anymore (no release since
1160 config BR2_BINUTILS_VERSION_2_33_X
1161 bool "binutils 2.33.x has been removed"
1164 binutils 2.33.x has been removed, use a newer version.
1166 config BR2_PACKAGE_LIBUPNP18
1167 bool "libupnp18 package removed"
1169 select BR2_PACKAGE_LIBUPNP
1171 Version 1.8.x of libupnp (i.e. libupnp18) has been removed
1172 because it will never be fixed against CallStranger a.k.a.
1173 CVE-2020-12695. The libupnp package (which has been updated to
1174 version 1.14.x) has been selected instead.
1176 config BR2_PACKAGE_BOA
1177 bool "boa package removed"
1180 The boa package was removed as it is affected by multiple
1181 CVEs and is not maintained anymore (no release since 2005).
1183 config BR2_PACKAGE_LINUX_FIRMWARE_IMX_SDMA
1184 bool "imx sdma firmware is provided by firmware-imx"
1186 select BR2_PACKAGE_FREESCALE_IMX
1187 select BR2_PACKAGE_FIRMWARE_IMX
1189 linux-firmware provide the same firmware as firmware-imx.
1190 We prefer using firmware-imx as the only provider.
1192 config BR2_GDB_VERSION_8_2
1193 bool "gdb 8.2.x has been removed"
1196 gdb 8.2 support has been removed, you can use a newer
1197 version such as 8.3 or more recent.
1199 config BR2_PACKAGE_HOST_RCW
1200 bool "rcw package was renamed to qoriq-rcw"
1201 select BR2_PACKAGE_HOST_QORIQ_RCW
1204 The rcw package was specific to the QorIQ platform, so it has
1205 been renamed to qoriq-rcw, to leave room for other *-rcw
1206 packages for other platforms.
1208 config BR2_KERNEL_HEADERS_5_9
1209 bool "kernel headers version 5.9.x are no longer supported"
1212 Version 5.9.x of the Linux kernel headers are no longer
1213 maintained upstream and are now removed.
1215 config BR2_KERNEL_HEADERS_5_8
1216 bool "kernel headers version 5.8.x are no longer supported"
1219 Version 5.8.x of the Linux kernel headers are no longer
1220 maintained upstream and are now removed.
1222 config BR2_powerpc_601
1223 bool "PowerPC 601 support removed"
1226 The support for the PowerPC 601 processors has been removed.
1228 config BR2_PACKAGE_TI_SGX_LIBGBM
1229 bool "ti-sgx-libgbm support removed"
1232 TI has merged the ti-sgx-libgbm package with the ti-sgx-um
1235 config BR2_PACKAGE_IPSEC_TOOLS
1236 bool "ipsec-tools package was removed"
1239 This package has been removed as it has security issues and
1240 has been abandoned since 2014.
1242 comment "Legacy options removed in 2020.11"
1244 config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
1245 bool "compile with fixed serial port speed"
1248 Since gpsd 3.20, GPSD_FIXED_PORT_SPEED is replaced
1249 by runtime option --speed.
1251 config BR2_PACKAGE_GPSD_RECONFIGURE
1252 bool "allow gpsd to change device settings"
1255 Since gpsd 3.21, GPSD_RECONFIGURE is replaced
1256 by runtime option --passive.
1258 config BR2_PACKAGE_GPSD_CONTROLSEND
1259 bool "allow gpsctl/gpsmon to change device settings"
1262 Option removed in gpsd 3.21
1264 config BR2_PACKAGE_OPENCV
1265 bool "opencv package was removed"
1268 This package has been removed, use opencv3 instead.
1270 config BR2_PACKAGE_LIBCROCO
1271 bool "libcroco package was removed"
1274 This package has been removed as it is affected by several
1275 security issues such as CVE-2020-12825 which will never be
1276 fixed as libcroco has been archived.
1278 config BR2_PACKAGE_BELLAGIO
1279 bool "bellagio package was removed"
1282 This package has been removed as it is not maintained anymore
1283 (no release since 2011).
1285 config BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY
1286 bool "systemd-journal-gatewayd now in systemd-journal-remote"
1288 select BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE
1290 All system journal remote programs are now enabled using
1291 BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE.
1293 config BR2_TARGET_UBOOT_BOOT_SCRIPT
1294 bool "u-boot script generation was moved"
1296 select BR2_PACKAGE_HOST_UBOOT_TOOLS
1297 select BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT
1299 Migrated U-Boot script generation to uboot-tools
1301 # Note: BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE is still referenced from
1302 # package/uboot-tools/Config.in
1303 config BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE
1304 string "The uboot script source string has been renamed"
1305 depends on BR2_TARGET_UBOOT_BOOT_SCRIPT
1307 Migrated U-Boot script generation to uboot-tools.
1309 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE
1311 config BR2_TARGET_UBOOT_ENVIMAGE
1312 bool "u-boot env generation was moved"
1314 select BR2_PACKAGE_HOST_UBOOT_TOOLS
1315 select BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE
1317 Migrated U-Boot env generation to uboot-tools
1319 # Note: BR2_TARGET_UBOOT_ENVIMAGE_SOURCE is still referenced from
1320 # package/uboot-tools/Config.in
1321 config BR2_TARGET_UBOOT_ENVIMAGE_SOURCE
1322 string "The uboot env image source string has been renamed"
1323 depends on BR2_TARGET_UBOOT_ENVIMAGE
1325 Migrated U-Boot env generation to uboot-tools.
1327 BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE
1329 # Note: BR2_TARGET_UBOOT_ENVIMAGE_SIZE is still referenced from
1330 # package/uboot-tools/Config.in
1331 config BR2_TARGET_UBOOT_ENVIMAGE_SIZE
1332 string "The uboot env image size string has been renamed"
1333 depends on BR2_TARGET_UBOOT_ENVIMAGE
1335 Migrated U-Boot env generation to uboot-tools.
1336 New option is named BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SIZE
1338 config BR2_TARGET_UBOOT_ENVIMAGE_REDUNDANT
1339 bool "u-boot env generation was moved"
1340 depends on BR2_TARGET_UBOOT_ENVIMAGE
1341 select BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT
1343 Migrated U-Boot env generation to uboot-tools
1345 config BR2_PACKAGE_KISMET_CLIENT
1346 bool "kismet client support was removed"
1349 Kismet client support was removed since version 2019-04-R1.
1351 config BR2_PACKAGE_KISMET_DRONE
1352 bool "kismet drone support was removed"
1355 Kismet drone support was removed since version 2019-04-R1.
1357 config BR2_GCC_VERSION_7_X
1358 bool "gcc 7.x support removed"
1361 Support for gcc version 7.x has been removed. The current
1362 default version (9.x or later) has been selected instead.
1364 config BR2_PACKAGE_GST1_VALIDATE
1365 bool "gst1-validate was moved to gst1-devtools"
1366 select BR2_PACKAGE_GST1_DEVTOOLS
1369 This package has been removed, use gst1-devtools instead.
1371 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_YADIF
1372 bool "gst1-plugins-bad yadif plugin was removed"
1374 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DEINTERLACE
1376 This plugin was removed with gst1-plugins-bad-1.18.0, the
1377 same functionality has moved to gst1-plugins-good
1378 deinterlace plugin (method=yadif).
1380 config BR2_PACKAGE_GQVIEW
1381 bool "gqview package was removed"
1384 This package has been removed as it is not maintained anymore
1385 (no release since 2006).
1387 config BR2_PACKAGE_WESTON_IMX
1388 bool "weston-imx package was removed"
1391 This package has been removed, use weston instead.
1393 config BR2_KERNEL_HEADERS_5_7
1394 bool "kernel headers version 5.7.x are no longer supported"
1397 Version 5.7.x of the Linux kernel headers are no longer
1398 maintained upstream and are now removed.
1400 config BR2_PACKAGE_TINYHTTPD
1401 bool "tinyhttpd package removed"
1404 The tinyhttpd package was removed as it is affected by
1405 CVE-2002-1819 and is not maintained anymore (no release since
1408 config BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX
1409 bool "X.org Enable AIGLX Extension"
1412 AIGLX Extension was removed in X.org X server version 1.19.0
1414 config BR2_PACKAGE_AMD_CATALYST
1418 Current X.org server is incompatible with this driver.
1420 config BR2_PACKAGE_NVIDIA_TEGRA23
1421 bool "nvidia-tegra23 package removed"
1424 Current X.org server is incompatible with this driver.
1426 config BR2_GDB_VERSION_8_1
1427 bool "gdb 8.1.x has been removed"
1430 The 8.1.x version of gdb has been removed. Use a newer
1433 comment "Legacy options removed in 2020.08"
1435 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
1436 bool "toolchain-external-codesourcery-amd64 removed"
1439 The CodeSourcery toolchain for AMD64, in version 2016.11 was
1440 dropped, due to it using a too old gcc 6.2.0 compiler which
1441 caused issues compiling a number of recent packages
1442 (e.g. Boost). CodeSourcery has stopped making newer versions
1443 of this toolchain publicly available, so it was not possible
1446 config BR2_KERNEL_HEADERS_5_6
1447 bool "kernel headers version 5.6.x are no longer supported"
1450 Version 5.6.x of the Linux kernel headers are no longer
1451 maintained upstream and are now removed.
1453 config BR2_KERNEL_HEADERS_5_5
1454 bool "kernel headers version 5.5.x are no longer supported"
1457 Version 5.5.x of the Linux kernel headers are no longer
1458 maintained upstream and are now removed.
1460 config BR2_BINUTILS_VERSION_2_31_X
1461 bool "binutils version 2.31.1 support removed"
1464 Support for binutils version 2.31.1 has been removed. The
1465 current default version (2.33.1 or later) has been selected
1468 config BR2_PACKAGE_KODI_PERIPHERAL_STEAMCONTROLLER
1469 bool "kodi-peripheral-steamcontroller package was removed"
1472 This package is broken.
1474 comment "Legacy options removed in 2020.05"
1476 config BR2_PACKAGE_WIRINGPI
1477 bool "wiringpi package removed"
1480 The author of wiringpi has deprecated the package, and
1481 completely removed the git tree that was serving the
1482 sources, with this message:
1483 Please look for alternatives for wiringPi
1485 config BR2_PACKAGE_PYTHON_PYCRYPTO
1486 bool "python-pycrypto package removed"
1489 This package has been removed, use python-pycryptodomex
1492 config BR2_PACKAGE_MTDEV2TUIO
1493 bool "mtdev2tuio package removed"
1496 The mtdev2tuio package was removed as it breaks the builds
1497 every now and then and is not maintained upstream.
1499 config BR2_PACKAGE_EZXML
1500 bool "ezxml package removed"
1503 The ezXML package was removed as it is affected by several
1504 CVEs and is not maintained anymore (no release since 2006).
1506 config BR2_PACKAGE_COLLECTD_LVM
1507 bool "lvm support in collectd was removed"
1510 collectd removed LVM plugin, liblvm2app has been deprecated
1512 config BR2_PACKAGE_PYTHON_PYASN
1513 bool "duplicate python-pyasn1 package removed"
1515 select BR2_PACKAGE_PYTHON_PYASN1
1517 This package was a duplicate of python-pyasn1.
1519 config BR2_PACKAGE_PYTHON_PYASN_MODULES
1520 bool "duplicate python-pyasn1-modules package removed"
1522 select BR2_PACKAGE_PYTHON_PYASN1_MODULES
1524 This package was a duplicate of python-pyasn1-modules.
1526 config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_10K_QCA6174
1527 bool "duplicate QCA6174 firmware symbol removed"
1529 select BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174
1531 This config symbol duplicates existing symbol for QCA6174
1534 config BR2_PACKAGE_QT5CANVAS3D
1535 bool "qt5canvas3d was removed"
1538 This Qt5 module was removed by the upstream Qt project since
1539 Qt 5.13, so the corresponding Buildroot package was removed
1542 config BR2_PACKAGE_KODI_LIBTHEORA
1543 bool "libtheora support in Kodi was removed"
1546 Kodi does not need libtheora
1548 config BR2_PACKAGE_CEGUI06
1549 bool "BR2_PACKAGE_CEGUI06 was renamed"
1550 select BR2_PACKAGE_CEGUI
1553 The BR2_PACKAGE_CEGUI06 config symbol was renamed to
1556 config BR2_GCC_VERSION_5_X
1557 bool "gcc 5.x support removed"
1560 Support for gcc version 5.x has been removed. The current
1561 default version (8.x or later) has been selected instead.
1563 comment "Legacy options removed in 2020.02"
1565 config BR2_PACKAGE_JAMVM
1566 bool "jamvm removed"
1569 JamVM has not had a release since 2014 and is unmaintained.
1571 config BR2_PACKAGE_CLASSPATH
1572 bool "classpath removed"
1575 GNU Classpath package was removed. The last upstream
1576 release was in 2012 and there hasn't been a commit
1579 config BR2_PACKAGE_QT5_VERSION_5_6
1580 bool "qt 5.6 support removed"
1583 Support for Qt 5.6 is EOL and has been removed. The current
1584 version (5.12 or later) has been selected instead.
1586 config BR2_PACKAGE_CURL
1587 bool "BR2_PACKAGE_CURL was renamed"
1588 select BR2_PACKAGE_LIBCURL_CURL
1591 The BR2_PACKAGE_CURL config symbol was renamed to
1592 BR2_PACKAGE_LIBCURL_CURL.
1594 config BR2_PACKAGE_GSTREAMER
1595 bool "gstreamer-0.10 removed"
1598 Gstreamer-0.10 package was removed. It has been deprecated
1599 upstream since 2012, and is missing a lot of features and
1600 fixes compared to gstreamer-1.x.
1602 config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES_GSTREAMER_PLUGINS
1603 bool "nvidia-tegra23 binaries gstreamer 0.10.x support removed"
1606 Gstreamer 0.10.x is no longer available in Buildroot, so
1607 neither is the support in nvidia-tegra23 binaries.
1609 config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES_NV_SAMPLE_APPS
1610 bool "nvidia-tegra23 binaries sample apps removed"
1613 Gstreamer 0.10.x is no longer available in Buildroot, so
1614 neither is the support in nvidia-tegra23 binaries.
1616 config BR2_PACKAGE_FREERDP_GSTREAMER
1617 bool "freerdp gstreamer 0.10.x support removed"
1620 Gstreamer 0.10.x is no longer available in Buildroot, so
1621 neither is the support in freerdp.
1623 config BR2_PACKAGE_OPENCV3_WITH_GSTREAMER
1624 bool "opencv3 gstreamer 0.10.x support removed"
1627 Gstreamer 0.10.x is no longer available in Buildroot, so
1628 neither is the support in opencv3.
1630 config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
1631 bool "opencv gstreamer 0.10.x support removed"
1634 Gstreamer 0.10.x is no longer available in Buildroot, so
1635 neither is the support in opencv.
1637 config BR2_PACKAGE_LIBPLAYER
1638 bool "libplayer package was removed"
1641 The libplayer package was removed. The latest release is
1642 from 2010 and none of the backends are available in
1645 config BR2_GCC_VERSION_OR1K
1646 bool "gcc 5.x fork for or1k has been removed"
1649 Support for gcc 5.x for or1k has been removed. The current
1650 default version (9.x or later) has been selected instead.
1652 config BR2_PACKAGE_BLUEZ_UTILS
1653 bool "bluez-utils was removed"
1655 select BR2_PACKAGE_BLUEZ5_UTILS if BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 \
1656 && BR2_TOOLCHAIN_HAS_SYNC_4
1658 The bluez-utils (BlueZ 4.x) package was removed as it is
1659 deprecated since a long time. As an alternative, the
1660 bluez5-utils (BlueZ 5.x) has been automatically selected in
1663 config BR2_PACKAGE_GADGETFS_TEST
1664 bool "gadgetfs-test was removed"
1667 The gadgetfs-test package was removed. Gadgetfs has been
1668 deprecated in favour of functionfs. Consider using
1669 gadget-tool (gt) instead.
1671 config BR2_PACKAGE_FIS
1672 bool "fis was removed"
1675 The fis package was removed.
1677 config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
1678 string "refpolicy policy version"
1680 The refpolicy policy version option has been moved to the
1683 config BR2_PACKAGE_REFPOLICY_POLICY_VERSION_WRAP
1685 default y if BR2_PACKAGE_REFPOLICY_POLICY_VERSION != ""
1688 config BR2_PACKAGE_CELT051
1689 bool "celt051 package was removed"
1691 select BR2_PACKAGE_OPUS
1693 The celt051 package was removed as it is now obsolete since
1694 the CELT codec has been merged into the IETF Opus codec. As
1695 a result, the opus package has been automatically selected
1696 in your configuration.
1698 config BR2_PACKAGE_WIREGUARD
1699 bool "wireguard package renamed"
1700 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
1702 select BR2_PACKAGE_WIREGUARD_LINUX_COMPAT if BR2_LINUX_KERNEL
1703 select BR2_PACKAGE_WIREGUARD_TOOLS
1705 The wireguard package has been renamed to wireguard-tools
1706 for the userspace tooling and wireguard-linux-compat for the
1707 kernel side for legacy (<5.6) kernels to match upstream.
1709 config BR2_PACKAGE_PERL_NET_PING
1710 bool "perl-net-ping was removed"
1713 Net::Ping is a Perl core module (ie. bundled with perl).
1715 config BR2_PACKAGE_PERL_MIME_BASE64
1716 bool "perl-mime-base64 was removed"
1719 MIME::Base64 is a Perl core module (ie. bundled with perl).
1721 config BR2_PACKAGE_PERL_DIGEST_MD5
1722 bool "perl-digest-md5 was removed"
1725 Digest::MD5 is a Perl core module (ie. bundled with perl).
1727 config BR2_PACKAGE_ERLANG_P1_ICONV
1728 bool "erlang-p1-iconv has been removed"
1731 The erlang-p1-iconv package was no longer used by ejabberd,
1732 and was no longer maintained upstream, so it was removed.
1734 config BR2_KERNEL_HEADERS_5_3
1735 bool "kernel headers version 5.3.x are no longer supported"
1738 Version 5.3.x of the Linux kernel headers are no longer
1739 maintained upstream and are now removed.
1741 config BR2_PACKAGE_PYTHON_SCAPY3K
1742 bool "python-scapy3k is replaced by python-scapy"
1744 select BR2_PACKAGE_PYTHON_SCAPY
1746 python-scapy3k has been deprecated, since python-scapy has
1747 gained Python 3 support. Use BR2_PACKAGE_PYTHON_SCAPY
1750 config BR2_BINUTILS_VERSION_2_30_X
1751 bool "binutils version 2.30 support removed"
1754 Support for binutils version 2.30 has been removed. The
1755 current default version (2.31 or later) has been selected
1758 config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
1759 bool "rpi-userland start vcfiled was removed"
1762 The vcfiled support was removed upstream.
1764 config BR2_PACKAGE_TI_SGX_KM_AM335X
1765 bool "ti-sgx-km AM335X option removed"
1767 select BR2_PACKAGE_TI_SGX_KM
1769 Starting from buildroot release 2020.02, the buildroot package
1770 only supports the target am335x.
1772 config BR2_PACKAGE_TI_SGX_KM_AM437X
1773 bool "ti-sgx-km AM437X option removed"
1776 Starting from buildroot release 2020.02, the buildroot package
1777 only supports the target am335x.
1779 config BR2_PACKAGE_TI_SGX_KM_AM4430
1780 bool "ti-sgx-km AM4430 option removed"
1783 Starting from buildroot release 2020.02, the buildroot package
1784 only supports the target am335x.
1786 config BR2_PACKAGE_TI_SGX_KM_AM5430
1787 bool "ti-sgx-km AM5430 option removed"
1790 Starting from buildroot release 2020.02, the buildroot package
1791 only supports the target am335x.
1793 comment "Legacy options removed in 2019.11"
1795 config BR2_PACKAGE_OPENVMTOOLS_PROCPS
1796 bool "openvmtools' procps support was removed"
1799 Upstream stopped supporting this option a while ago.
1801 config BR2_PACKAGE_ALLJOYN
1802 bool "alljoyn was removed"
1805 The alljoyn framework is dead
1807 config BR2_PACKAGE_ALLJOYN_BASE
1808 bool "alljoyn-base was removed"
1811 The alljoyn framework is dead
1813 config BR2_PACKAGE_ALLJOYN_BASE_CONTROLPANEL
1814 bool "alljoyn-base control panel was removed"
1817 The alljoyn framework is dead
1819 config BR2_PACKAGE_ALLJOYN_BASE_NOTIFICATION
1820 bool "alljoyn-base notification was removed"
1823 The alljoyn framework is dead
1825 config BR2_PACKAGE_ALLJOYN_BASE_ONBOARDING
1826 bool "alljoyn-base onboarding was removed"
1829 The alljoyn framework is dead
1831 config BR2_PACKAGE_ALLJOYN_TCL_BASE
1832 bool "alljoyn-tcl-base was removed"
1835 The alljoyn framework is dead
1837 config BR2_PACKAGE_ALLJOYN_TCL
1838 bool "alljoyn-tcl was removed"
1841 The alljoyn framework is dead
1843 config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
1844 string "toolchain-external extra libs option has been renamed"
1846 The option BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS has
1847 been renamed to BR2_TOOLCHAIN_EXTRA_LIBS.
1849 config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS_WRAP
1851 default y if BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS != ""
1854 config BR2_PACKAGE_PYTHON_PYSNMP_APPS
1855 bool "python-pysnmp-apps was removed"
1857 select BR2_PACKAGE_SNMPCLITOOLS
1859 Following upstream changes, the python-pysnmp-apps package
1860 has been removed, and snmpclitools should be used as a
1863 config BR2_KERNEL_HEADERS_5_2
1864 bool "kernel headers version 5.2.x are no longer supported"
1867 Version 5.2.x of the Linux kernel headers are no longer
1868 maintained upstream and are now removed.
1870 config BR2_TARGET_RISCV_PK
1871 bool "riscv-pk was removed"
1874 The RISC-V Proxy Kernel (pk) and Berkley Boot Loader (BBL)
1875 have been replaced with OpenSBI.
1877 config BR2_PACKAGE_SQLITE_STAT3
1878 bool "sqlite stat3 support was removed"
1881 Upstream removed the support for stat3.
1883 config BR2_KERNEL_HEADERS_5_1
1884 bool "kernel headers version 5.1.x are no longer supported"
1887 Version 5.1.x of the Linux kernel headers are no longer
1888 maintained upstream and are now removed.
1890 config BR2_PACKAGE_DEVMEM2
1891 bool "devmem2 package was removed"
1894 Use the the Busybox devmem utility, instead, which provides
1895 the same functionality.
1897 config BR2_PACKAGE_USTR
1898 bool "ustr package removed"
1901 The 'ustr' package was only used by SELinux libsemanage, but
1902 since SELinux 2.7, ustr is no longer used. Therefore, we
1903 removed this package from Buildroot.
1905 config BR2_PACKAGE_KODI_SCREENSAVER_PLANESTATE
1906 bool "kodi-screensaver-planestate package was removed"
1909 This package is incompatible with Kodi 18.x.
1911 config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE
1912 bool "kodi-visualisation-waveforhue package was removed"
1915 This package is incompatible with Kodi 18.x.
1917 config BR2_PACKAGE_KODI_AUDIODECODER_OPUS
1918 bool "kodi-audiodecoder-opus package was removed"
1921 This package is incompatible with Kodi 18.x.
1923 config BR2_PACKAGE_MESA3D_OSMESA
1924 bool "mesa OSMesa option renamed"
1925 select BR2_PACKAGE_MESA3D_OSMESA_CLASSIC if BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
1928 The option was renamed in order to match the naming used
1929 by the meson buildsystem.
1931 config BR2_PACKAGE_HOSTAPD_DRIVER_RTW
1932 bool "hostapd rtl871xdrv driver removed"
1935 Since the update of hostapd to 2.9, the patch provided for
1936 the rtl871xdrv no longer works, although it
1937 applies. Moreover, AP support for Realtek chips is broken
1938 anyway in kernels > 4.9. Therefore, this option has been
1941 config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
1942 bool "new dbus support option in wpa_supplicant was renamed"
1943 select BR2_PACKAGE_WPA_SUPPLICANT_DBUS if BR2_TOOLCHAIN_HAS_THREADS
1946 The new dbus support option was renamed.
1948 config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_OLD
1949 bool "old dbus support in wpa_supplicant was removed"
1952 The old dbus support was removed.
1954 comment "Legacy options removed in 2019.08"
1956 config BR2_TARGET_TS4800_MBRBOOT
1957 bool "ts4800-mbrboot package was removed"
1960 The defconfig for the TS4800 platform has been removed, so
1961 the ts4800-mbrboot package, containing the boot code for
1962 this specific platform has been removed as welL.
1964 config BR2_PACKAGE_LIBAMCODEC
1965 bool "liamcodec package was removed"
1968 Support for odroidc2 based systems was removed, making the
1969 libamcodec package useless.
1971 config BR2_PACKAGE_ODROID_SCRIPTS
1972 bool "odroid-scripts package was removed"
1975 Support for odroidc2 based systems was removed, making the
1976 odroid-scripts package useless.
1978 config BR2_PACKAGE_ODROID_MALI
1979 bool "odroid-mali package was removed"
1982 Support for odroidc2 based systems was removed, making the
1983 odroid-mali package useless.
1985 config BR2_PACKAGE_KODI_PLATFORM_AML
1986 bool "Kodi AMLogic support was removed"
1989 Support for AMLogic was removed due to the removal of the
1992 config BR2_GCC_VERSION_6_X
1993 bool "gcc 6.x support removed"
1996 Support for gcc version 6.x has been removed. The current
1997 default version (8.x or later) has been selected instead.
1999 config BR2_GCC_VERSION_4_9_X
2000 bool "gcc 4.9.x support removed"
2003 Support for gcc version 4.9.x has been removed. The current
2004 default version (8.x or later) has been selected instead.
2006 config BR2_GDB_VERSION_7_12
2007 bool "gdb 7.12.x has been removed"
2010 The 7.12.x version of gdb has been removed. Use a newer
2013 config BR2_PACKAGE_XAPP_MKFONTDIR
2014 bool "mkfontdir is now included in xapp_mkfontscale"
2015 select BR2_PACKAGE_XAPP_MKFONTSCALE
2018 xapp_mkfontscale now includes the mkfontdir script previously
2019 distributed separately for compatibility with older X11
2022 config BR2_GDB_VERSION_8_0
2023 bool "gdb 8.0.x has been removed"
2026 The 8.0.x version of gdb has been removed. Use a newer
2029 config BR2_KERNEL_HEADERS_4_20
2030 bool "kernel headers version 4.20.x are no longer supported"
2033 Version 4.20.x of the Linux kernel headers are no longer
2034 maintained upstream and are now removed.
2036 config BR2_KERNEL_HEADERS_5_0
2037 bool "kernel headers version 5.0.x are no longer supported"
2040 Version 5.0.x of the Linux kernel headers are no longer
2041 maintained upstream and are now removed.
2043 comment "Legacy options removed in 2019.05"
2046 bool "C-SKY DSP support removed"
2049 C-SKY DSP instruction support for ck810 / ck807 was removed,
2050 as it was no longer supported in C-SKY gcc. Perhaps the VDSP
2051 instructions should be used instead, using the BR2_CSKY_VDSP
2054 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR
2055 bool "compositor moved to gst1-plugins-base"
2056 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR
2059 The gst1-plugins-bad compositor plugin has moved
2060 to gst1-plugins-base.
2062 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
2063 bool "gst-plugins-bad IQA option was removed"
2066 The gst1-plugins-bad IQA option was removed.
2068 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
2069 bool "gst-plugins-bad opencv option was removed"
2072 The gst1-plugins-bad opencv option was removed because
2073 buildroot does not have the opencv_contrib package which
2074 is required for the bgsegm module which gst1-plugins-bad
2075 now requires along with opencv3.
2077 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_STEREO
2078 bool "stereo was merged into audiofx in gst1-plugins-good"
2080 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUDIOFX
2082 The gst1-plugins-bad stereo plugin has merged with the
2083 gst1-plugins-base audiofx plugin.
2085 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD
2086 bool "gst-plugins-bad vcd plugin was removed."
2089 The gst1-plugins-bad vcd plugin was removed.
2091 config BR2_PACKAGE_LUNIT
2092 bool "lunit package removed"
2094 select BR2_PACKAGE_LUA_LUNITX
2096 The lunit package was removed in favor of its fork lunitx,
2097 which supports all versions of Lua.
2099 config BR2_PACKAGE_FFMPEG_FFSERVER
2100 bool "ffmpeg ffserver removed"
2103 On July 10th, 2016, ffserver program has been dropped.
2105 config BR2_PACKAGE_LIBUMP
2106 bool "libump package removed"
2109 The libump package was removed, it was only used as a
2110 dependency of sunxi-mali, which itself was removed.
2112 config BR2_PACKAGE_SUNXI_MALI
2113 bool "sunxi-mali package removed"
2115 select BR2_PACKAGE_SUNXI_MALI_UTGARD
2117 The sunxi-mali package was removed, as the
2118 sunxi-mali-mainline package replaces it for mainline
2119 kernels on Allwinner platforms.
2121 config BR2_BINUTILS_VERSION_2_29_X
2122 bool "binutils version 2.29 support removed"
2125 Support for binutils version 2.29 has been removed. The
2126 current default version (2.31 or later) has been selected
2129 config BR2_BINUTILS_VERSION_2_28_X
2130 bool "binutils version 2.28 support removed"
2133 Support for binutils version 2.28 has been removed. The
2134 current default version (2.31 or later) has been selected
2137 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK
2138 bool "gst-plugins-bad apexsink option removed"
2141 The gst-plugins-bad apexsink option was removed.
2143 comment "Legacy options removed in 2019.02"
2145 config BR2_PACKAGE_QT
2146 bool "qt package removed"
2149 The qt package was removed.
2151 config BR2_PACKAGE_QTUIO
2152 bool "qtuio package removed"
2155 The qtuio package was removed.
2157 config BR2_PACKAGE_PINENTRY_QT4
2158 bool "pinentry-qt4 option removed"
2161 The pinentry-qt4 option was removed.
2163 config BR2_PACKAGE_POPPLER_QT
2164 bool "poppler qt option removed"
2167 The poppler qt option was removed.
2169 config BR2_PACKAGE_OPENCV3_WITH_QT
2170 bool "opencv3 qt backend option removed"
2173 The opencv3 qt backend option was removed.
2175 config BR2_PACKAGE_OPENCV_WITH_QT
2176 bool "opencv qt backend option removed"
2179 The opencv qt backend option was removed.
2181 config BR2_PACKAGE_AMD_CATALYST_CCCLE
2182 bool "catalyst control center option removed"
2185 The AMD Catalyst Control Center option was removed.
2187 config BR2_PACKAGE_SDL_QTOPIA
2188 bool "sdl qtopia video driver option removed"
2191 The SDL QTopia video driver option was removed.
2193 config BR2_PACKAGE_PYTHON_PYQT
2194 bool "python-pyqt package removed"
2197 The python-pyqt package was removed. Consider python-pyqt5
2200 config BR2_PACKAGE_LUACRYPTO
2201 bool "luacrypto package removed"
2204 The luacrypto package was removed. Consider luaossl instead.
2206 config BR2_PACKAGE_TN5250
2207 bool "tn5250 package removed"
2210 The tn5250 package was removed.
2212 config BR2_PACKAGE_BOOST_SIGNALS
2213 bool "Boost signals removed"
2216 Its removal was announced in boost 1.68 and its deprecation
2217 was announced in 1.54. Users are encouraged to use Signals2
2220 config BR2_PACKAGE_FFTW_PRECISION_SINGLE
2223 select BR2_PACKAGE_FFTW_SINGLE
2225 This option has been removed in favor of
2226 BR2_PACKAGE_FFTW_SINGLE.
2228 config BR2_PACKAGE_FFTW_PRECISION_DOUBLE
2231 select BR2_PACKAGE_FFTW_DOUBLE
2233 This option has been removed in favor of
2234 BR2_PACKAGE_FFTW_DOUBLE.
2236 config BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE
2238 depends on !(BR2_TOOLCHAIN_BUILDROOT_UCLIBC && \
2239 (BR2_arm || BR2_mips || BR2_mipsel))
2241 select BR2_PACKAGE_FFTW_LONG_DOUBLE
2243 This option has been removed in favor of
2244 BR2_PACKAGE_FFTW_LONG_DOUBLE.
2246 config BR2_PACKAGE_FFTW_PRECISION_QUAD
2248 depends on (BR2_i386 || BR2_x86_64) && BR2_USE_WCHAR
2250 select BR2_PACKAGE_FFTW_QUAD
2252 This option has been removed in favor of
2253 BR2_PACKAGE_FFTW_QUAD.
2255 config BR2_PACKAGE_LUA_5_2
2256 bool "Lua 5.2.x version removed"
2259 The Lua 5.2.x version was removed.
2260 # Note: BR2_PACKAGE_LUA_5_2 is still referenced from package/lua/Config.in
2262 config BR2_TARGET_GENERIC_PASSWD_MD5
2263 bool "target passwd md5 format support has been removed"
2266 The default has been moved to SHA256 and all C libraries
2267 now support that method by default
2269 comment "Legacy options removed in 2018.11"
2271 config BR2_TARGET_XLOADER
2272 bool "xloader has been removed"
2275 The package has been removed as u-boot SPL provides
2276 similar functionality
2278 config BR2_PACKAGE_TIDSP_BINARIES
2279 bool "tidsp-binaries package removed"
2282 The tidsp-binaries package was removed.
2284 config BR2_PACKAGE_DSP_TOOLS
2285 bool "dsp-tools package removed"
2288 The dsp-tools package was removed.
2290 config BR2_PACKAGE_GST_DSP
2291 bool "gst-dsp package removed"
2294 The gst-dsp package was removed.
2296 config BR2_PACKAGE_BOOTUTILS
2297 bool "bootutils package removed"
2300 The bootutils package was removed.
2302 config BR2_PACKAGE_EXPEDITE
2303 bool "expedite package has been removed"
2306 expedite is not actively maintained anymore.
2307 https://sourceforge.net/p/enlightenment/mailman/message/36428571
2309 config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
2310 bool "mesa3d opengl texture float option removed"
2313 mesa3d now unconditionally enables floating-point textures,
2314 as the corresponding patent has expired.
2316 config BR2_KERNEL_HEADERS_4_10
2317 bool "kernel headers version 4.10.x are no longer supported"
2320 Version 4.10.x of the Linux kernel headers are no longer
2321 maintained upstream and are now removed.
2323 config BR2_KERNEL_HEADERS_4_11
2324 bool "kernel headers version 4.11.x are no longer supported"
2327 Version 4.11.x of the Linux kernel headers are no longer
2328 maintained upstream and are now removed.
2330 config BR2_KERNEL_HEADERS_4_12
2331 bool "kernel headers version 4.12.x are no longer supported"
2334 Version 4.12.x of the Linux kernel headers are no longer
2335 maintained upstream and are now removed.
2337 config BR2_KERNEL_HEADERS_4_13
2338 bool "kernel headers version 4.13.x are no longer supported"
2341 Version 4.13.x of the Linux kernel headers are no longer
2342 maintained upstream and are now removed.
2344 config BR2_KERNEL_HEADERS_4_15
2345 bool "kernel headers version 4.15.x are no longer supported"
2348 Version 4.15.x of the Linux kernel headers are no longer
2349 maintained upstream and are now removed.
2351 config BR2_KERNEL_HEADERS_4_17
2352 bool "kernel headers version 4.17.x are no longer supported"
2355 Version 4.17.x of the Linux kernel headers are no longer
2356 maintained upstream and are now removed.
2358 config BR2_PACKAGE_LIBNFTNL_XML
2359 bool "libnftl no longer supports XML output"
2362 libnftnl removed integration with libmxml.
2364 config BR2_KERNEL_HEADERS_3_2
2365 bool "kernel headers version 3.2.x are no longer supported"
2368 Version 3.2.x of the Linux kernel headers are no longer
2369 maintained upstream and are now removed.
2371 config BR2_KERNEL_HEADERS_4_1
2372 bool "kernel headers version 4.1.x are no longer supported"
2375 Version 4.1.x of the Linux kernel headers are no longer
2376 maintained upstream and are now removed.
2378 config BR2_KERNEL_HEADERS_4_16
2379 bool "kernel headers version 4.16.x are no longer supported"
2382 Version 4.16.x of the Linux kernel headers are no longer
2383 maintained upstream and are now removed.
2385 config BR2_KERNEL_HEADERS_4_18
2386 bool "kernel headers version 4.18.x are no longer supported"
2389 Version 4.18.x of the Linux kernel headers are no longer
2390 maintained upstream and are now removed.
2392 ###############################################################################
2393 comment "Legacy options removed in 2018.08"
2395 config BR2_PACKAGE_DOCKER_ENGINE_STATIC_CLIENT
2396 bool "docker-engine static client option renamed"
2398 select BR2_PACKAGE_DOCKER_CLI_STATIC
2400 BR2_PACKAGE_DOCKER_ENGINE_STATIC_CLIENT has been renamed to
2401 BR2_PACKAGE_DOCKER_CLI_STATIC, following the package split of
2402 docker-engine and docker-cli.
2404 config BR2_PACKAGE_XPROTO_APPLEWMPROTO
2405 bool "xproto-applewmproto package replaced by xorgproto"
2407 select BR2_PACKAGE_XORGPROTO
2409 The xproto-applewmproto package has been replaced by the
2410 xorgproto package, which combines all xproto_* packages.
2412 config BR2_PACKAGE_XPROTO_BIGREQSPROTO
2413 bool "xproto-bigreqsproto package replaced by xorgproto"
2415 select BR2_PACKAGE_XORGPROTO
2417 The xproto-bigreqsproto package has been replaced by the
2418 xorgproto package, which combines all xproto_* packages.
2420 config BR2_PACKAGE_XPROTO_COMPOSITEPROTO
2421 bool "xproto-compositeproto package replaced by xorgproto"
2423 select BR2_PACKAGE_XORGPROTO
2425 The xproto-compositeproto package has been replaced by the
2426 xorgproto package, which combines all xproto_* packages.
2428 config BR2_PACKAGE_XPROTO_DAMAGEPROTO
2429 bool "xproto-dameproto package replaced by xorgproto"
2431 select BR2_PACKAGE_XORGPROTO
2433 The xproto-dameproto package has been replaced by the
2434 xorgproto package, which combines all xproto_* packages.
2436 config BR2_PACKAGE_XPROTO_DMXPROTO
2437 bool "xproto-dmxproto package replaced by xorgproto"
2439 select BR2_PACKAGE_XORGPROTO
2441 The xproto-dmxproto package has been replaced by the
2442 xorgproto package, which combines all xproto_* packages.
2444 config BR2_PACKAGE_XPROTO_DRI2PROTO
2445 bool "xproto-dri2proto package replaced by xorgproto"
2447 select BR2_PACKAGE_XORGPROTO
2449 The xproto-dri2proto package has been replaced by the
2450 xorgproto package, which combines all xproto_* packages.
2452 config BR2_PACKAGE_XPROTO_DRI3PROTO
2453 bool "xproto-dri3proto package replaced by xorgproto"
2455 select BR2_PACKAGE_XORGPROTO
2457 The xproto-dri3proto package has been replaced by the
2458 xorgproto package, which combines all xproto_* packages.
2460 config BR2_PACKAGE_XPROTO_FIXESPROTO
2461 bool "xproto-fixesproto package replaced by xorgproto"
2463 select BR2_PACKAGE_XORGPROTO
2465 The xproto-fixesproto package has been replaced by the
2466 xorgproto package, which combines all xproto_* packages.
2468 config BR2_PACKAGE_XPROTO_FONTCACHEPROTO
2469 bool "xproto-fontcacheproto package replaced by xorgproto"
2471 select BR2_PACKAGE_XORGPROTO
2473 The xproto-fontcacheproto package has been replaced by the
2474 xorgproto package, which combines all xproto_* packages.
2476 config BR2_PACKAGE_XPROTO_FONTSPROTO
2477 bool "xproto-fontsproto package replaced by xorgproto"
2479 select BR2_PACKAGE_XORGPROTO
2481 The xproto-fontsproto package has been replaced by the
2482 xorgproto package, which combines all xproto_* packages.
2484 config BR2_PACKAGE_XPROTO_GLPROTO
2485 bool "xproto-glproto package replaced by xorgproto"
2487 select BR2_PACKAGE_XORGPROTO
2489 The xproto-glproto package has been replaced by the
2490 xorgproto package, which combines all xproto_* packages.
2492 config BR2_PACKAGE_XPROTO_INPUTPROTO
2493 bool "xproto-inputproto package replaced by xorgproto"
2495 select BR2_PACKAGE_XORGPROTO
2497 The xproto-inputproto package has been replaced by the
2498 xorgproto package, which combines all xproto_* packages.
2500 config BR2_PACKAGE_XPROTO_KBPROTO
2501 bool "xproto-kbproto package replaced by xorgproto"
2503 select BR2_PACKAGE_XORGPROTO
2505 The xproto-kbproto package has been replaced by the
2506 xorgproto package, which combines all xproto_* packages.
2508 config BR2_PACKAGE_XPROTO_PRESENTPROTO
2509 bool "xproto-presentproto package replaced by xorgproto"
2511 select BR2_PACKAGE_XORGPROTO
2513 The xproto-presentproto package has been replaced by the
2514 xorgproto package, which combines all xproto_* packages.
2516 config BR2_PACKAGE_XPROTO_RANDRPROTO
2517 bool "xproto-randrproto package replaced by xorgproto"
2519 select BR2_PACKAGE_XORGPROTO
2521 The xproto-randrproto package has been replaced by the
2522 xorgproto package, which combines all xproto_* packages.
2524 config BR2_PACKAGE_XPROTO_RECORDPROTO
2525 bool "xproto-recordproto package replaced by xorgproto"
2527 select BR2_PACKAGE_XORGPROTO
2529 The xproto-recordproto package has been replaced by the
2530 xorgproto package, which combines all xproto_* packages.
2532 config BR2_PACKAGE_XPROTO_RENDERPROTO
2533 bool "xproto-renderproto package replaced by xorgproto"
2535 select BR2_PACKAGE_XORGPROTO
2537 The xproto-renderproto package has been replaced by the
2538 xorgproto package, which combines all xproto_* packages.
2540 config BR2_PACKAGE_XPROTO_RESOURCEPROTO
2541 bool "xproto-resourceproto package replaced by xorgproto"
2543 select BR2_PACKAGE_XORGPROTO
2545 The xproto-resourceproto package has been replaced by the
2546 xorgproto package, which combines all xproto_* packages.
2548 config BR2_PACKAGE_XPROTO_SCRNSAVERPROTO
2549 bool "xproto-scrnsaverprot package replaced by xorgproto"
2551 select BR2_PACKAGE_XORGPROTO
2553 The xproto-scrnsaverprot package has been replaced by the
2554 xorgproto package, which combines all xproto_* packages.
2556 config BR2_PACKAGE_XPROTO_VIDEOPROTO
2557 bool "xproto-videoproto package replaced by xorgproto"
2559 select BR2_PACKAGE_XORGPROTO
2561 The xproto-videoproto package has been replaced by the
2562 xorgproto package, which combines all xproto_* packages.
2564 config BR2_PACKAGE_XPROTO_WINDOWSWMPROTO
2565 bool "xproto-windowswmproto package replaced by xorgproto"
2567 select BR2_PACKAGE_XORGPROTO
2569 The xproto-windowswmproto package has been replaced by the
2570 xorgproto package, which combines all xproto_* packages.
2572 config BR2_PACKAGE_XPROTO_XCMISCPROTO
2573 bool "xproto-xcmiscproto package replaced by xorgproto"
2575 select BR2_PACKAGE_XORGPROTO
2577 The xproto-xcmiscproto package has been replaced by the
2578 xorgproto package, which combines all xproto_* packages.
2580 config BR2_PACKAGE_XPROTO_XEXTPROTO
2581 bool "xproto-xextproto package replaced by xorgproto"
2583 select BR2_PACKAGE_XORGPROTO
2585 The xproto-xextproto package has been replaced by the
2586 xorgproto package, which combines all xproto_* packages.
2588 config BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO
2589 bool "xproto-xf86bigfontproto package replaced by xorgproto"
2591 select BR2_PACKAGE_XORGPROTO
2593 The xproto-xf86bigfontproto package has been replaced by the
2594 xorgproto package, which combines all xproto_* packages.
2596 config BR2_PACKAGE_XPROTO_XF86DGAPROTO
2597 bool "xproto-xf86dgaproto package replaced by xorgproto"
2599 select BR2_PACKAGE_XORGPROTO
2601 The xproto-xf86dgaproto package has been replaced by the
2602 xorgproto package, which combines all xproto_* packages.
2604 config BR2_PACKAGE_XPROTO_XF86DRIPROTO
2605 bool "xproto-xf86driproto package replaced by xorgproto"
2607 select BR2_PACKAGE_XORGPROTO
2609 The xproto-xf86driproto package has been replaced by the
2610 xorgproto package, which combines all xproto_* packages.
2612 config BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
2613 bool "xproto-xf86vidmodeproto package replaced by xorgproto"
2615 select BR2_PACKAGE_XORGPROTO
2617 The xproto-xf86vidmodeproto package has been replaced by the
2618 xorgproto package, which combines all xproto_* packages.
2620 config BR2_PACKAGE_XPROTO_XINERAMAPROTO
2621 bool "xproto-xineramaproto package replaced by xorgproto"
2623 select BR2_PACKAGE_XORGPROTO
2625 The xproto-xineramaproto package has been replaced by the
2626 xorgproto package, which combines all xproto_* packages.
2628 config BR2_PACKAGE_XPROTO_XPROTO
2629 bool "xproto-xproto package replaced by xorgproto"
2631 select BR2_PACKAGE_XORGPROTO
2633 The xproto-xproto package has been replaced by the
2634 xorgproto package, which combines all xproto_* packages.
2636 config BR2_PACKAGE_XPROTO_XPROXYMANAGEMENTPROTOCOL
2637 bool "xproto-xproxymanagementprotocol package replaced by xorgproto"
2639 select BR2_PACKAGE_XORGPROTO
2641 The xproto-xproxymanagementprotocol package has been
2642 replaced by the xorgproto package, which combines all
2645 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_OPENGL
2646 bool "gst1-plugins-bad opengl option moved to gst1-plugins-base"
2648 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_OPENGL
2650 The opengl option has been moved from gst1-plugins-bad to
2653 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_GLES2
2654 bool "gst1-plugins-bad gles2 option moved to gst1-plugins-base"
2656 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_GLES2
2658 The gles2 option has been moved from gst1-plugins-bad to
2661 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_GLX
2662 bool "gst1-plugins-bad glx option moved to gst1-plugins-base"
2664 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_GLX
2666 The glx option has been moved from gst1-plugins-bad to
2669 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
2670 bool "gst1-plugins-bad egl option moved to gst1-plugins-base"
2672 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_EGL
2674 The egl option has been moved from gst1-plugins-bad to
2677 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_X11
2678 bool "gst1-plugins-bad x11 option moved to gst1-plugins-base"
2680 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_X11
2682 The x11 option has been moved from gst1-plugins-bad to
2685 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND
2686 bool "gst1-plugins-bad wayland option moved to gst1-plugins-base"
2688 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_WAYLAND
2690 The wayland option has been moved from gst1-plugins-bad to
2693 config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_DISPMANX
2694 bool "gst1-plugins-bad dispmanx option moved to gst1-plugins-base"
2696 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_DISPMANX
2698 The dispmanx option has been moved from gst1-plugins-mad to
2701 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
2702 bool "gst1-plugins-bad audiomixer option moved to gst1-plugins-base"
2704 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER
2706 The audiomixer option has been moved from gst1-plugins-bad to
2709 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
2710 bool "gst1-plugins-ugly lame option moved to gst1-plugins-good"
2712 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_LAME
2714 The lame option has been moved from gst1-plugins-ugly to
2717 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPG123
2718 bool "gst1-plugins-ugly mpg123 option moved to gst1-plugins-good"
2720 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MPG123
2722 The mpg123 option has been moved from gst1-plugins-ugly to
2725 config BR2_GDB_VERSION_7_11
2726 bool "gdb 7.11 has been removed"
2729 The 7.11 version of gdb has been removed. Use a newer version
2732 config BR2_GDB_VERSION_7_10
2733 bool "gdb 7.10 has been removed"
2736 The 7.10 version of gdb has been removed. Use a newer version
2739 ###############################################################################
2740 comment "Legacy options removed in 2018.05"
2742 config BR2_PACKAGE_MEDIAART_BACKEND_NONE
2743 bool "libmediaart none backend option renamed"
2746 For consistency reasons, the option
2747 BR2_PACKAGE_MEDIAART_BACKEND_NONE has been renamed to
2748 BR2_PACKAGE_LIBMEDIAART_BACKEND_NONE
2750 config BR2_PACKAGE_MEDIAART_BACKEND_GDK_PIXBUF
2751 bool "libmediaart gdk-pixbuf backend option renamed"
2754 For consistency reasons, the option
2755 BR2_PACKAGE_MEDIAART_BACKEND_GDK_PIXBUF has been renamed to
2756 BR2_PACKAGE_LIBMEDIAART_BACKEND_GDK_PIXBUF
2758 config BR2_PACKAGE_MEDIAART_BACKEND_QT
2759 bool "libmediaart qt backend option renamed"
2762 For consistency reasons, the option
2763 BR2_PACKAGE_MEDIAART_BACKEND_QT has been renamed to
2764 BR2_PACKAGE_LIBMEDIAART_BACKEND_QT
2766 config BR2_PACKAGE_TI_SGX_AM335X
2767 bool "ti-sgx-km AM335X option removed"
2769 select BR2_PACKAGE_TI_SGX_KM
2771 Starting from buildroot release 2020.02, the buildroot package
2772 only supports the target am335x.
2774 config BR2_PACKAGE_TI_SGX_AM437X
2775 bool "ti-sgx-km AM437X option removed"
2778 Starting from buildroot release 2020.02, the buildroot package
2779 only supports the target am335x.
2781 config BR2_PACKAGE_TI_SGX_AM4430
2782 bool "ti-sgx-km AM4430 option removed"
2785 Starting from buildroot release 2020.02, the buildroot package
2786 only supports the target am335x.
2788 config BR2_PACKAGE_TI_SGX_AM5430
2789 bool "ti-sgx-km AM5430 option removed"
2792 Starting from buildroot release 2020.02, the buildroot package
2793 only supports the target am335x.
2795 config BR2_PACKAGE_JANUS_AUDIO_BRIDGE
2796 bool "janus-gateway audio-bridge option renamed"
2798 select BR2_PACKAGE_JANUS_GATEWAY_AUDIO_BRIDGE
2800 For consistency reasons, the janus-gateway option
2801 BR2_PACKAGE_JANUS_AUDIO_BRIDGE has been renamed to
2802 BR2_PACKAGE_JANUS_GATEWAY_AUDIO_BRIDGE.
2804 config BR2_PACKAGE_JANUS_ECHO_TEST
2805 bool "janus-gateway echo-test option renamed"
2807 select BR2_PACKAGE_JANUS_GATEWAY_ECHO_TEST
2809 For consistency reasons, the janus-gateway option
2810 BR2_PACKAGE_JANUS_ECHO_TEST has been renamed to
2811 BR2_PACKAGE_JANUS_GATEWAY_ECHO_TEST.
2813 config BR2_PACKAGE_JANUS_RECORDPLAY
2814 bool "janus-gateway recordplay option renamed"
2816 select BR2_PACKAGE_JANUS_GATEWAY_RECORDPLAY
2818 For consistency reasons, the janus-gateway option
2819 BR2_PACKAGE_JANUS_RECORDPLAY has been renamed to
2820 BR2_PACKAGE_JANUS_GATEWAY_RECORDPLAY.
2822 config BR2_PACKAGE_JANUS_SIP_GATEWAY
2823 bool "janus-gateway sip-gateway option renamed"
2825 select BR2_PACKAGE_JANUS_GATEWAY_SIP_GATEWAY
2827 For consistency reasons, the janus-gateway option
2828 BR2_PACKAGE_JANUS_SIP_GATEWAY has been renamed to
2829 BR2_PACKAGE_JANUS_GATEWAY_SIP_GATEWAY.
2831 config BR2_PACKAGE_JANUS_STREAMING
2832 bool "janus-gateway streaming option renamed"
2834 select BR2_PACKAGE_JANUS_GATEWAY_STREAMING
2836 For consistency reasons, the janus-gateway option
2837 BR2_PACKAGE_JANUS_STREAMING has been renamed to
2838 BR2_PACKAGE_JANUS_GATEWAY_STREAMING.
2840 config BR2_PACKAGE_JANUS_TEXT_ROOM
2841 bool "janus-gateway text-room option renamed"
2843 select BR2_PACKAGE_JANUS_GATEWAY_TEXT_ROOM
2845 For consistency reasons, the janus-gateway option
2846 BR2_PACKAGE_JANUS_TEXT_ROOM has been renamed to
2847 BR2_PACKAGE_JANUS_GATEWAY_TEXT_ROOM.
2849 config BR2_PACKAGE_JANUS_VIDEO_CALL
2850 bool "janus-gateway video-call option renamed"
2852 select BR2_PACKAGE_JANUS_GATEWAY_VIDEO_CALL
2854 For consistency reasons, the janus-gateway option
2855 BR2_PACKAGE_JANUS_VIDEO_CALL has been renamed to
2856 BR2_PACKAGE_JANUS_GATEWAY_VIDEO_CALL.
2858 config BR2_PACKAGE_JANUS_VIDEO_ROOM
2859 bool "janus-gateway video-room option renamed"
2861 select BR2_PACKAGE_JANUS_GATEWAY_VIDEO_ROOM
2863 For consistency reasons, the janus-gateway option
2864 BR2_PACKAGE_JANUS_VIDEO_ROOM has been renamed to
2865 BR2_PACKAGE_JANUS_GATEWAY_VIDEO_ROOM.
2867 config BR2_PACKAGE_JANUS_MQTT
2868 bool "janus-gateway mqtt option renamed"
2870 select BR2_PACKAGE_JANUS_GATEWAY_MQTT
2872 For consistency reasons, the janus-gateway option
2873 BR2_PACKAGE_JANUS_MQTT has been renamed to
2874 BR2_PACKAGE_JANUS_GATEWAY_MQTT.
2876 config BR2_PACKAGE_JANUS_RABBITMQ
2877 bool "janus-gateway rabbitmq option renamed"
2879 select BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ
2881 For consistency reasons, the janus-gateway option
2882 BR2_PACKAGE_JANUS_RABBITMQ has been renamed to
2883 BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ.
2885 config BR2_PACKAGE_JANUS_REST
2886 bool "janus-gateway rest option renamed"
2888 select BR2_PACKAGE_JANUS_GATEWAY_REST
2890 For consistency reasons, the janus-gateway option
2891 BR2_PACKAGE_JANUS_REST has been renamed to
2892 BR2_PACKAGE_JANUS_GATEWAY_REST.
2894 config BR2_PACKAGE_JANUS_UNIX_SOCKETS
2895 bool "janus-gateway unix-sockets option renamed"
2897 select BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS
2899 For consistency reasons, the janus-gateway option
2900 BR2_PACKAGE_JANUS_UNIX_SOCKETS has been renamed to
2901 BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS.
2903 config BR2_PACKAGE_JANUS_WEBSOCKETS
2904 bool "janus-gateway websockets option renamed"
2906 select BR2_PACKAGE_JANUS_GATEWAY_WEBSOCKETS
2908 For consistency reasons, the janus-gateway option
2909 BR2_PACKAGE_JANUS_WEBSOCKETS has been renamed to
2910 BR2_PACKAGE_JANUS_GATEWAY_WEBSOCKETS.
2912 config BR2_PACKAGE_IPSEC_SECCTX_DISABLE
2913 bool "ipsec-tools security context disable option renamed"
2916 For consistency reasons, the option
2917 BR2_PACKAGE_IPSEC_SECCTX_DISABLE was renamed to
2918 BR2_PACKAGE_IPSEC_TOOLS_SECCTX_DISABLE.
2920 config BR2_PACKAGE_IPSEC_SECCTX_ENABLE
2921 bool "ipsec-tools SELinux security context enable option renamed"
2924 For consistency reasons, the option
2925 BR2_PACKAGE_IPSEC_SECCTX_ENABLE was renamed to
2926 BR2_PACKAGE_IPSEC_TOOLS_SECCTX_ENABLE.
2928 config BR2_PACKAGE_IPSEC_SECCTX_KERNEL
2929 bool "ipsec-tools kernel security context enable option renamed"
2932 For consistency reasons, the option
2933 BR2_PACKAGE_IPSEC_SECCTX_KERNEL was renamed to
2934 BR2_PACKAGE_IPSEC_TOOLS_SECCTX_KERNEL.
2936 config BR2_PACKAGE_LIBTFDI_CPP
2937 bool "libftdi C++ bindings option renamed"
2939 select BR2_PACKAGE_LIBFTDI_CPP
2941 The option BR2_PACKAGE_LIBTFDI_CPP was renamed to
2942 BR2_PACKAGE_LIBFTDI_CPP in order to fix a typo in the option
2945 config BR2_PACKAGE_JQUERY_UI_THEME_BLACK_TIE
2946 bool "jquery-ui-themes option black-tie renamed"
2949 For consistency reasons, the jquery-ui-themes option for the
2950 black-tie theme has been renamed from
2951 BR2_PACKAGE_JQUERY_UI_THEME_BLACK_TIE to
2952 BR2_PACKAGE_JQUERY_UI_THEMES_BLACK_TIE.
2954 config BR2_PACKAGE_JQUERY_UI_THEME_BLITZER
2955 bool "jquery-ui-themes option blitzer renamed"
2958 For consistency reasons, the jquery-ui-themes option for the
2959 blitzer theme has been renamed from
2960 BR2_PACKAGE_JQUERY_UI_THEME_BLITZER to
2961 BR2_PACKAGE_JQUERY_UI_THEMES_BLITZER.
2963 config BR2_PACKAGE_JQUERY_UI_THEME_CUPERTINO
2964 bool "jquery-ui-themes option cupertino renamed"
2967 For consistency reasons, the jquery-ui-themes option for the
2968 cupertino theme has been renamed from
2969 BR2_PACKAGE_JQUERY_UI_THEME_CUPERTINO to
2970 BR2_PACKAGE_JQUERY_UI_THEMES_CUPERTINO.
2972 config BR2_PACKAGE_JQUERY_UI_THEME_DARK_HIVE
2973 bool "jquery-ui-themes option dark-hive renamed"
2976 For consistency reasons, the jquery-ui-themes option for the
2977 dark-hive theme has been renamed from
2978 BR2_PACKAGE_JQUERY_UI_THEME_DARK_HIVE to
2979 BR2_PACKAGE_JQUERY_UI_THEMES_DARK_HIVE.
2981 config BR2_PACKAGE_JQUERY_UI_THEME_DOT_LUV
2982 bool "jquery-ui-themes option dot-luv renamed"
2985 For consistency reasons, the jquery-ui-themes option for the
2986 dot-luv theme has been renamed from
2987 BR2_PACKAGE_JQUERY_UI_THEME_DOT_LUV to
2988 BR2_PACKAGE_JQUERY_UI_THEMES_DOT_LUV.
2990 config BR2_PACKAGE_JQUERY_UI_THEME_EGGPLANT
2991 bool "jquery-ui-themes option eggplant renamed"
2994 For consistency reasons, the jquery-ui-themes option for the
2995 eggplant theme has been renamed from
2996 BR2_PACKAGE_JQUERY_UI_THEME_EGGPLANT to
2997 BR2_PACKAGE_JQUERY_UI_THEMES_EGGPLANT.
2999 config BR2_PACKAGE_JQUERY_UI_THEME_EXCITE_BIKE
3000 bool "jquery-ui-themes option excite-bike renamed"
3003 For consistency reasons, the jquery-ui-themes option for the
3004 excite-bike theme has been renamed from
3005 BR2_PACKAGE_JQUERY_UI_THEME_EXCITE_BIKE to
3006 BR2_PACKAGE_JQUERY_UI_THEMES_EXCITE_BIKE.
3008 config BR2_PACKAGE_JQUERY_UI_THEME_FLICK
3009 bool "jquery-ui-themes option flick renamed"
3012 For consistency reasons, the jquery-ui-themes option for the
3013 flick theme has been renamed from
3014 BR2_PACKAGE_JQUERY_UI_THEME_FLICK to
3015 BR2_PACKAGE_JQUERY_UI_THEMES_FLICK.
3017 config BR2_PACKAGE_JQUERY_UI_THEME_HOT_SNEAKS
3018 bool "jquery-ui-themes option hot-sneaks renamed"
3021 For consistency reasons, the jquery-ui-themes option for the
3022 hot-sneaks theme has been renamed from
3023 BR2_PACKAGE_JQUERY_UI_THEME_HOT_SNEAKS to
3024 BR2_PACKAGE_JQUERY_UI_THEMES_HOT_SNEAKS.
3026 config BR2_PACKAGE_JQUERY_UI_THEME_HUMANITY
3027 bool "jquery-ui-themes option humanity renamed"
3030 For consistency reasons, the jquery-ui-themes option for the
3031 humanity theme has been renamed from
3032 BR2_PACKAGE_JQUERY_UI_THEME_HUMANITY to
3033 BR2_PACKAGE_JQUERY_UI_THEMES_HUMANITY.
3035 config BR2_PACKAGE_JQUERY_UI_THEME_LE_FROG
3036 bool "jquery-ui-themes option le-frog renamed"
3039 For consistency reasons, the jquery-ui-themes option for the
3040 le-frog theme has been renamed from
3041 BR2_PACKAGE_JQUERY_UI_THEME_LE_FROG to
3042 BR2_PACKAGE_JQUERY_UI_THEMES_LE_FROG.
3044 config BR2_PACKAGE_JQUERY_UI_THEME_MINT_CHOC
3045 bool "jquery-ui-themes option mint-choc renamed"
3048 For consistency reasons, the jquery-ui-themes option for the
3049 mint-choc theme has been renamed from
3050 BR2_PACKAGE_JQUERY_UI_THEME_MINT_CHOC to
3051 BR2_PACKAGE_JQUERY_UI_THEMES_MINT_CHOC.
3053 config BR2_PACKAGE_JQUERY_UI_THEME_OVERCAST
3054 bool "jquery-ui-themes option overcast renamed"
3057 For consistency reasons, the jquery-ui-themes option for the
3058 overcast theme has been renamed from
3059 BR2_PACKAGE_JQUERY_UI_THEME_OVERCAST to
3060 BR2_PACKAGE_JQUERY_UI_THEMES_OVERCAST.
3062 config BR2_PACKAGE_JQUERY_UI_THEME_PEPPER_GRINDER
3063 bool "jquery-ui-themes option pepper-grinder renamed"
3066 For consistency reasons, the jquery-ui-themes option for the
3067 pepper-grinder theme has been renamed from
3068 BR2_PACKAGE_JQUERY_UI_THEME_PEPPER_GRINDER to
3069 BR2_PACKAGE_JQUERY_UI_THEMES_PEPPER_GRINDER.
3071 config BR2_PACKAGE_JQUERY_UI_THEME_REDMOND
3072 bool "jquery-ui-themes option redmond renamed"
3075 For consistency reasons, the jquery-ui-themes option for the
3076 redmond theme has been renamed from
3077 BR2_PACKAGE_JQUERY_UI_THEME_REDMOND to
3078 BR2_PACKAGE_JQUERY_UI_THEMES_REDMOND.
3080 config BR2_PACKAGE_JQUERY_UI_THEME_SMOOTHNESS
3081 bool "jquery-ui-themes option smoothness renamed"
3084 For consistency reasons, the jquery-ui-themes option for the
3085 smoothness theme has been renamed from
3086 BR2_PACKAGE_JQUERY_UI_THEME_SMOOTHNESS to
3087 BR2_PACKAGE_JQUERY_UI_THEMES_SMOOTHNESS.
3089 config BR2_PACKAGE_JQUERY_UI_THEME_SOUTH_STREET
3090 bool "jquery-ui-themes option south-street renamed"
3093 For consistency reasons, the jquery-ui-themes option for the
3094 south-street theme has been renamed from
3095 BR2_PACKAGE_JQUERY_UI_THEME_SOUTH_STREET to
3096 BR2_PACKAGE_JQUERY_UI_THEMES_SOUTH_STREET.
3098 config BR2_PACKAGE_JQUERY_UI_THEME_START
3099 bool "jquery-ui-themes option start renamed"
3102 For consistency reasons, the jquery-ui-themes option for the
3103 start theme has been renamed from
3104 BR2_PACKAGE_JQUERY_UI_THEME_START to
3105 BR2_PACKAGE_JQUERY_UI_THEMES_START.
3107 config BR2_PACKAGE_JQUERY_UI_THEME_SUNNY
3108 bool "jquery-ui-themes option sunny renamed"
3111 For consistency reasons, the jquery-ui-themes option for the
3112 sunny theme has been renamed from
3113 BR2_PACKAGE_JQUERY_UI_THEME_SUNNY to
3114 BR2_PACKAGE_JQUERY_UI_THEMES_SUNNY.
3116 config BR2_PACKAGE_JQUERY_UI_THEME_SWANKY_PURSE
3117 bool "jquery-ui-themes option swanky-purse renamed"
3120 For consistency reasons, the jquery-ui-themes option for the
3121 swanky-purse theme has been renamed from
3122 BR2_PACKAGE_JQUERY_UI_THEME_SWANKY_PURSE to
3123 BR2_PACKAGE_JQUERY_UI_THEMES_SWANKY_PURSE.
3125 config BR2_PACKAGE_JQUERY_UI_THEME_TRONTASTIC
3126 bool "jquery-ui-themes option trontastic renamed"
3129 For consistency reasons, the jquery-ui-themes option for the
3130 trontastic theme has been renamed from
3131 BR2_PACKAGE_JQUERY_UI_THEME_TRONTASTIC to
3132 BR2_PACKAGE_JQUERY_UI_THEMES_TRONTASTIC.
3134 config BR2_PACKAGE_JQUERY_UI_THEME_UI_DARKNESS
3135 bool "jquery-ui-themes option ui-darkness renamed"
3138 For consistency reasons, the jquery-ui-themes option for the
3139 ui-darkness theme has been renamed from
3140 BR2_PACKAGE_JQUERY_UI_THEME_UI_DARKNESS to
3141 BR2_PACKAGE_JQUERY_UI_THEMES_UI_DARKNESS.
3143 config BR2_PACKAGE_JQUERY_UI_THEME_UI_LIGHTNESS
3144 bool "jquery-ui-themes option ui-lightness renamed"
3147 For consistency reasons, the jquery-ui-themes option for the
3148 ui-lightness theme has been renamed from
3149 BR2_PACKAGE_JQUERY_UI_THEME_UI_LIGHTNESS to
3150 BR2_PACKAGE_JQUERY_UI_THEMES_UI_LIGHTNESS.
3152 config BR2_PACKAGE_JQUERY_UI_THEME_VADER
3153 bool "jquery-ui-themes option vader renamed"
3156 For consistency reasons, the jquery-ui-themes option for the
3157 vader theme has been renamed from
3158 BR2_PACKAGE_JQUERY_UI_THEME_VADER to
3159 BR2_PACKAGE_JQUERY_UI_THEMES_VADER.
3161 config BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH
3162 bool "bluez5-utils health plugin option renamed"
3164 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
3166 For consistency reasons, the option
3167 BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH has been renamed to
3168 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH.
3170 config BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI
3171 bool "bluez5-utils midi plugin option renamed"
3173 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI
3175 For consistency reasons, the option
3176 BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI has been renamed to
3177 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI.
3179 config BR2_PACKAGE_BLUEZ5_PLUGINS_NFC
3180 bool "bluez5-utils nfc plugin option renamed"
3182 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC
3184 For consistency reasons, the option
3185 BR2_PACKAGE_BLUEZ5_PLUGINS_NFC has been renamed to
3186 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC.
3188 config BR2_PACKAGE_BLUEZ5_PLUGINS_SAP
3189 bool "bluez5-utils sap plugin option renamed"
3191 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
3193 For consistency reasons, the option
3194 BR2_PACKAGE_BLUEZ5_PLUGINS_SAP has been renamed to
3195 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP.
3197 config BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS
3198 bool "bluez5-utils sixaxis plugin option renamed"
3200 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS
3202 For consistency reasons, the option
3203 BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS has been renamed to
3204 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS.
3206 config BR2_PACKAGE_TRANSMISSION_REMOTE
3207 bool "transmission remote tool option removed"
3209 select BR2_PACKAGE_TRANSMISSION_DAEMON
3211 Upstream does not provide a separate configure option for
3212 the tool transmission-remote, it is built when the
3213 transmission daemon has been enabled. Therefore, Buildroot
3214 has automatically enabled BR2_PACKAGE_TRANSMISSION_DAEMON
3217 config BR2_PACKAGE_LIBKCAPI_APPS
3218 bool "libkcapi test applications removed"
3220 select BR2_PACKAGE_LIBKCAPI_HASHER if !BR2_STATIC_LIBS
3221 select BR2_PACKAGE_LIBKCAPI_RNGAPP
3222 select BR2_PACKAGE_LIBKCAPI_SPEED
3223 select BR2_PACKAGE_LIBKCAPI_TEST
3225 Test applications (hasher, rng read, speed-test, test) now
3226 have their own configuration options in the libkcapi menu.
3228 config BR2_PACKAGE_MPLAYER
3229 bool "mplayer package removed"
3232 The mplayer package was removed.
3234 config BR2_PACKAGE_MPLAYER_MPLAYER
3235 bool "mplayer package removed"
3238 The mplayer package was removed.
3240 config BR2_PACKAGE_MPLAYER_MENCODER
3241 bool "mplayer package removed"
3244 The mplayer package was removed.
3246 config BR2_PACKAGE_LIBPLAYER_MPLAYER
3247 bool "mplayer support in libplayer removed"
3250 The mplayer package was removed.
3252 config BR2_PACKAGE_IQVLINUX
3253 bool "iqvlinux package removed"
3256 This package contained a kernel module from Intel, which
3257 could only be used together with Intel userspace tools
3258 provided under NDA, which also come with the same kernel
3259 module. The copy of the kernel module available on
3260 SourceForge is provided only to comply with the GPLv2
3261 requirement. Intel engineers were even surprised it even
3262 built and were not willing to make any effort to fix their
3263 tarball naming to contain a version number. Therefore, it
3264 does not make sense for Buildroot to provide such a package.
3266 See https://sourceforge.net/p/e1000/bugs/589/ for the
3269 config BR2_BINFMT_FLAT_SEP_DATA
3270 bool "binfmt FLAT with separate code and data removed"
3273 This FLAT binary format was only used on Blackfin, which has
3277 bool "Blackfin architecture support removed"
3280 Following the removal of Blackfin support for the upstream
3281 Linux kernel, Buildroot has removed support for this CPU
3284 config BR2_PACKAGE_KODI_ADSP_BASIC
3285 bool "kodi-adsp-basic package removed"
3288 kodi-adsp-basic is unmaintained
3290 config BR2_PACKAGE_KODI_ADSP_FREESURROUND
3291 bool "kodi-adsp-freesurround package removed"
3294 kodi-adsp-freesurround is unmaintained
3296 ###############################################################################
3297 comment "Legacy options removed in 2018.02"
3299 config BR2_KERNEL_HEADERS_3_4
3300 bool "kernel headers version 3.4.x are no longer supported"
3303 Version 3.4.x of the Linux kernel headers are no longer
3304 maintained upstream and are now removed.
3306 config BR2_KERNEL_HEADERS_3_10
3307 bool "kernel headers version 3.10.x are no longer supported"
3310 Version 3.10.x of the Linux kernel headers are no longer
3311 maintained upstream and are now removed.
3313 config BR2_KERNEL_HEADERS_3_12
3314 bool "kernel headers version 3.12.x are no longer supported"
3317 Version 3.12.x of the Linux kernel headers are no longer
3318 maintained upstream and are now removed.
3320 config BR2_BINUTILS_VERSION_2_27_X
3321 bool "binutils version 2.27 support removed"
3324 Support for binutils version 2.27 has been removed. The
3325 current default version (2.29 or later) has been selected
3328 config BR2_PACKAGE_EEPROG
3329 bool "eeprog package removed"
3331 select BR2_PACKAGE_I2C_TOOLS
3332 select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
3334 The eeprog program is now provided by the i2c-tools package.
3336 config BR2_PACKAGE_GNUPG2_GPGV2
3337 bool "gnupg2 gpgv2 option removed"
3339 select BR2_PACKAGE_GNUPG2_GPGV
3341 The gpgv2 executable is now named gpgv. The config option
3342 has been renamed accordingly.
3344 config BR2_PACKAGE_IMX_GPU_VIV_APITRACE
3345 bool "Vivante apitrace tool option removed"
3348 The apitrace tool for Vivante is not provided by the
3349 imx-gpu-viv package any longer.
3351 config BR2_PACKAGE_IMX_GPU_VIV_G2D
3352 bool "Vivante G2D libraries from imx-gpu-viv removed"
3354 select BR2_PACKAGE_IMX_GPU_G2D
3356 The G2D libraries are now provided by the imx-gpu-g2d package.
3358 ###############################################################################
3359 comment "Legacy options removed in 2017.11"
3361 config BR2_PACKAGE_RFKILL
3362 bool "rfkill package removed"
3364 select BR2_PACKAGE_UTIL_LINUX
3365 select BR2_PACKAGE_UTIL_LINUX_RFKILL
3367 The rfkill program is now provided by the util-linux package.
3369 config BR2_PACKAGE_UTIL_LINUX_RESET
3370 bool "util-linux reset option removed"
3373 The util-linux package no longer offers a "reset" command. Use
3374 either the reset command provided by BusyBox or select ncurses
3375 programs, which will install a symlink from "tset" to reset.
3377 config BR2_PACKAGE_POLICYCOREUTILS_AUDIT2ALLOW
3378 bool "policycoreutils audit2allow option removed"
3380 select BR2_PACKAGE_SELINUX_PYTHON
3381 select BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
3383 The policycoreutils package no longer offers audit2allow
3384 as a option. This package has been moved into the
3385 selinux-python package by the SELinux maintainers.
3387 config BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND
3388 bool "policycoreutils restorecond option removed"
3390 select BR2_PACKAGE_RESTORECOND
3392 The policycoreutils package no longer offers restorecond
3393 as a option. This package has been moved into a separate
3394 package maintained by the SELinux maintainers.
3396 config BR2_PACKAGE_SEPOLGEN
3397 bool "sepolgen package has been removed"
3399 select BR2_PACKAGE_SELINUX_PYTHON
3400 select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
3402 Sepolgen is no longer a individual package, but instead has
3403 been moved into the selinux-python package by the SELinux
3406 config BR2_PACKAGE_OPENOBEX_BLUEZ
3407 bool "openobex bluez option removed"
3409 select BR2_PACKAGE_BLUEZ_UTILS
3411 The OpenOBEX package no longer offers an option to enable or
3412 disable BlueZ support. Instead, BlueZ support is always
3413 included when the bluez5_utils or bluez_utils package is
3416 config BR2_PACKAGE_OPENOBEX_LIBUSB
3417 bool "openobex libusb option removed"
3419 select BR2_PACKAGE_LIBUSB
3421 The OpenOBEX package no longer offers an option to enable or
3422 disable libusb support. Instead, USB support is always
3423 included when the libusb package is selected.
3425 config BR2_PACKAGE_OPENOBEX_APPS
3426 bool "openobex apps option removed"
3429 The OpenOBEX package no longer offers an option to enable or
3430 disable apps support.
3432 config BR2_PACKAGE_OPENOBEX_SYSLOG
3433 bool "openobex syslog option removed"
3436 The OpenOBEX package no longer offers an option to enable or
3437 disable syslog support.
3439 config BR2_PACKAGE_OPENOBEX_DUMP
3440 bool "openobex dump option removed"
3443 The OpenOBEX package no longer offers an option to enable or
3444 disable dump support.
3446 config BR2_PACKAGE_AICCU
3447 bool "aiccu utility removed"
3450 As the SixXS project has ceased its operation on 2017-06-06,
3451 the AICCU utility has no use anymore and has been removed.
3453 https://www.sixxs.net/sunset/
3455 config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
3456 bool "util-linux login utilities option removed"
3458 select BR2_PACKAGE_UTIL_LINUX_LAST
3459 select BR2_PACKAGE_UTIL_LINUX_LOGIN
3460 select BR2_PACKAGE_UTIL_LINUX_RUNUSER
3461 select BR2_PACKAGE_UTIL_LINUX_SU
3462 select BR2_PACKAGE_UTIL_LINUX_SULOGIN
3464 Login utilities (last, login, runuser, su, sulogin) now have
3465 their own configuration options in the util-linux menu.
3467 ###############################################################################
3468 comment "Legacy options removed in 2017.08"
3470 config BR2_TARGET_GRUB
3471 bool "grub (aka grub-legacy) has been removed"
3474 grub-legacy is no longer maintained, and no longer builds with
3475 recent binutils versions.
3477 Use grub2 or syslinux instead.
3479 config BR2_PACKAGE_SIMICSFS
3480 bool "simicsfs support removed"
3483 Support for simicsfs kernel driver that provides access to a
3484 host computer's local filesystem when the target is
3485 executing within a SIMICS simulation has been removed.
3487 Simics is now moving away from the simicsfs kernel module,
3488 as the kernel module has required too much maintenance
3489 work. Users should move to the user mode Simics agent
3492 config BR2_BINUTILS_VERSION_2_26_X
3493 bool "binutils version 2.26 support removed"
3496 Support for binutils version 2.26 has been removed. The
3497 current default version (2.28 or later) has been selected
3500 config BR2_XTENSA_OVERLAY_DIR
3501 string "The BR2_XTENSA_OVERLAY_DIR option has been removed"
3503 The BR2_XTENSA_OVERLAY_DIR has been removed in favour of
3504 BR2_XTENSA_OVERLAY_FILE. You must now pass the complete
3505 path to the overlay file, not to the directory containing
3508 config BR2_XTENSA_OVERLAY_DIR_WRAP
3510 default y if BR2_XTENSA_OVERLAY_DIR != ""
3513 config BR2_XTENSA_CUSTOM_NAME
3514 string "The BR2_XTENSA_CUSTOM_NAME option has been removed"
3516 The BR2_XTENSA_CUSTOM_NAME option has been removed.
3518 config BR2_XTENSA_CUSTOM_NAME_WRAP
3520 default y if BR2_XTENSA_CUSTOM_NAME != ""
3523 config BR2_PACKAGE_HOST_MKE2IMG
3524 bool "host mke2img has been removed"
3527 We now call mkfs directly to generate ext2/3/4 filesystem
3528 image, so mke2img is no longer necessary.
3530 config BR2_TARGET_ROOTFS_EXT2_BLOCKS
3531 int "exact size in blocks has been removed"
3534 This option has been removed in favor of
3535 BR2_TARGET_ROOTFS_EXT2_SIZE. It has been set automatically
3536 to the value you had before. Set to 0 here to remove the
3539 config BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP
3541 default y if BR2_TARGET_ROOTFS_EXT2_BLOCKS != 0 && \
3542 BR2_TARGET_ROOTFS_EXT2_BLOCKS != 61440 # deprecated default value
3545 # Note: BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP still referenced in fs/ext2/Config.in
3547 config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES
3548 int "ext2 extra inodes has been removed" if BR2_TARGET_ROOTFS_EXT2_INODES = 0
3551 Buildroot now uses mkfs.ext2/3/4 to generate ext2/3/4
3552 images. It now automatically selects the number of inodes
3553 based on the image size. The extra number of inodes can no
3554 longer be provided; instead, provide the total number of
3555 inodes needed in BR2_TARGET_ROOTFS_EXT2_INODES.
3557 config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES_WRAP
3559 default y if BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES != 0
3562 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CDXAPARSE
3563 bool "cdxaparse removed"
3566 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DATAURISRC
3567 bool "dataurisrc moved to gstreamer1"
3570 Dataurisrc has moved to gstreamer core and is always built.
3572 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DCCP
3576 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HDVPARSE
3577 bool "hdvparse removed"
3580 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MVE
3584 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
3585 bool "nuvdemux removed"
3588 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT
3589 bool "patchdetect removed"
3592 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
3596 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
3600 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
3601 bool "videomeasure removed"
3602 select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
3605 videomeasure plugin has been removed and has been replaced by
3606 iqa, which has automatically been enabled.
3608 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
3609 bool "apexsink removed"
3612 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDL
3616 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
3617 bool "mad (*.mp3 audio) removed"
3620 config BR2_STRIP_none
3621 bool "Strip command 'none' has been removed"
3624 The strip command choice has been changed into a single
3625 boolean option. Please check that the new setting is
3626 correct (in the "Build options" sub-menu)
3628 config BR2_PACKAGE_BEECRYPT_CPP
3629 bool "C++ support removed in beecrypt"
3632 Support for C++ depends on icu. The beecrypt package is
3633 incompatible with icu 59+.
3635 config BR2_PACKAGE_SPICE_CLIENT
3636 bool "spice client support removed"
3639 Spice client support has been removed upstream. The
3640 functionality now lives in the spice-gtk widget and
3643 config BR2_PACKAGE_SPICE_GUI
3644 bool "spice gui support removed"
3647 Spice gui support has been removed upstream. The
3648 functionality now lives in the spice-gtk widget and
3651 config BR2_PACKAGE_SPICE_TUNNEL
3652 bool "spice network redirection removed"
3655 Spice network redirection, aka tunnelling has been removed
3658 config BR2_PACKAGE_INPUT_TOOLS
3659 bool "input-tools removed"
3661 select BR2_PACKAGE_LINUXCONSOLETOOLS
3663 input-tools has been removed, it is replaced by
3664 linuxconsoletools, which has automatically been enabled.
3666 config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
3667 bool "inputattach moved to linuxconsoletools"
3669 select BR2_PACKAGE_LINUXCONSOLETOOLS
3670 select BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH
3672 input-tools has been removed, inputattach is now part
3673 of linuxconsoletools, which has automatically been
3676 config BR2_PACKAGE_INPUT_TOOLS_JSCAL
3677 bool "jscal moved to linuxconsoletools"
3679 select BR2_PACKAGE_LINUXCONSOLETOOLS
3680 select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
3682 input-tools has been removed, jscal is now part
3683 of linuxconsoletools, which has automatically been
3686 config BR2_PACKAGE_INPUT_TOOLS_JSTEST
3687 bool "jstest moved to linuxconsoletools"
3689 select BR2_PACKAGE_LINUXCONSOLETOOLS
3690 select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
3692 input-tools has been removed, jstest is now part
3693 of linuxconsoletools, which has automatically been
3696 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
3697 bool "SH Sourcery toolchain has been removed"
3700 The Sourcery CodeBench toolchain for the sh architecture has
3701 been removed, since it uses glibc older than 2.17 that
3702 requires -lrt to link executables using clock_* system calls.
3703 This makes this toolchain difficult to maintain over time.
3705 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86
3706 bool "x86 Sourcery toolchain has been removed"
3709 The Sourcery CodeBench toolchain for the x86 architecture has
3710 been removed, since it uses glibc older than 2.17 that
3711 requires -lrt to link executables using clock_* system calls.
3712 This makes this toolchain difficult to maintain over time.
3714 config BR2_GCC_VERSION_4_8_X
3715 bool "gcc 4.8.x support removed"
3718 Support for gcc version 4.8.x has been removed. The current
3719 default version (5.x or later) has been selected instead.
3721 ###############################################################################
3722 comment "Legacy options removed in 2017.05"
3724 config BR2_PACKAGE_SUNXI_MALI_R2P4
3725 bool "sunxi-mali r2p4 removed"
3728 sunxi-mali libMali for r2p4 Mali kernel module has been
3729 removed since the libump package only provides libUMP.so.3.
3730 libMali for r2p4 Mali kernel module requires libUMP.so.2.
3732 config BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT
3733 bool "CoffeeScript option has been removed"
3736 The option to enable NodeJS CoffeeScript has been removed.
3737 To continue using it, add "coffee-script" to
3738 BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
3740 config BR2_PACKAGE_NODEJS_MODULES_EXPRESS
3741 bool "Express web application framework option has been removed"
3744 The option to enable the NodeJS Express web application
3745 framework has been removed. To continue using it, add
3746 "express" to BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
3748 config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
3749 bool "bluez5_utils gatttool install option removed"
3750 select BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
3752 The option to install gatttool specifically has been removed.
3753 Since version 5.44 gatttool is in the list of deprecated
3754 tools. The option to build and install deprecated tools has
3755 been automatically enabled.
3757 config BR2_PACKAGE_OPENOCD_FT2XXX
3758 bool "openocd ft2232 support has been removed"
3759 select BR2_PACKAGE_OPENOCD_FTDI
3762 FT2232 support in OpenOCD has been removed, it's replaced by
3763 FDTI support, which has automatically been enabled.
3765 config BR2_PACKAGE_KODI_RTMPDUMP
3766 bool "kodi rtmp has been removed"
3768 select BR2_PACKAGE_KODI_INPUTSTREAM_RTMP
3770 Internal rtmp support was removed from Kodi.
3772 config BR2_PACKAGE_KODI_VISUALISATION_FOUNTAIN
3773 bool "kodi-visualisation-fountain has been removed"
3776 According to upstream 'the visualization is not currently
3777 in a working shape.'
3779 config BR2_PACKAGE_PORTMAP
3780 bool "portmap has been removed"
3782 select BR2_PACKAGE_RPCBIND
3784 The portmap upstream tarball is removed, no releases since
3785 ten years and latest change in upstream git in 2014.
3786 You should better use rpcbind as a RPC portmapper.
3788 config BR2_BINUTILS_VERSION_2_25_X
3789 bool "binutils version 2.25 support removed"
3792 Support for binutils version 2.25 has been removed. The
3793 current default version (2.27 or later) has been selected
3796 config BR2_TOOLCHAIN_BUILDROOT_INET_RPC
3797 bool "uclibc RPC support has been removed"
3800 uClibc-ng removed internal RPC implementation in 1.0.23. You
3801 should use libtirpc instead.
3803 config BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS
3804 int "extra size in blocks has been removed"
3807 Since the support for auto calculation of the filesystem size
3808 has been removed, this option is now useless and must be 0.
3809 You may want to check that BR2_TARGET_ROOTFS_EXT2_BLOCKS
3812 config BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS_WRAP
3814 default y if BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS != 0
3817 config BR2_PACKAGE_SYSTEMD_KDBUS
3818 bool "systemd-kdbus has been removed"
3821 --enable/disable-kdbus configure option has been removed since
3824 config BR2_PACKAGE_POLARSSL
3825 bool "polarssl has been removed"
3828 The polarssl crypto library has been removed since the 1.2.x
3829 release branch is no longer maintained. Newer upstream
3830 branches/releases (mbedtls) have API changes so they're not
3831 drop-in replacements.
3833 config BR2_NBD_CLIENT
3834 bool "nbd client option was renamed"
3836 select BR2_PACKAGE_NBD_CLIENT
3838 The nbd client option has been renamed to
3839 BR2_PACKAGE_NBD_CLIENT.
3841 config BR2_NBD_SERVER
3842 bool "nbd server option was renamed"
3844 select BR2_PACKAGE_NBD_SERVER
3846 The nbd server option has been renamed to
3847 BR2_PACKAGE_NBD_SERVER.
3849 config BR2_PACKAGE_GMOCK
3850 bool "gmock merged into gtest package"
3852 select BR2_PACKAGE_GTEST
3853 select BR2_PACKAGE_GTEST_GMOCK
3855 GMock is now a suboption of the GTest package.
3857 config BR2_KERNEL_HEADERS_4_8
3858 bool "kernel headers version 4.8.x are no longer supported"
3861 Version 4.8.x of the Linux kernel headers are no longer
3862 maintained upstream and are now removed.
3864 config BR2_KERNEL_HEADERS_3_18
3865 bool "kernel headers version 3.18.x are no longer supported"
3868 Version 3.18.x of the Linux kernel headers are no longer
3869 maintained upstream and are now removed.
3871 config BR2_GLIBC_VERSION_2_22
3872 bool "glibc 2.22 removed"
3875 Support for glibc version 2.22 has been removed. The current
3876 default version has been selected instead.
3878 ###############################################################################
3879 comment "Legacy options removed in 2017.02"
3881 config BR2_PACKAGE_PERL_DB_FILE
3882 bool "perl-db-file removed"
3884 select BR2_PACKAGE_BERKELEYDB
3885 select BR2_PACKAGE_PERL
3887 DB_File can be built as a core Perl module, so the separate
3888 perl-db-file package has been removed.
3890 config BR2_KERNEL_HEADERS_4_7
3891 bool "kernel headers version 4.7.x are no longer supported"
3894 Version 4.7.x of the Linux kernel headers are no longer
3895 maintained upstream and are now removed.
3897 config BR2_KERNEL_HEADERS_4_6
3898 bool "kernel headers version 4.6.x are no longer supported"
3901 Version 4.6.x of the Linux kernel headers are no longer
3902 maintained upstream and are now removed.
3904 config BR2_KERNEL_HEADERS_4_5
3905 bool "kernel headers version 4.5.x are no longer supported"
3908 Version 4.5.x of the Linux kernel headers are no longer
3909 maintained upstream and are now removed.
3911 config BR2_KERNEL_HEADERS_3_14
3912 bool "kernel headers version 3.14.x are no longer supported"
3915 Version 3.14.x of the Linux kernel headers are no longer
3916 maintained upstream and are now removed.
3918 config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
3919 bool "musl-cross 1.1.12 toolchain removed"
3922 The support for the prebuilt toolchain based on the Musl C
3923 library provided by the musl-cross project has been removed.
3924 Upstream doesn't provide any prebuilt toolchain anymore, use
3925 the Buildroot toolchain instead.
3927 config BR2_UCLIBC_INSTALL_TEST_SUITE
3928 bool "uClibc tests now in uclibc-ng-test"
3930 select BR2_PACKAGE_UCLIBC_NG_TEST
3932 The test suite of the uClibc C library has been moved into a
3933 separate package, uclibc-ng-test.
3935 config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
3936 bool "Blackfin.uclinux.org 2014R1 toolchain removed"
3939 The ADI Blackfin toolchain has many bugs which are fixed in
3940 more recent gcc and uClibc-ng releases. Use the Buildroot
3943 config BR2_PACKAGE_MAKEDEVS
3944 bool "makedevs removed"
3947 The makedevs tool is part of busybox. The Buildroot fork
3948 should not be used outside of the Buildroot infrastructure.
3950 config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A
3951 bool "Arago ARMv7 2011.09 removed"
3954 The Arago toolchains are every old and not updated anymore.
3956 config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE
3957 bool "Arago ARMv5 2011.09 removed"
3960 The Arago toolchains are every old and not updated anymore.
3962 config BR2_PACKAGE_SNOWBALL_HDMISERVICE
3963 bool "snowball-hdmiservice removed"
3966 We no longer have support for the Snowball platform in
3967 Buildroot, so this package was no longer useful.
3969 config BR2_PACKAGE_SNOWBALL_INIT
3970 bool "snowball-init removed"
3973 We no longer have support for the Snowball platform in
3974 Buildroot, so this package was no longer useful.
3976 config BR2_GDB_VERSION_7_9
3977 bool "gdb 7.9 has been removed"
3980 The 7.9 version of gdb has been removed. Use a newer version
3983 ###############################################################################
3984 comment "Legacy options removed in 2016.11"
3986 config BR2_PACKAGE_PHP_SAPI_CLI_CGI
3987 bool "PHP CGI and CLI options are now separate"
3988 select BR2_PACKAGE_PHP_SAPI_CLI
3989 select BR2_PACKAGE_PHP_SAPI_CGI
3992 The PHP Interface options have been split up into a
3993 separate option for each interface.
3995 config BR2_PACKAGE_PHP_SAPI_CLI_FPM
3996 bool "PHP CLI and FPM options are now separate"
3997 select BR2_PACKAGE_PHP_SAPI_CLI
3998 select BR2_PACKAGE_PHP_SAPI_FPM
4001 The PHP Interface options have been split up into a
4002 separate option for each interface.
4004 config BR2_PACKAGE_WVSTREAMS
4005 bool "wvstreams removed"
4008 wvstreams is not maintained anymore since about 2009. It also
4009 doesn't build anymore with recent compilers (GCC 5+).
4011 config BR2_PACKAGE_WVDIAL
4012 bool "wvdial removed"
4015 wvdial is not maintained anymore since about 2009. It also
4016 doesn't build anymore with recent compilers (GCC 5+).
4018 config BR2_PACKAGE_WEBKITGTK24
4019 bool "webkitgtk 2.4.x removed"
4022 This legacy package only existed because some other packages
4023 depended on that specific version of webkitgtk. However, the
4024 other packages have been fixed. webkitgtk 2.4 is full of
4025 security issues so it needs to be removed.
4027 config BR2_PACKAGE_TORSMO
4028 bool "torsmo removed"
4031 torsmo has been unmaintained for a long time, and nobody
4032 seems to be interested in it.
4034 config BR2_PACKAGE_SSTRIP
4035 bool "sstrip removed"
4038 sstrip is unmaintained and potentially harmful. It doesn't
4039 save so much compared to normal binutils strip, and there is
4040 a big risk of binaries that don't work. Use normal strip
4043 config BR2_KERNEL_HEADERS_4_3
4044 bool "kernel headers version 4.3.x are no longer supported"
4047 Version 4.3.x of the Linux kernel headers are no longer
4048 maintained upstream and are now removed.
4050 config BR2_KERNEL_HEADERS_4_2
4051 bool "kernel headers version 4.2.x are no longer supported"
4054 Version 4.2.x of the Linux kernel headers are no longer
4055 maintained upstream and are now removed.
4057 config BR2_PACKAGE_KODI_ADDON_XVDR
4058 bool "kodi-addon-xvdr removed"
4061 According to the github project page:
4062 https://github.com/pipelka/xbmc-addon-xvdr
4063 this package is discontinued.
4065 config BR2_PACKAGE_IPKG
4069 ipkg dates back to the early 2000s when Compaq started the
4070 handhelds.org project and it hasn't seen development since
4071 2006. Use opkg as a replacement.
4073 config BR2_GCC_VERSION_4_7_X
4074 bool "gcc 4.7.x support removed"
4077 Support for gcc version 4.7.x has been removed. The current
4078 default version (4.9.x or later) has been selected instead.
4080 config BR2_BINUTILS_VERSION_2_24_X
4081 bool "binutils version 2.24 support removed"
4084 Support for binutils version 2.24 has been removed. The
4085 current default version (2.26 or later) has been selected
4088 config BR2_PACKAGE_WESTON_RPI
4089 bool "Weston propietary RPI support is gone"
4092 Upstream decided the propietary (rpi-userland) weston composer
4093 support wasn't worth the effort so it was removed. Switch to
4094 the open VC4 support.
4096 config BR2_LINUX_KERNEL_TOOL_CPUPOWER
4097 bool "linux-tool cpupower"
4098 depends on BR2_LINUX_KERNEL
4100 select BR2_PACKAGE_LINUX_TOOLS_CPUPOWER
4102 Linux tool cpupower option was renamed.
4104 config BR2_LINUX_KERNEL_TOOL_PERF
4105 bool "linux-tool perf"
4106 depends on BR2_LINUX_KERNEL
4108 select BR2_PACKAGE_LINUX_TOOLS_PERF
4110 Linux tool perf option was renamed.
4112 config BR2_LINUX_KERNEL_TOOL_SELFTESTS
4113 bool "linux-tool selftests"
4114 depends on BR2_LINUX_KERNEL
4116 select BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
4118 Linux tool selftests option was renamed.
4120 config BR2_GCC_VERSION_4_8_ARC
4121 bool "gcc arc option renamed"
4124 The option that selects the gcc version for the ARC
4125 architecture has been renamed to BR2_GCC_VERSION_ARC.
4126 # Note: BR2_GCC_VERSION_4_8_ARC is still referenced from
4127 # package/gcc/Config.in.host
4129 config BR2_KERNEL_HEADERS_4_0
4130 bool "kernel headers version 4.0.x are no longer supported"
4133 Version 4.0.x of the Linux kernel headers have been deprecated
4134 for more than four buildroot releases and are now removed.
4136 config BR2_KERNEL_HEADERS_3_19
4137 bool "kernel headers version 3.19.x are no longer supported"
4140 Version 3.19.x of the Linux kernel headers have been
4141 deprecated for more than four buildroot releases and are now
4144 config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
4145 bool "libevas-generic-loaders package removed"
4147 select BR2_PACKAGE_EFL
4149 With EFL 1.18, libevas-generic-loaders is now provided by the
4152 config BR2_PACKAGE_ELEMENTARY
4153 bool "elementary package removed"
4155 select BR2_PACKAGE_EFL
4157 With EFL 1.18, elementary is now provided by the efl package.
4159 config BR2_LINUX_KERNEL_CUSTOM_LOCAL
4160 bool "Linux kernel local directory option removed"
4163 The option to select a local directory as the source of the
4164 Linux kernel has been removed. It hurts reproducibility of
4167 In case you were using this option during development of your
4168 Linux kernel, use the override mechanism instead.
4170 ###############################################################################
4171 comment "Legacy options removed in 2016.08"
4173 config BR2_PACKAGE_EFL_JP2K
4174 bool "libevas jp2k loader has been removed"
4177 JP2K support in EFL requires openjpeg 1.x (libopenjpeg1.pc)
4178 while Buildroot only packages openjpeg 2.x. Therefore, the
4179 JP2K loader has been removed from EFL.
4181 config BR2_PACKAGE_SYSTEMD_COMPAT
4182 bool "systemd compatibility libraries have been removed"
4185 The systemd option to enable the compatibility libraries has
4186 been removed. Theses libraries have been useless since a few
4187 version, and have been fully dropped from the source since
4190 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER
4191 bool "gst1-plugins-bad liveadder plugin removed"
4193 select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
4195 The functionality of the liveadder plugin of the
4196 gst1-plugins-bad package has been merged into audiomixer.
4198 config BR2_PACKAGE_LIBFSLVPUWRAP
4199 bool "libfslvpuwrap has been renamed to imx-vpuwrap"
4201 select BR2_PACKAGE_IMX_VPUWRAP
4203 The libfslvpuwrap has been renamed to match the renamed
4206 config BR2_PACKAGE_LIBFSLPARSER
4207 bool "libfslparser has been renamed to imx-parser"
4209 select BR2_PACKAGE_IMX_PARSER
4211 The libfslparser has been renamed to match the renamed
4214 config BR2_PACKAGE_LIBFSLCODEC
4215 bool "libfslcodec has been renamed to imx-codec"
4217 select BR2_PACKAGE_IMX_CODEC
4219 The libfslcodec has been renamed to match the renamed package.
4221 config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT
4222 bool "FIT support in uboot-tools has been refactored"
4224 select BR2_PACKAGE_DTC
4225 select BR2_PACKAGE_DTC_PROGRAMS
4226 select BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
4227 select BR2_PACKAGE_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT
4228 select BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
4230 This option has been removed in favor of a more fine-grained
4231 configuration, which is recommended. Selecting this option
4232 enables FIT and FIT signature support for the target packages.
4233 It will also select the dtc and openssl packages.
4235 config BR2_PTHREADS_OLD
4236 bool "linuxthreads (stable/old)"
4239 Linuxthreads have been reworked, BR2_PTHREADS_OLD is now
4240 BR2_PTHREADS and the old BR2_PTHREADS - LT.new got removed.
4242 config BR2_BINUTILS_VERSION_2_23_X
4243 bool "binutils 2.23 removed"
4246 Binutils 2.23 has been removed, using a newer version is
4249 config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
4250 bool "eglibc support has been removed"
4253 The eglibc project no longer exists, as it has been merged
4254 back into the glibc project. Therefore, support for eglibc
4255 has been removed, and glibc should be used instead.
4257 config BR2_GDB_VERSION_7_8
4258 bool "gdb 7.8 has been removed"
4261 The 7.8 version of gdb has been removed. Use a newer version
4264 ###############################################################################
4265 comment "Legacy options removed in 2016.05"
4267 config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
4268 bool "openvpn polarssl crypto backend removed"
4271 The OpenVPN polarssl crypto backend option has been removed.
4272 Version from 2.3.10 onwards need polarssl >= 1.3.8 but aren't
4273 compatible with mbedtls (polarssl) series 2.x which is the
4274 version provided in buildroot. And both can't coexist.
4275 It now uses OpenSSL as the only option.
4277 config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
4278 bool "nginx http spdy module removed"
4280 select BR2_PACKAGE_NGINX_HTTP_V2_MODULE
4282 The ngx_http_spdy_module has been superseded by the
4283 ngx_http_v2_module since nginx v1.9.5. The
4284 ngx_http_v2_module modules has been automatically selected
4285 in your configuration.
4287 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
4288 bool "gst1-plugins-bad rtp plugin moved to good"
4291 The rtp plugin has been moved from gst1-plugins-base to
4294 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123
4295 bool "gst1-plugins-bad mpg123 plugin moved to ugly"
4298 The mpg123 plugin has been moved from gst1-plugins-bad to
4301 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
4302 bool "PowerPC Sourcery toolchain has been removed"
4305 The Sourcery CodeBench toolchain for the PowerPC
4306 architecture has been removed, as it was very old, not
4307 maintained, and causing numerous build failures with modern
4310 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2
4311 bool "PowerPC Sourcery E500v2 toolchain has been removed"
4314 The Sourcery CodeBench toolchain for the PowerPC E500v2
4315 architecture has been removed, as it was very old, not
4316 maintained, and causing numerous build failures with modern
4320 bool "x86 i386 support removed"
4323 The support for the i386 processors of the x86 architecture
4326 config BR2_PACKAGE_QT5QUICK1
4327 bool "qt5quick1 package removed"
4330 The qt5quick1 package has been removed, since it was removed
4331 from upstream starting from Qt 5.6.
4333 config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
4334 string "uboot custom patch dir has been removed"
4336 The uboot custom patch directory option has been removed. Use
4337 the improved BR2_TARGET_UBOOT_PATCH option instead.
4339 config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR_WRAP
4341 default y if BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR != ""
4344 # Note: BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is still referenced from
4345 # boot/uboot/Config.in
4347 config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
4348 bool "xf86-input-void removed"
4351 The xf86-input-void package has been removed, there's no need
4352 for it in any modern (post-2007) xorg server.
4354 config BR2_KERNEL_HEADERS_3_17
4355 bool "kernel headers version 3.17.x are no longer supported"
4358 Version 3.17.x of the Linux kernel headers have been
4359 deprecated for more than four buildroot releases and are now
4362 config BR2_GDB_VERSION_7_7
4363 bool "gdb 7.7 has been removed"
4366 The 7.7 version of gdb has been removed. Use a newer version
4369 config BR2_PACKAGE_FOOMATIC_FILTERS
4370 bool "foomatic-filters"
4373 The foomatic-filters package was removed.
4375 config BR2_PACKAGE_SAMBA
4379 The samba package was removed in favour of samba4 since the
4380 3.x series isn't supported by upstream any longer.
4382 config BR2_PACKAGE_KODI_WAVPACK
4386 wavpack support was removed in favour of ffmpeg:
4387 https://github.com/xbmc/xbmc/commit/7916902c9e6f7a523265594f3ad7f921f93f1cd4
4389 config BR2_PACKAGE_KODI_RSXS
4390 bool "rsxs support in Kodi was moved to an addon"
4392 select BR2_PACKAGE_KODI_SCREENSAVER_RSXS
4394 rsxs support in Kodi was moved to an addon
4396 config BR2_PACKAGE_KODI_GOOM
4397 bool "Goom support in Kodi was moved to an addon"
4399 select BR2_PACKAGE_KODI_VISUALISATION_GOOM
4401 Goom support in Kodi was moved to an addon
4403 config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
4404 bool "systemd all extras option has been removed"
4406 select BR2_PACKAGE_XZ
4407 select BR2_PACKAGE_LIBGCRYPT
4409 The systemd option to enable "all extras" has been
4410 removed. To get the same features, the libgcrypt and xz
4411 package should now be enabled.
4413 config BR2_GCC_VERSION_4_5_X
4414 bool "gcc 4.5.x has been removed"
4417 The 4.5.x version of gcc has been removed. Use a newer
4420 config BR2_PACKAGE_SQLITE_READLINE
4421 bool "sqlite command-line editing support was updated"
4422 select BR2_PACKAGE_NCURSES
4423 select BR2_PACKAGE_READLINE
4426 This option was removed in favour of the sqlite package
4427 deciding itself depending on the enabled packages whether
4428 command-line editing should be enabled, it also also takes
4429 libedit into account.
4431 ###############################################################################
4432 comment "Legacy options removed in 2016.02"
4434 config BR2_PACKAGE_DOVECOT_BZIP2
4435 bool "bzip2 support option has been removed"
4437 select BR2_PACKAGE_BZIP2
4439 Bzip2 support is built if the bzip2 package is selected.
4441 config BR2_PACKAGE_DOVECOT_ZLIB
4442 bool "zlib support option has been removed"
4444 select BR2_PACKAGE_ZLIB
4446 Zlib support is built if the zlib package is selected.
4448 config BR2_PACKAGE_E2FSPROGS_FINDFS
4449 bool "e2fsprogs findfs option has been removed"
4452 This option attempted to enable findfs capabilities from
4453 e2fsprogs but has not worked since July 2015 (due to
4454 packaging changes). One can use BusyBox's findfs support or
4455 enable the BR2_PACKAGE_UTIL_LINUX_BINARIES option.
4457 config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
4458 bool "openpowerlink debug option has been removed"
4461 This option depends on BR2_ENABLE_DEBUG which should not be
4462 used by packages anymore.
4464 config BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE
4465 bool "openpowerlink package has been updated"
4468 openpowerlink kernel modules are built if the
4469 kernel stack library is selected.
4470 # Note: BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is still referenced from
4471 # package/openpowerlink/Config.in
4473 config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
4474 bool "openpowerlink package has been updated"
4477 The user space support has been split in two part:
4478 - a monolithic user space library
4479 - a user space daemon driver
4480 # Note: BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is still referenced from
4481 # package/openpowerlink/Config.in
4483 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
4484 bool "using the linux headers version for the kernel has been removed"
4487 The option to use the version of the kernel headers for the
4488 kernel to build has been removed.
4490 There is now the converse, better-suited and more versatile
4491 option to use the kernel version for the linux headers.
4493 config BR2_PACKAGE_CUPS_PDFTOPS
4494 bool "Pdftops support has been removed from Cups"
4495 select BR2_PACKAGE_CUPS_FILTERS
4498 Pdftops support has been removed from the cups package
4499 It is now part of the cups-filters package.
4501 config BR2_KERNEL_HEADERS_3_16
4502 bool "kernel headers version 3.16.x are no longer supported"
4505 Version 3.16.x of the Linux kernel headers have been
4506 deprecated for more than four buildroot releases and are now
4509 config BR2_PACKAGE_PYTHON_PYXML
4510 bool "python-pyxml package has been removed"
4513 PyXML is obsolete and its functionality is covered either via
4514 native Python XML support or python-lxml package.
4516 # BR2_ENABLE_SSP is still referenced in Config.in (default in choice)
4517 config BR2_ENABLE_SSP
4518 bool "Stack Smashing protection now has different levels"
4520 The protection offered by SSP can now be selected from
4521 different protection levels. Be sure to review the SSP level
4522 in the build options menu.
4524 config BR2_PACKAGE_DIRECTFB_CLE266
4525 bool "cle266 driver for directfb removed"
4528 The cle266 directfb driver support has been removed.
4529 It doesn't build in the latest version and it's unlikely
4530 anyone has any use for it.
4532 config BR2_PACKAGE_DIRECTFB_UNICHROME
4533 bool "unichrome driver for directfb removed"
4536 The unichrome directfb driver support has been removed.
4537 It doesn't build in the latest version and it's unlikely
4538 anyone has any use for it.
4540 config BR2_PACKAGE_LIBELEMENTARY
4541 bool "libelementary has been renamed to elementary"
4543 select BR2_PACKAGE_ELEMENTARY
4545 The libelementary package has been renamed to match the
4548 config BR2_PACKAGE_LIBEINA
4549 bool "libeina package has been removed"
4551 select BR2_PACKAGE_EFL
4553 With EFL 1.15, libeina is now provided by the efl package.
4555 config BR2_PACKAGE_LIBEET
4556 bool "libeet package has been removed"
4558 select BR2_PACKAGE_EFL
4560 With EFL 1.15, libeet is now provided by the efl package.
4562 config BR2_PACKAGE_LIBEVAS
4563 bool "libevas package has been removed"
4565 select BR2_PACKAGE_EFL
4567 With EFL 1.15, libevas is now provided by the efl package.
4569 config BR2_PACKAGE_LIBECORE
4570 bool "libecore package has been removed"
4572 select BR2_PACKAGE_EFL
4574 With EFL 1.15, libecore is now provided by the efl package.
4576 config BR2_PACKAGE_LIBEDBUS
4577 bool "libedbus package has been removed"
4579 select BR2_PACKAGE_EFL
4581 With EFL 1.15, libedbus is now provided by the efl package.
4583 config BR2_PACKAGE_LIBEFREET
4584 bool "libefreet package has been removed"
4586 select BR2_PACKAGE_EFL
4588 With EFL 1.15, libefreet is now provided by the efl package.
4590 config BR2_PACKAGE_LIBEIO
4591 bool "libeio package has been removed"
4593 select BR2_PACKAGE_EFL
4595 With EFL 1.15, libeio is now provided by the efl package.
4597 config BR2_PACKAGE_LIBEMBRYO
4598 bool "libembryo package has been removed"
4600 select BR2_PACKAGE_EFL
4602 With EFL 1.15, libembryo is now provided by the efl package.
4604 config BR2_PACKAGE_LIBEDJE
4605 bool "libedje package has been removed"
4607 select BR2_PACKAGE_EFL
4609 With EFL 1.15, libedje is now provided by the efl package.
4611 config BR2_PACKAGE_LIBETHUMB
4612 bool "libethumb package has been removed"
4614 select BR2_PACKAGE_EFL
4616 With EFL 1.15, libethumb is now provided by the efl package.
4618 config BR2_PACKAGE_INFOZIP
4619 bool "infozip option has been renamed to zip"
4621 select BR2_PACKAGE_ZIP
4623 Info-Zip's Zip package has been renamed from infozip to zip,
4624 to avoid ambiguities with Info-Zip's UnZip which has been
4625 added in the unzip package.
4627 config BR2_BR2_PACKAGE_NODEJS_0_10_X
4628 bool "nodejs 0.10.x option removed"
4630 select BR2_PACKAGE_NODEJS
4632 nodejs 0.10.x option has been removed. 0.10.x is now
4633 automatically chosen for ARMv5 architectures only and the
4634 latest nodejs for all other supported architectures. The
4635 correct nodejs version has been automatically selected in your
4638 config BR2_BR2_PACKAGE_NODEJS_0_12_X
4639 bool "nodejs version 0.12.x has been removed"
4641 select BR2_PACKAGE_NODEJS
4643 nodejs version 0.12.x has been removed. As an alternative,
4644 the latest nodejs version has been automatically selected in
4647 config BR2_BR2_PACKAGE_NODEJS_4_X
4648 bool "nodejs version 4.x has been removed"
4650 select BR2_PACKAGE_NODEJS
4652 nodejs version 4.x has been removed. As an alternative,
4653 the latest nodejs version has been automatically selected in
4656 ###############################################################################
4657 comment "Legacy options removed in 2015.11"
4659 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL
4660 bool "gst1-plugins-bad real plugin has been removed"
4663 The real plugin from GStreamer 1 bad plugins has been
4666 config BR2_PACKAGE_MEDIA_CTL
4667 bool "media-ctl package has been removed"
4669 select BR2_PACKAGE_LIBV4L
4670 select BR2_PACKAGE_LIBV4L_UTILS
4672 media-ctl source and developement have been moved to v4l-utils
4673 since June 2014. For an up-to-date media-ctl version select
4674 BR2_PACKAGE_LIBV4L and BR2_PACKAGE_LIBV4L_UTILS.
4676 config BR2_PACKAGE_SCHIFRA
4677 bool "schifra package has been removed"
4680 Schifra package has been maked broken since 2014.11 release
4681 and haven't been fixed since then.
4683 config BR2_PACKAGE_ZXING
4684 bool "zxing option has been renamed"
4686 select BR2_PACKAGE_ZXING_CPP
4688 ZXing no longer provides the cpp bindings, it has been renamed
4689 to BR2_PACKAGE_ZXING_CPP which uses a new upstream.
4691 # Since FreeRDP has new dependencies, protect this legacy to avoid the
4692 # infamous "unmet direct dependencies" kconfig error.
4693 config BR2_PACKAGE_FREERDP_CLIENT
4694 bool "freerdp client option renamed"
4695 depends on BR2_PACKAGE_FREERDP
4697 select BR2_PACKAGE_FREERDP_CLIENT_X11
4699 config BR2_PACKAGE_BLACKBOX
4700 bool "blackbox package has been removed"
4703 Upstream is dead and the package has been deprecated for
4704 some time. There are other alternative maintained WMs.
4706 config BR2_KERNEL_HEADERS_3_0
4707 bool "kernel headers version 3.0.x are no longer supported"
4710 Version 3.0.x of the Linux kernel headers have been deprecated
4711 for more than four buildroot releases and are now removed.
4713 config BR2_KERNEL_HEADERS_3_11
4714 bool "kernel headers version 3.11.x are no longer supported"
4717 Version 3.11.x of the Linux kernel headers have been
4718 deprecated for more than four buildroot releases and are now
4721 config BR2_KERNEL_HEADERS_3_13
4722 bool "kernel headers version 3.13.x are no longer supported"
4725 Version 3.13.x of the Linux kernel headers have been
4726 deprecated for more than four buildroot releases and are now
4729 config BR2_KERNEL_HEADERS_3_15
4730 bool "kernel headers version 3.15.x are no longer supported"
4733 Version 3.15.x of the Linux kernel headers have been
4734 deprecated for more than four buildroot releases and are now
4737 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
4738 bool "DirectFB example df_andi has been removed"
4740 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4742 The per-DirectFB example options have been removed. The
4743 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4746 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
4747 bool "DirectFB example df_bltload has been removed"
4749 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4751 The per-DirectFB example options have been removed. The
4752 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4755 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
4756 bool "DirectFB example df_cpuload has been removed"
4758 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4760 The per-DirectFB example options have been removed. The
4761 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4764 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
4765 bool "DirectFB example df_databuffer has been removed"
4767 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4769 The per-DirectFB example options have been removed. The
4770 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4773 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
4774 bool "DirectFB example df_dioload has been removed"
4776 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4778 The per-DirectFB example options have been removed. The
4779 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4782 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
4783 bool "DirectFB example df_dok has been removed"
4785 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4787 The per-DirectFB example options have been removed. The
4788 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4791 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
4792 bool "DirectFB example df_drivertest has been removed"
4794 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4796 The per-DirectFB example options have been removed. The
4797 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4800 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
4801 bool "DirectFB example df_fire has been removed"
4803 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4805 The per-DirectFB example options have been removed. The
4806 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4809 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
4810 bool "DirectFB example df_flip has been removed"
4812 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4814 The per-DirectFB example options have been removed. The
4815 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4818 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
4819 bool "DirectFB example df_fonts has been removed"
4821 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4823 The per-DirectFB example options have been removed. The
4824 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4827 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
4828 bool "DirectFB example df_input has been removed"
4830 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4832 The per-DirectFB example options have been removed. The
4833 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4836 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
4837 bool "DirectFB example df_joystick has been removed"
4839 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4841 The per-DirectFB example options have been removed. The
4842 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4845 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
4846 bool "DirectFB example df_knuckles has been removed"
4848 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4850 The per-DirectFB example options have been removed. The
4851 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4854 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
4855 bool "DirectFB example df_layer has been removed"
4857 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4859 The per-DirectFB example options have been removed. The
4860 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4863 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
4864 bool "DirectFB example df_matrix has been removed"
4866 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4868 The per-DirectFB example options have been removed. The
4869 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4872 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
4873 bool "DirectFB example df_matrix_water has been removed"
4875 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4877 The per-DirectFB example options have been removed. The
4878 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4881 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
4882 bool "DirectFB example df_neo has been removed"
4884 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4886 The per-DirectFB example options have been removed. The
4887 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4890 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
4891 bool "DirectFB example df_netload has been removed"
4893 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4895 The per-DirectFB example options have been removed. The
4896 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4899 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
4900 bool "DirectFB example df_palette has been removed"
4901 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4903 The per-DirectFB example options have been removed. The
4904 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4907 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
4908 bool "DirectFB example df_particle has been removed"
4910 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4912 The per-DirectFB example options have been removed. The
4913 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4916 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
4917 bool "DirectFB example df_porter has been removed"
4919 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4921 The per-DirectFB example options have been removed. The
4922 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4925 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
4926 bool "DirectFB example df_stress has been removed"
4927 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4929 The per-DirectFB example options have been removed. The
4930 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4933 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
4934 bool "DirectFB example df_texture has been removed"
4936 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4938 The per-DirectFB example options have been removed. The
4939 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4942 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
4943 bool "DirectFB example df_video has been removed"
4945 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4947 The per-DirectFB example options have been removed. The
4948 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4951 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
4952 bool "DirectFB example df_video_particle has been removed"
4954 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4956 The per-DirectFB example options have been removed. The
4957 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4960 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
4961 bool "DirectFB example df_window has been removed"
4963 select BR2_PACKAGE_DIRECTFB_EXAMPLES
4965 The per-DirectFB example options have been removed. The
4966 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
4969 config BR2_PACKAGE_KOBS_NG
4970 bool "kobs-ng was replaced by imx-kobs"
4972 select BR2_PACKAGE_IMX_KOBS
4974 The outdated kobs-ng has been replaced by the Freescale-
4975 maintained imx-kobs package.
4977 config BR2_PACKAGE_SAWMAN
4978 bool "sawman package removed"
4980 select BR2_PACKAGE_DIRECTFB_SAWMAN
4982 This option has been removed because the sawman package no
4983 longer exists: it was merged inside DirectFB itself. This
4984 feature can now be enabled using the
4985 BR2_PACKAGE_DIRECTFB_SAWMAN option.
4987 config BR2_PACKAGE_DIVINE
4988 bool "divine package removed"
4990 select BR2_PACKAGE_DIRECTFB_DIVINE
4992 This option has been removed because the divine package no
4993 longer exists: it was merged inside DirectFB itself. This
4994 feature can now be enabled using the
4995 BR2_PACKAGE_DIRECTFB_DIVINE option.
4997 ###############################################################################
4998 comment "Legacy options removed in 2015.08"
5000 config BR2_PACKAGE_KODI_PVR_ADDONS
5001 bool "Kodi PVR addon was split"
5003 select BR2_PACKAGE_KODI_PVR_ARGUSTV
5004 select BR2_PACKAGE_KODI_PVR_DVBLINK
5005 select BR2_PACKAGE_KODI_PVR_DVBVIEWER
5006 select BR2_PACKAGE_KODI_PVR_FILMON
5007 select BR2_PACKAGE_KODI_PVR_HTS
5008 select BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
5009 select BR2_PACKAGE_KODI_PVR_MEDIAPORTAL_TVSERVER
5010 select BR2_PACKAGE_KODI_PVR_MYTHTV
5011 select BR2_PACKAGE_KODI_PVR_NEXTPVR
5012 select BR2_PACKAGE_KODI_PVR_NJOY
5013 select BR2_PACKAGE_KODI_PVR_PCTV
5014 select BR2_PACKAGE_KODI_PVR_STALKER
5015 select BR2_PACKAGE_KODI_PVR_VBOX
5016 select BR2_PACKAGE_KODI_PVR_VDR_VNSI
5017 select BR2_PACKAGE_KODI_PVR_VUPLUS
5018 select BR2_PACKAGE_KODI_PVR_WMC
5020 Kodi PVR addon was split into separate modules
5022 config BR2_BINUTILS_VERSION_2_23_2
5023 bool "binutils 2.23 option renamed"
5026 Binutils 2.23.2 has been removed, using a newer version is
5029 config BR2_BINUTILS_VERSION_2_24
5030 bool "binutils 2.24 option renamed"
5032 select BR2_BINUTILS_VERSION_2_24_X
5034 The binutils version option has been renamed to match the
5035 same patchlevel logic used by gcc. The new option is now
5036 BR2_BINUTILS_VERSION_2_24_X.
5038 config BR2_BINUTILS_VERSION_2_25
5039 bool "binutils 2.25 option renamed"
5041 select BR2_BINUTILS_VERSION_2_25_X
5043 The binutils version option has been renamed to match the
5044 same patchlevel logic used by gcc. The new option is now
5045 BR2_BINUTILS_VERSION_2_25_X.
5047 config BR2_PACKAGE_PERF
5048 bool "perf option has been renamed"
5050 select BR2_LINUX_KERNEL_TOOL_PERF
5052 The perf package has been moved as a Linux tools package,
5053 and the option to enable it is now
5054 BR2_LINUX_KERNEL_TOOL_PERF.
5056 config BR2_BINUTILS_VERSION_2_22
5057 bool "binutils 2.22 removed"
5060 Binutils 2.22 has been removed, using a newer version is
5063 config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
5064 bool "gpu-viv-bin-mx6q"
5066 select BR2_PACKAGE_IMX_GPU_VIV
5068 Vivante graphics libraries have been renamed to
5069 BR2_PACKAGE_IMX_GPU_VIV to be aligned with upstream package
5072 config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
5073 bool "libsemanage python bindings removed"
5074 depends on BR2_PACKAGE_PYTHON
5077 This option has been removed, since the libsemanage Python
5078 bindings on the target were not useful.
5080 config BR2_TARGET_UBOOT_NETWORK
5081 bool "U-Boot custom network settings removed"
5084 U-Boot's custom network settings options have been removed.
5088 endif # !SKIP_LEGACY