package/python3: bump to version 3.8.2
[buildroot-mgba.git] / Config.in.legacy
CommitLineData
ebcfa987
AVEM
1#
2# Config.in.legacy - support for backward compatibility
3#
f8c56f5f
TDS
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.
ebcfa987
AVEM
7#
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.
10#
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.
f8c56f5f
TDS
14#
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.
94d403d7
AV
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.
24#
25# [Example: renaming a bool option that is part of a choice from FOO to BAR]
26# original choice:
27# choice
28# prompt "Choose foobar"
29# config BR2_FOO_1
30# bool "foobar 1"
31# config BR2_FOO_2
32# bool "foobar 2"
33# endchoice
34#
35# becomes:
36# choice
37# prompt "Choose foobar"
38# default BR2_BAR_1 if BR2_FOO_1 # legacy
39# default BR2_BAR_2 if BR2_FOO_2 # legacy
40# config BR2_BAR_1
41# bool "foobar 1"
42# config BR2_BAR_2
43# bool "foobar 2"
44# endchoice
45#
46# and in Config.in.legacy:
47# config BR2_FOO_1
48# bool "foobar 1 has been renamed"
49# help
50# <suitable help text>
51# # Note: BR2_FOO_1 is still referenced from package/foo/Config.in
52# config BR2_FOO_2
53# bool "foobar 2 has been renamed"
54# help
55# <suitable help text>
56# # Note: BR2_FOO_2 is still referenced from package/foo/Config.in
57#
58# [End of example]
f8c56f5f
TDS
59#
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
63# BR2_LEGACY.
64# If the original symbol has been renamed, the new symbol should use the value
94d403d7
AV
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.
f8c56f5f
TDS
67#
68# [Example: renaming a string option from FOO to BAR]
69# original symbol:
94d403d7
AV
70# config BR2_FOO_STRING
71# string "Some foo string"
f8c56f5f
TDS
72#
73# becomes:
94d403d7
AV
74# config BR2_BAR_STRING
75# string "Some bar string"
76# default BR2_FOO_STRING if BR2_FOO_STRING != "" # legacy
f8c56f5f
TDS
77#
78# and in Config.in.legacy:
94d403d7
AV
79# config BR2_FOO_STRING
80# string "The foo string has been renamed"
81# help
82# <suitable help text>
f8c56f5f 83#
94d403d7
AV
84# config BR2_FOO_STRING_WRAP
85# bool
86# default y if BR2_FOO_STRING != ""
87# select BR2_LEGACY
f8c56f5f 88#
94d403d7 89# # Note: BR2_FOO_STRING is still referenced from package/foo/Config.in
f8c56f5f
TDS
90#
91# [End of example]
ebcfa987 92
53903a15
AV
93config BR2_SKIP_LEGACY
94 bool
95 option env="SKIP_LEGACY"
96
97if !BR2_SKIP_LEGACY
98
ebcfa987
AVEM
99config BR2_LEGACY
100 bool
101 help
d6109172
RM
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.
ebcfa987
AVEM
107
108# This comment fits exactly in a 80-column display
109comment "Legacy detected: check the content of the menu below"
110 depends on BR2_LEGACY
111
a91a5c16
AVEM
112menu "Legacy config options"
113
114if BR2_LEGACY
a25e4a4c 115comment "----------------------------------------------------"
a91a5c16 116comment "Your old configuration uses legacy options that no "
cce5baa8
TDS
117comment "longer exist in buildroot, as indicated in the menu "
118comment "below. As long as these options stay selected, or in"
119comment "case of string options are non-empty, the build "
a91a5c16 120comment "will fail. "
cce5baa8
TDS
121comment "* "
122comment "Where possible, an automatic conversion from old to "
123comment "new symbols has been performed. Before making any "
124comment "change in this legacy menu, make sure to exit the "
125comment "configuration editor a first time and save the "
126comment "configuration. Otherwise, the automatic conversion "
127comment "of symbols will be lost. "
128comment "* "
129comment "After this initial save, reopen the configuration "
130comment "editor, inspect the options selected below, read "
131comment "their help texts, and verify/update the new "
132comment "configuration in the corresponding configuration "
133comment "menus. When everything is ok, you can disable the "
134comment "legacy options in the menu below. Once you have "
135comment "disabled all legacy options, this text will "
136comment "disappear and you will be able to start the build. "
137comment "* "
0b39b14b
YM
138comment "Note: legacy options older than 5 years have been "
139comment "removed, and configuration files that still have "
140comment "those options set, will fail to build, or run in "
141comment "unpredictable ways. "
a25e4a4c 142comment "----------------------------------------------------"
a91a5c16 143endif
ebcfa987 144
a2d44ec6 145###############################################################################
bf362600 146
c4293d0e
TP
147comment "Legacy options removed in 2020.02"
148
a69df083
PK
149config BR2_PACKAGE_QT5_VERSION_5_6
150 bool "qt 5.6 support removed"
151 select BR2_LEGACY
152 help
153 Support for Qt 5.6 is EOL and has been removed. The current
154 version (5.12 or later) has been selected instead.
155
2a057339
BS
156config BR2_PACKAGE_CURL
157 bool "BR2_PACKAGE_CURL was renamed"
158 select BR2_PACKAGE_LIBCURL_CURL
159 select BR2_LEGACY
160 help
161 The BR2_PACKAGE_CURL config symbol was renamed to
162 BR2_PACKAGE_LIBCURL_CURL.
163
fb49c7a2
PK
164config BR2_PACKAGE_GSTREAMER
165 bool "gstreamer-0.10 removed"
166 select BR2_LEGACY
167 help
168 Gstreamer-0.10 package was removed. It has been deprecated
169 upstream since 2012, and is missing a lot of features and
170 fixes compared to gstreamer-1.x.
171
602e9680
PK
172config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES_GSTREAMER_PLUGINS
173 bool "nvidia-tegra23 binaries gstreamer 0.10.x support removed"
174 select BR2_LEGACY
175 help
176 Gstreamer 0.10.x is no longer available in Buildroot, so
177 neither is the support in nvidia-tegra23 binaries.
178
179config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES_NV_SAMPLE_APPS
180 bool "nvidia-tegra23 binaries sample apps removed"
181 select BR2_LEGACY
182 help
183 Gstreamer 0.10.x is no longer available in Buildroot, so
184 neither is the support in nvidia-tegra23 binaries.
185
545ffdc1
PK
186config BR2_PACKAGE_FREERDP_GSTREAMER
187 bool "freerdp gstreamer 0.10.x support removed"
188 select BR2_LEGACY
189 help
190 Gstreamer 0.10.x is no longer available in Buildroot, so
191 neither is the support in freerdp.
192
ceb23e88
PK
193config BR2_PACKAGE_OPENCV3_WITH_GSTREAMER
194 bool "opencv3 gstreamer 0.10.x support removed"
195 select BR2_LEGACY
196 help
197 Gstreamer 0.10.x is no longer available in Buildroot, so
198 neither is the support in opencv3.
199
0220ad8b
PK
200config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
201 bool "opencv gstreamer 0.10.x support removed"
202 select BR2_LEGACY
203 help
204 Gstreamer 0.10.x is no longer available in Buildroot, so
205 neither is the support in opencv.
206
d89fa735
PK
207config BR2_PACKAGE_LIBPLAYER
208 bool "libplayer package was removed"
209 select BR2_LEGACY
210 help
211 The libplayer package was removed. The latest release is
212 from 2010 and none of the backends are available in
213 Buildroot any more.
214
f424b8af
RN
215config BR2_GCC_VERSION_OR1K
216 bool "gcc 5.x fork for or1k has been removed"
217 select BR2_LEGACY
218 help
219 Support for gcc 5.x for or1k has been removed. The current
220 default version (9.x or later) has been selected instead.
221
61a81333
FF
222config BR2_PACKAGE_BLUEZ_UTILS
223 bool "bluez-utils was removed"
224 select BR2_LEGACY
9a46a016
FF
225 select BR2_PACKAGE_BLUEZ5_UTILS if BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 \
226 && BR2_TOOLCHAIN_HAS_SYNC_4
61a81333
FF
227 help
228 The bluez-utils (BlueZ 4.x) package was removed as it is
229 deprecated since a long time. As an alternative, the
230 bluez5-utils (BlueZ 5.x) has been automatically selected in
231 your configuration.
232
c4cf3e62
MC
233config BR2_PACKAGE_GADGETFS_TEST
234 bool "gadgetfs-test was removed"
235 select BR2_LEGACY
236 help
237 The gadgetfs-test package was removed. Gadgetfs has been
238 deprecated in favour of functionfs. Consider using
239 gadget-tool (gt) instead.
240
ce142f29
MC
241config BR2_PACKAGE_FIS
242 bool "fis was removed"
243 select BR2_LEGACY
244 help
245 The fis package was removed.
246
10e19b75
AD
247config BR2_PACKAGE_REFPOLICY_POLICY_VERSION
248 string "refpolicy policy version"
249 help
250 The refpolicy policy version option has been moved to the
251 libsepol package.
252
253config BR2_PACKAGE_REFPOLICY_POLICY_VERSION_WRAP
254 bool
255 default y if BR2_PACKAGE_REFPOLICY_POLICY_VERSION != ""
256 select BR2_LEGACY
257
b32efbdb
FF
258config BR2_PACKAGE_CELT051
259 bool "celt051 package was removed"
260 select BR2_LEGACY
261 select BR2_PACKAGE_OPUS
262 help
263 The celt051 package was removed as it is now obsolete since
264 the CELT codec has been merged into the IETF Opus codec. As
265 a result, the opus package has been automatically selected
266 in your configuration.
267
a269c49f
PK
268config BR2_PACKAGE_WIREGUARD
269 bool "wireguard package renamed"
270 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
271 select BR2_LEGACY
de591c5c 272 select BR2_PACKAGE_WIREGUARD_LINUX_COMPAT if BR2_LINUX_KERNEL
a269c49f
PK
273 select BR2_PACKAGE_WIREGUARD_TOOLS
274 help
de591c5c
PK
275 The wireguard package has been renamed to wireguard-tools
276 for the userspace tooling and wireguard-linux-compat for the
277 kernel side for legacy (<5.6) kernels to match upstream.
a269c49f 278
e1e54f71
FP
279config BR2_PACKAGE_PERL_NET_PING
280 bool "perl-net-ping was removed"
281 select BR2_LEGACY
282 help
283 Net::Ping is a Perl core module (ie. bundled with perl).
284
bdbc1dd5
FP
285config BR2_PACKAGE_PERL_MIME_BASE64
286 bool "perl-mime-base64 was removed"
287 select BR2_LEGACY
288 help
289 MIME::Base64 is a Perl core module (ie. bundled with perl).
290
f3fbcfff
FP
291config BR2_PACKAGE_PERL_DIGEST_MD5
292 bool "perl-digest-md5 was removed"
293 select BR2_LEGACY
294 help
295 Digest::MD5 is a Perl core module (ie. bundled with perl).
296
48daa29c
JO
297config BR2_PACKAGE_ERLANG_P1_ICONV
298 bool "erlang-p1-iconv has been removed"
299 select BR2_LEGACY
300 help
301 The erlang-p1-iconv package was no longer used by ejabberd,
302 and was no longer maintained upstream, so it was removed.
303
6343127e
BK
304config BR2_KERNEL_HEADERS_5_3
305 bool "kernel headers version 5.3.x are no longer supported"
306 select BR2_LEGACY
307 help
308 Version 5.3.x of the Linux kernel headers are no longer
309 maintained upstream and are now removed.
310
689ba599
GP
311config BR2_PACKAGE_PYTHON_SCAPY3K
312 bool "python-scapy3k is replaced by python-scapy"
313 select BR2_LEGACY
314 select BR2_PACKAGE_PYTHON_SCAPY
315 help
316 python-scapy3k has been deprecated, since python-scapy has
317 gained Python 3 support. Use BR2_PACKAGE_PYTHON_SCAPY
318 instead.
319
a4d38f02
RN
320config BR2_BINUTILS_VERSION_2_30_X
321 bool "binutils version 2.30 support removed"
322 select BR2_LEGACY
323 help
324 Support for binutils version 2.30 has been removed. The
325 current default version (2.31 or later) has been selected
326 instead.
327
ce10b1ef
PS
328config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
329 bool "rpi-userland start vcfiled was removed"
330 select BR2_LEGACY
331 help
332 The vcfiled support was removed upstream.
333
f2ffdbee
BK
334comment "Legacy options removed in 2019.11"
335
6b663015 336config BR2_PACKAGE_OPENVMTOOLS_PROCPS
cf741893 337 bool "openvmtools' procps support was removed"
6b663015
YM
338 select BR2_LEGACY
339 help
340 Upstream stopped supporting this option a while ago.
341
4167c96a
TC
342config BR2_PACKAGE_ALLJOYN
343 bool "alljoyn was removed"
344 select BR2_LEGACY
345 help
346 The alljoyn framework is dead
347
348config BR2_PACKAGE_ALLJOYN_BASE
349 bool "alljoyn-base was removed"
350 select BR2_LEGACY
351 help
352 The alljoyn framework is dead
353
354config BR2_PACKAGE_ALLJOYN_BASE_CONTROLPANEL
355 bool "alljoyn-base control panel was removed"
356 select BR2_LEGACY
357 help
358 The alljoyn framework is dead
359
360config BR2_PACKAGE_ALLJOYN_BASE_NOTIFICATION
361 bool "alljoyn-base notification was removed"
362 select BR2_LEGACY
363 help
364 The alljoyn framework is dead
365
366config BR2_PACKAGE_ALLJOYN_BASE_ONBOARDING
367 bool "alljoyn-base onboarding was removed"
368 select BR2_LEGACY
369 help
370 The alljoyn framework is dead
371
372config BR2_PACKAGE_ALLJOYN_TCL_BASE
373 bool "alljoyn-tcl-base was removed"
374 select BR2_LEGACY
375 help
376 The alljoyn framework is dead
377
378config BR2_PACKAGE_ALLJOYN_TCL
379 bool "alljoyn-tcl was removed"
380 select BR2_LEGACY
381 help
382 The alljoyn framework is dead
383
25a5b966
MW
384config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
385 string "toolchain-external extra libs option has been renamed"
386 help
387 The option BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS has
388 been renamed to BR2_TOOLCHAIN_EXTRA_LIBS.
389
390config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS_WRAP
391 bool
392 default y if BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS != ""
393 select BR2_LEGACY
394
ae2781d7
AK
395config BR2_PACKAGE_PYTHON_PYSNMP_APPS
396 bool "python-pysnmp-apps was removed"
397 select BR2_LEGACY
398 select BR2_PACKAGE_SNMPCLITOOLS
399 help
400 Following upstream changes, the python-pysnmp-apps package
401 has been removed, and snmpclitools should be used as a
402 replacement.
403
29ada329
BK
404config BR2_KERNEL_HEADERS_5_2
405 bool "kernel headers version 5.2.x are no longer supported"
406 select BR2_LEGACY
407 help
408 Version 5.2.x of the Linux kernel headers are no longer
409 maintained upstream and are now removed.
410
67cfae0f
AF
411config BR2_TARGET_RISCV_PK
412 bool "riscv-pk was removed"
413 select BR2_LEGACY
414 help
415 The RISC-V Proxy Kernel (pk) and Berkley Boot Loader (BBL)
416 have been replaced with OpenSBI.
417
7ba88d0d
BK
418config BR2_PACKAGE_SQLITE_STAT3
419 bool "sqlite stat3 support was removed"
420 select BR2_LEGACY
421 help
422 Upstream removed the support for stat3.
423
1dc7e048
PK
424config BR2_KERNEL_HEADERS_5_1
425 bool "kernel headers version 5.1.x are no longer supported"
426 select BR2_LEGACY
427 help
428 Version 5.1.x of the Linux kernel headers are no longer
429 maintained upstream and are now removed.
430
2b2579af
CS
431config BR2_PACKAGE_DEVMEM2
432 bool "devmem2 package was removed"
433 select BR2_LEGACY
434 help
435 Use the the Busybox devmem utility, instead, which provides
436 the same functionality.
437
5d13b7a6
TP
438config BR2_PACKAGE_USTR
439 bool "ustr package removed"
440 select BR2_LEGACY
441 help
442 The 'ustr' package was only used by SELinux libsemanage, but
443 since SELinux 2.7, ustr is no longer used. Therefore, we
444 removed this package from Buildroot.
445
64c9bc8e
BK
446config BR2_PACKAGE_KODI_SCREENSAVER_PLANESTATE
447 bool "kodi-screensaver-planestate package was removed"
448 select BR2_LEGACY
449 help
450 This package is incompatible with Kodi 18.x.
451
eeb069f9
BK
452config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE
453 bool "kodi-visualisation-waveforhue package was removed"
454 select BR2_LEGACY
455 help
456 This package is incompatible with Kodi 18.x.
457
5e11f348
BK
458config BR2_PACKAGE_KODI_AUDIODECODER_OPUS
459 bool "kodi-audiodecoder-opus package was removed"
460 select BR2_LEGACY
461 help
462 This package is incompatible with Kodi 18.x.
463
46221537
RN
464config BR2_PACKAGE_MESA3D_OSMESA
465 bool "mesa OSMesa option renamed"
c16f3e47 466 select BR2_PACKAGE_MESA3D_OSMESA_CLASSIC if BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
46221537
RN
467 select BR2_LEGACY
468 help
469 The option was renamed in order to match the naming used
470 by the meson buildsystem.
471
b35ac6fa
AM
472config BR2_PACKAGE_HOSTAPD_DRIVER_RTW
473 bool "hostapd rtl871xdrv driver removed"
474 select BR2_LEGACY
475 help
476 Since the update of hostapd to 2.9, the patch provided for
477 the rtl871xdrv no longer works, although it
478 applies. Moreover, AP support for Realtek chips is broken
479 anyway in kernels > 4.9. Therefore, this option has been
480 removed.
481
f2ffdbee
BK
482config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
483 bool "new dbus support option in wpa_supplicant was renamed"
484 select BR2_PACKAGE_WPA_SUPPLICANT_DBUS if BR2_TOOLCHAIN_HAS_THREADS
485 select BR2_LEGACY
486 help
487 The new dbus support option was renamed.
488
489config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_OLD
490 bool "old dbus support in wpa_supplicant was removed"
491 select BR2_LEGACY
492 help
493 The old dbus support was removed.
494
7680f9ea
RN
495comment "Legacy options removed in 2019.08"
496
aba1d2dc
TP
497config BR2_TARGET_TS4800_MBRBOOT
498 bool "ts4800-mbrboot package was removed"
499 select BR2_LEGACY
500 help
501 The defconfig for the TS4800 platform has been removed, so
502 the ts4800-mbrboot package, containing the boot code for
503 this specific platform has been removed as welL.
504
d7e3f6da
BK
505config BR2_PACKAGE_LIBAMCODEC
506 bool "liamcodec package was removed"
507 select BR2_LEGACY
508 help
509 Support for odroidc2 based systems was removed, making the
510 libamcodec package useless.
511
7d18f299
BK
512config BR2_PACKAGE_ODROID_SCRIPTS
513 bool "odroid-scripts package was removed"
514 select BR2_LEGACY
515 help
516 Support for odroidc2 based systems was removed, making the
517 odroid-scripts package useless.
518
336a47da
BK
519config BR2_PACKAGE_ODROID_MALI
520 bool "odroid-mali package was removed"
521 select BR2_LEGACY
522 help
523 Support for odroidc2 based systems was removed, making the
524 odroid-mali package useless.
525
5a53cce3
BK
526config BR2_PACKAGE_KODI_PLATFORM_AML
527 bool "Kodi AMLogic support was removed"
528 select BR2_LEGACY
529 help
530 Support for AMLogic was removed due to the removal of the
531 odroidc2 defconfig.
532
983361ab
RN
533config BR2_GCC_VERSION_6_X
534 bool "gcc 6.x support removed"
535 select BR2_LEGACY
536 help
537 Support for gcc version 6.x has been removed. The current
538 default version (8.x or later) has been selected instead.
539
baf17750
RN
540config BR2_GCC_VERSION_4_9_X
541 bool "gcc 4.9.x support removed"
542 select BR2_LEGACY
543 help
544 Support for gcc version 4.9.x has been removed. The current
545 default version (8.x or later) has been selected instead.
546
d36f2c73
RN
547config BR2_GDB_VERSION_7_12
548 bool "gdb 7.12.x has been removed"
549 select BR2_LEGACY
550 help
551 The 7.12.x version of gdb has been removed. Use a newer
552 version instead.
553
ff74bb88
BK
554config BR2_PACKAGE_XAPP_MKFONTDIR
555 bool "mkfontdir is now included in xapp_mkfontscale"
556 select BR2_PACKAGE_XAPP_MKFONTSCALE
557 select BR2_LEGACY
558 help
559 xapp_mkfontscale now includes the mkfontdir script previously
560 distributed separately for compatibility with older X11
561 versions.
562
7680f9ea
RN
563config BR2_GDB_VERSION_8_0
564 bool "gdb 8.0.x has been removed"
565 select BR2_LEGACY
566 help
567 The 8.0.x version of gdb has been removed. Use a newer
568 version instead.
569
8f60d308
PK
570config BR2_KERNEL_HEADERS_4_20
571 bool "kernel headers version 4.20.x are no longer supported"
572 select BR2_LEGACY
573 help
574 Version 4.20.x of the Linux kernel headers are no longer
575 maintained upstream and are now removed.
576
9e9a480a
PK
577config BR2_KERNEL_HEADERS_5_0
578 bool "kernel headers version 5.0.x are no longer supported"
579 select BR2_LEGACY
580 help
581 Version 5.0.x of the Linux kernel headers are no longer
582 maintained upstream and are now removed.
583
c8421565
FF
584comment "Legacy options removed in 2019.05"
585
55c64228
GR
586config BR2_CSKY_DSP
587 bool "C-SKY DSP support removed"
588 select BR2_LEGACY
589 help
d6295b1d
TP
590 C-SKY DSP instruction support for ck810 / ck807 was removed,
591 as it was no longer supported in C-SKY gcc. Perhaps the VDSP
592 instructions should be used instead, using the BR2_CSKY_VDSP
593 option.
55c64228 594
8efabd14
AD
595config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COMPOSITOR
596 bool "compositor moved to gst1-plugins-base"
597 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_COMPOSITOR
598 select BR2_LEGACY
599 help
600 The gst1-plugins-bad compositor plugin has moved
601 to gst1-plugins-base.
602
603config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
8efabd14 604 bool "gst-plugins-bad IQA option was removed"
950e081f 605 select BR2_LEGACY
8efabd14
AD
606 help
607 The gst1-plugins-bad IQA option was removed.
608
609config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
610 bool "gst-plugins-bad opencv option was removed"
611 select BR2_LEGACY
612 help
613 The gst1-plugins-bad opencv option was removed because
614 buildroot does not have the opencv_contrib package which
615 is required for the bgsegm module which gst1-plugins-bad
616 now requires along with opencv3.
617
618config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_STEREO
619 bool "stereo was merged into audiofx in gst1-plugins-good"
620 select BR2_LEGACY
621 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUDIOFX
622 help
623 The gst1-plugins-bad stereo plugin has merged with the
624 gst1-plugins-base audiofx plugin.
625
626config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD
627 bool "gst-plugins-bad vcd plugin was removed."
628 select BR2_LEGACY
629 help
630 The gst1-plugins-bad vcd plugin was removed.
631
1f33ec41
FP
632config BR2_PACKAGE_LUNIT
633 bool "lunit package removed"
634 select BR2_LEGACY
635 select BR2_PACKAGE_LUA_LUNITX
636 help
637 The lunit package was removed in favor of its fork lunitx,
638 which supports all versions of Lua.
639
93be7887
LPC
640config BR2_PACKAGE_FFMPEG_FFSERVER
641 bool "ffmpeg ffserver removed"
642 select BR2_LEGACY
643 help
644 On July 10th, 2016, ffserver program has been dropped.
645
b643a75b
FP
646config BR2_PACKAGE_LIBUMP
647 bool "libump package removed"
648 select BR2_LEGACY
649 help
650 The libump package was removed, it was only used as a
651 dependency of sunxi-mali, which itself was removed.
652
732066a5
FP
653config BR2_PACKAGE_SUNXI_MALI
654 bool "sunxi-mali package removed"
655 select BR2_LEGACY
656 select BR2_PACKAGE_SUNXI_MALI_MAINLINE
657 help
658 The sunxi-mali package was removed, as the
659 sunxi-mali-mainline package replaces it for mainline
660 kernels on Allwinner platforms.
661
9a05759b
RN
662config BR2_BINUTILS_VERSION_2_29_X
663 bool "binutils version 2.29 support removed"
664 select BR2_LEGACY
665 help
666 Support for binutils version 2.29 has been removed. The
667 current default version (2.31 or later) has been selected
668 instead.
669
dc5d9515
RN
670config BR2_BINUTILS_VERSION_2_28_X
671 bool "binutils version 2.28 support removed"
672 select BR2_LEGACY
673 help
674 Support for binutils version 2.28 has been removed. The
675 current default version (2.31 or later) has been selected
676 instead.
677
c8421565
FF
678config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_APEXSINK
679 bool "gst-plugins-bad apexsink option removed"
680 select BR2_LEGACY
681 help
682 The gst-plugins-bad apexsink option was removed.
683
297613f1
FP
684comment "Legacy options removed in 2019.02"
685
5a8bc808
PK
686config BR2_PACKAGE_QT
687 bool "qt package removed"
688 select BR2_LEGACY
689 help
690 The qt package was removed.
691
e228a9fe
PK
692config BR2_PACKAGE_QTUIO
693 bool "qtuio package removed"
694 select BR2_LEGACY
695 help
696 The qtuio package was removed.
697
5de7c039
PK
698config BR2_PACKAGE_PINENTRY_QT4
699 bool "pinentry-qt4 option removed"
700 select BR2_LEGACY
701 help
702 The pinentry-qt4 option was removed.
703
3f821fcc
PK
704config BR2_PACKAGE_POPPLER_QT
705 bool "poppler qt option removed"
706 select BR2_LEGACY
707 help
708 The poppler qt option was removed.
709
3a3fdaeb
PK
710config BR2_PACKAGE_OPENCV3_WITH_QT
711 bool "opencv3 qt backend option removed"
712 select BR2_LEGACY
713 help
714 The opencv3 qt backend option was removed.
715
882ab1c2
PK
716config BR2_PACKAGE_OPENCV_WITH_QT
717 bool "opencv qt backend option removed"
718 select BR2_LEGACY
719 help
720 The opencv qt backend option was removed.
721
ef842792
PK
722config BR2_PACKAGE_AMD_CATALYST_CCCLE
723 bool "catalyst control center option removed"
724 select BR2_LEGACY
725 help
726 The AMD Catalyst Control Center option was removed.
727
3a56bc5f
PK
728config BR2_PACKAGE_SDL_QTOPIA
729 bool "sdl qtopia video driver option removed"
730 select BR2_LEGACY
731 help
732 The SDL QTopia video driver option was removed.
733
90bbfe58
PK
734config BR2_PACKAGE_PYTHON_PYQT
735 bool "python-pyqt package removed"
736 select BR2_LEGACY
737 help
738 The python-pyqt package was removed. Consider python-pyqt5
739 instead.
740
fcd9c854
PK
741config BR2_PACKAGE_GNURADIO_QTGUI
742 bool "gnuradio gr-qtgui option removed"
743 select BR2_LEGACY
744 help
745 The gr-qtgui option was removed.
746
e0d540bd
PK
747config BR2_PACKAGE_LUACRYPTO
748 bool "luacrypto package removed"
749 select BR2_LEGACY
750 help
751 The luacrypto package was removed. Consider luaossl instead.
752
0478beaa
PK
753config BR2_PACKAGE_TN5250
754 bool "tn5250 package removed"
755 select BR2_LEGACY
756 help
757 The tn5250 package was removed.
758
428ed394
FF
759config BR2_PACKAGE_BOOST_SIGNALS
760 bool "Boost signals removed"
761 select BR2_LEGACY
762 help
763 Its removal was announced in boost 1.68 and its deprecation
764 was announced in 1.54. Users are encouraged to use Signals2
765 instead.
766
7883e559
TP
767config BR2_PACKAGE_FFTW_PRECISION_SINGLE
768 bool "single"
769 select BR2_LEGACY
770 select BR2_PACKAGE_FFTW_SINGLE
771 help
772 This option has been removed in favor of
773 BR2_PACKAGE_FFTW_SINGLE.
774
775config BR2_PACKAGE_FFTW_PRECISION_DOUBLE
776 bool "double"
777 select BR2_LEGACY
778 select BR2_PACKAGE_FFTW_DOUBLE
779 help
780 This option has been removed in favor of
781 BR2_PACKAGE_FFTW_DOUBLE.
782
783config BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE
784 bool "long double"
785 depends on !(BR2_TOOLCHAIN_BUILDROOT_UCLIBC && \
786 (BR2_arm || BR2_mips || BR2_mipsel))
787 select BR2_LEGACY
788 select BR2_PACKAGE_FFTW_LONG_DOUBLE
789 help
790 This option has been removed in favor of
791 BR2_PACKAGE_FFTW_LONG_DOUBLE.
792
793config BR2_PACKAGE_FFTW_PRECISION_QUAD
794 bool "quad"
795 depends on (BR2_i386 || BR2_x86_64) && BR2_USE_WCHAR
796 select BR2_LEGACY
797 select BR2_PACKAGE_FFTW_QUAD
798 help
799 This option has been removed in favor of
800 BR2_PACKAGE_FFTW_QUAD.
801
297613f1
FP
802config BR2_PACKAGE_LUA_5_2
803 bool "Lua 5.2.x version removed"
804 select BR2_LEGACY
805 select BR2_PACKAGE_LUA_5_3
806 help
807 The Lua 5.2.x version was removed.
808
bf362600
MW
809config BR2_TARGET_GENERIC_PASSWD_MD5
810 bool "target passwd md5 format support has been removed"
811 select BR2_LEGACY
812 help
813 The default has been moved to SHA256 and all C libraries
814 now support that method by default
815
a2d44ec6
BK
816comment "Legacy options removed in 2018.11"
817
070b183d
MW
818config BR2_TARGET_XLOADER
819 bool "xloader has been removed"
820 select BR2_LEGACY
821 help
822 The package has been removed as u-boot SPL provides
823 similar functionality
824
5e8790d5
MW
825config BR2_PACKAGE_TIDSP_BINARIES
826 bool "tidsp-binaries package removed"
827 select BR2_LEGACY
828 help
829 The tidsp-binaries package was removed.
830
e8eb7f5b
MW
831config BR2_PACKAGE_DSP_TOOLS
832 bool "dsp-tools package removed"
833 select BR2_LEGACY
834 help
835 The dsp-tools package was removed.
836
91542907
MW
837config BR2_PACKAGE_GST_DSP
838 bool "gst-dsp package removed"
839 select BR2_LEGACY
840 help
841 The gst-dsp package was removed.
842
2c3c7c4f
FF
843config BR2_PACKAGE_BOOTUTILS
844 bool "bootutils package removed"
845 select BR2_LEGACY
846 help
847 The bootutils package was removed.
848
addcc393
RN
849config BR2_PACKAGE_EXPEDITE
850 bool "expedite package has been removed"
851 select BR2_LEGACY
852 help
853 expedite is not actively maintained anymore.
854 https://sourceforge.net/p/enlightenment/mailman/message/36428571
855
3d3235f9
BK
856config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
857 bool "mesa3d opengl texture float option removed"
858 select BR2_LEGACY
859 help
860 mesa3d now unconditionally enables floating-point textures,
861 as the corresponding patent has expired.
862
a2d44ec6
BK
863config BR2_KERNEL_HEADERS_4_10
864 bool "kernel headers version 4.10.x are no longer supported"
a2d44ec6
BK
865 select BR2_LEGACY
866 help
867 Version 4.10.x of the Linux kernel headers are no longer
1b3c43f7 868 maintained upstream and are now removed.
a2d44ec6
BK
869
870config BR2_KERNEL_HEADERS_4_11
871 bool "kernel headers version 4.11.x are no longer supported"
a2d44ec6
BK
872 select BR2_LEGACY
873 help
874 Version 4.11.x of the Linux kernel headers are no longer
1b3c43f7 875 maintained upstream and are now removed.
a2d44ec6
BK
876
877config BR2_KERNEL_HEADERS_4_12
878 bool "kernel headers version 4.12.x are no longer supported"
a2d44ec6
BK
879 select BR2_LEGACY
880 help
881 Version 4.12.x of the Linux kernel headers are no longer
1b3c43f7 882 maintained upstream and are now removed.
a2d44ec6
BK
883
884config BR2_KERNEL_HEADERS_4_13
885 bool "kernel headers version 4.13.x are no longer supported"
a2d44ec6
BK
886 select BR2_LEGACY
887 help
888 Version 4.13.x of the Linux kernel headers are no longer
1b3c43f7 889 maintained upstream and are now removed.
a2d44ec6
BK
890
891config BR2_KERNEL_HEADERS_4_15
892 bool "kernel headers version 4.15.x are no longer supported"
a2d44ec6
BK
893 select BR2_LEGACY
894 help
895 Version 4.15.x of the Linux kernel headers are no longer
1b3c43f7 896 maintained upstream and are now removed.
a2d44ec6 897
d220ce6d
YM
898config BR2_KERNEL_HEADERS_4_17
899 bool "kernel headers version 4.17.x are no longer supported"
900 select BR2_LEGACY
901 help
902 Version 4.17.x of the Linux kernel headers are no longer
903 maintained upstream and are now removed.
904
00d63a15
BS
905config BR2_PACKAGE_LIBNFTNL_XML
906 bool "libnftl no longer supports XML output"
907 select BR2_LEGACY
908 help
909 libnftnl removed integration with libmxml.
910
ebee2c64
PK
911config BR2_KERNEL_HEADERS_3_2
912 bool "kernel headers version 3.2.x are no longer supported"
913 select BR2_LEGACY
914 help
915 Version 3.2.x of the Linux kernel headers are no longer
916 maintained upstream and are now removed.
917
918config BR2_KERNEL_HEADERS_4_1
919 bool "kernel headers version 4.1.x are no longer supported"
920 select BR2_LEGACY
921 help
922 Version 4.1.x of the Linux kernel headers are no longer
923 maintained upstream and are now removed.
924
925config BR2_KERNEL_HEADERS_4_16
926 bool "kernel headers version 4.16.x are no longer supported"
927 select BR2_LEGACY
928 help
929 Version 4.16.x of the Linux kernel headers are no longer
930 maintained upstream and are now removed.
931
932config BR2_KERNEL_HEADERS_4_18
933 bool "kernel headers version 4.18.x are no longer supported"
934 select BR2_LEGACY
935 help
936 Version 4.18.x of the Linux kernel headers are no longer
937 maintained upstream and are now removed.
938
54a2e7a3
RN
939###############################################################################
940comment "Legacy options removed in 2018.08"
941
de336584
CS
942config BR2_PACKAGE_DOCKER_ENGINE_STATIC_CLIENT
943 bool "docker-engine static client option renamed"
944 select BR2_LEGACY
945 select BR2_PACKAGE_DOCKER_CLI_STATIC
946 help
947 BR2_PACKAGE_DOCKER_ENGINE_STATIC_CLIENT has been renamed to
948 BR2_PACKAGE_DOCKER_CLI_STATIC, following the package split of
949 docker-engine and docker-cli.
950
f9063023
BK
951config BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_19
952 bool "Modular X.org server was updated to version 1.20.0"
953 select BR2_LEGACY
954 select BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_20
955 help
956 Modular X.org server was updated to version 1.20.0
957
14c52533
BK
958config BR2_PACKAGE_XPROTO_APPLEWMPROTO
959 bool "xproto-applewmproto package replaced by xorgproto"
960 select BR2_LEGACY
961 select BR2_PACKAGE_XORGPROTO
962 help
963 The xproto-applewmproto package has been replaced by the
964 xorgproto package, which combines all xproto_* packages.
965
966config BR2_PACKAGE_XPROTO_BIGREQSPROTO
967 bool "xproto-bigreqsproto package replaced by xorgproto"
968 select BR2_LEGACY
969 select BR2_PACKAGE_XORGPROTO
970 help
971 The xproto-bigreqsproto package has been replaced by the
972 xorgproto package, which combines all xproto_* packages.
973
974config BR2_PACKAGE_XPROTO_COMPOSITEPROTO
975 bool "xproto-compositeproto package replaced by xorgproto"
976 select BR2_LEGACY
977 select BR2_PACKAGE_XORGPROTO
978 help
979 The xproto-compositeproto package has been replaced by the
980 xorgproto package, which combines all xproto_* packages.
981
982config BR2_PACKAGE_XPROTO_DAMAGEPROTO
983 bool "xproto-dameproto package replaced by xorgproto"
984 select BR2_LEGACY
985 select BR2_PACKAGE_XORGPROTO
986 help
987 The xproto-dameproto package has been replaced by the
988 xorgproto package, which combines all xproto_* packages.
989
990config BR2_PACKAGE_XPROTO_DMXPROTO
991 bool "xproto-dmxproto package replaced by xorgproto"
992 select BR2_LEGACY
993 select BR2_PACKAGE_XORGPROTO
994 help
995 The xproto-dmxproto package has been replaced by the
996 xorgproto package, which combines all xproto_* packages.
997
998config BR2_PACKAGE_XPROTO_DRI2PROTO
999 bool "xproto-dri2proto package replaced by xorgproto"
1000 select BR2_LEGACY
1001 select BR2_PACKAGE_XORGPROTO
1002 help
1003 The xproto-dri2proto package has been replaced by the
1004 xorgproto package, which combines all xproto_* packages.
1005
1006config BR2_PACKAGE_XPROTO_DRI3PROTO
1007 bool "xproto-dri3proto package replaced by xorgproto"
1008 select BR2_LEGACY
1009 select BR2_PACKAGE_XORGPROTO
1010 help
1011 The xproto-dri3proto package has been replaced by the
1012 xorgproto package, which combines all xproto_* packages.
1013
1014config BR2_PACKAGE_XPROTO_FIXESPROTO
1015 bool "xproto-fixesproto package replaced by xorgproto"
1016 select BR2_LEGACY
1017 select BR2_PACKAGE_XORGPROTO
1018 help
1019 The xproto-fixesproto package has been replaced by the
1020 xorgproto package, which combines all xproto_* packages.
1021
1022config BR2_PACKAGE_XPROTO_FONTCACHEPROTO
1023 bool "xproto-fontcacheproto package replaced by xorgproto"
1024 select BR2_LEGACY
1025 select BR2_PACKAGE_XORGPROTO
1026 help
1027 The xproto-fontcacheproto package has been replaced by the
1028 xorgproto package, which combines all xproto_* packages.
1029
1030config BR2_PACKAGE_XPROTO_FONTSPROTO
1031 bool "xproto-fontsproto package replaced by xorgproto"
1032 select BR2_LEGACY
1033 select BR2_PACKAGE_XORGPROTO
1034 help
1035 The xproto-fontsproto package has been replaced by the
1036 xorgproto package, which combines all xproto_* packages.
1037
1038config BR2_PACKAGE_XPROTO_GLPROTO
1039 bool "xproto-glproto package replaced by xorgproto"
1040 select BR2_LEGACY
1041 select BR2_PACKAGE_XORGPROTO
1042 help
1043 The xproto-glproto package has been replaced by the
1044 xorgproto package, which combines all xproto_* packages.
1045
1046config BR2_PACKAGE_XPROTO_INPUTPROTO
1047 bool "xproto-inputproto package replaced by xorgproto"
1048 select BR2_LEGACY
1049 select BR2_PACKAGE_XORGPROTO
1050 help
1051 The xproto-inputproto package has been replaced by the
1052 xorgproto package, which combines all xproto_* packages.
1053
1054config BR2_PACKAGE_XPROTO_KBPROTO
1055 bool "xproto-kbproto package replaced by xorgproto"
1056 select BR2_LEGACY
1057 select BR2_PACKAGE_XORGPROTO
1058 help
1059 The xproto-kbproto package has been replaced by the
1060 xorgproto package, which combines all xproto_* packages.
1061
1062config BR2_PACKAGE_XPROTO_PRESENTPROTO
1063 bool "xproto-presentproto package replaced by xorgproto"
1064 select BR2_LEGACY
1065 select BR2_PACKAGE_XORGPROTO
1066 help
1067 The xproto-presentproto package has been replaced by the
1068 xorgproto package, which combines all xproto_* packages.
1069
1070config BR2_PACKAGE_XPROTO_RANDRPROTO
1071 bool "xproto-randrproto package replaced by xorgproto"
1072 select BR2_LEGACY
1073 select BR2_PACKAGE_XORGPROTO
1074 help
1075 The xproto-randrproto package has been replaced by the
1076 xorgproto package, which combines all xproto_* packages.
1077
1078config BR2_PACKAGE_XPROTO_RECORDPROTO
1079 bool "xproto-recordproto package replaced by xorgproto"
1080 select BR2_LEGACY
1081 select BR2_PACKAGE_XORGPROTO
1082 help
1083 The xproto-recordproto package has been replaced by the
1084 xorgproto package, which combines all xproto_* packages.
1085
1086config BR2_PACKAGE_XPROTO_RENDERPROTO
1087 bool "xproto-renderproto package replaced by xorgproto"
1088 select BR2_LEGACY
1089 select BR2_PACKAGE_XORGPROTO
1090 help
1091 The xproto-renderproto package has been replaced by the
1092 xorgproto package, which combines all xproto_* packages.
1093
1094config BR2_PACKAGE_XPROTO_RESOURCEPROTO
1095 bool "xproto-resourceproto package replaced by xorgproto"
1096 select BR2_LEGACY
1097 select BR2_PACKAGE_XORGPROTO
1098 help
1099 The xproto-resourceproto package has been replaced by the
1100 xorgproto package, which combines all xproto_* packages.
1101
1102config BR2_PACKAGE_XPROTO_SCRNSAVERPROTO
1103 bool "xproto-scrnsaverprot package replaced by xorgproto"
1104 select BR2_LEGACY
1105 select BR2_PACKAGE_XORGPROTO
1106 help
1107 The xproto-scrnsaverprot package has been replaced by the
1108 xorgproto package, which combines all xproto_* packages.
1109
1110config BR2_PACKAGE_XPROTO_VIDEOPROTO
1111 bool "xproto-videoproto package replaced by xorgproto"
1112 select BR2_LEGACY
1113 select BR2_PACKAGE_XORGPROTO
1114 help
1115 The xproto-videoproto package has been replaced by the
1116 xorgproto package, which combines all xproto_* packages.
1117
1118config BR2_PACKAGE_XPROTO_WINDOWSWMPROTO
1119 bool "xproto-windowswmproto package replaced by xorgproto"
1120 select BR2_LEGACY
1121 select BR2_PACKAGE_XORGPROTO
1122 help
1123 The xproto-windowswmproto package has been replaced by the
1124 xorgproto package, which combines all xproto_* packages.
1125
1126config BR2_PACKAGE_XPROTO_XCMISCPROTO
1127 bool "xproto-xcmiscproto package replaced by xorgproto"
1128 select BR2_LEGACY
1129 select BR2_PACKAGE_XORGPROTO
1130 help
1131 The xproto-xcmiscproto package has been replaced by the
1132 xorgproto package, which combines all xproto_* packages.
1133
1134config BR2_PACKAGE_XPROTO_XEXTPROTO
1135 bool "xproto-xextproto package replaced by xorgproto"
1136 select BR2_LEGACY
1137 select BR2_PACKAGE_XORGPROTO
1138 help
1139 The xproto-xextproto package has been replaced by the
1140 xorgproto package, which combines all xproto_* packages.
1141
1142config BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO
1143 bool "xproto-xf86bigfontproto package replaced by xorgproto"
1144 select BR2_LEGACY
1145 select BR2_PACKAGE_XORGPROTO
1146 help
1147 The xproto-xf86bigfontproto package has been replaced by the
1148 xorgproto package, which combines all xproto_* packages.
1149
1150config BR2_PACKAGE_XPROTO_XF86DGAPROTO
1151 bool "xproto-xf86dgaproto package replaced by xorgproto"
1152 select BR2_LEGACY
1153 select BR2_PACKAGE_XORGPROTO
1154 help
1155 The xproto-xf86dgaproto package has been replaced by the
1156 xorgproto package, which combines all xproto_* packages.
1157
1158config BR2_PACKAGE_XPROTO_XF86DRIPROTO
1159 bool "xproto-xf86driproto package replaced by xorgproto"
1160 select BR2_LEGACY
1161 select BR2_PACKAGE_XORGPROTO
1162 help
1163 The xproto-xf86driproto package has been replaced by the
1164 xorgproto package, which combines all xproto_* packages.
1165
1166config BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
1167 bool "xproto-xf86vidmodeproto package replaced by xorgproto"
1168 select BR2_LEGACY
1169 select BR2_PACKAGE_XORGPROTO
1170 help
1171 The xproto-xf86vidmodeproto package has been replaced by the
1172 xorgproto package, which combines all xproto_* packages.
1173
1174config BR2_PACKAGE_XPROTO_XINERAMAPROTO
1175 bool "xproto-xineramaproto package replaced by xorgproto"
1176 select BR2_LEGACY
1177 select BR2_PACKAGE_XORGPROTO
1178 help
1179 The xproto-xineramaproto package has been replaced by the
1180 xorgproto package, which combines all xproto_* packages.
1181
1182config BR2_PACKAGE_XPROTO_XPROTO
1183 bool "xproto-xproto package replaced by xorgproto"
1184 select BR2_LEGACY
1185 select BR2_PACKAGE_XORGPROTO
1186 help
1187 The xproto-xproto package has been replaced by the
1188 xorgproto package, which combines all xproto_* packages.
1189
1190config BR2_PACKAGE_XPROTO_XPROXYMANAGEMENTPROTOCOL
1191 bool "xproto-xproxymanagementprotocol package replaced by xorgproto"
1192 select BR2_LEGACY
1193 select BR2_PACKAGE_XORGPROTO
1194 help
1195 The xproto-xproxymanagementprotocol package has been
1196 replaced by the xorgproto package, which combines all
1197 xproto_* packages.
1198
3f2aef56
AD
1199config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_OPENGL
1200 bool "gst1-plugins-bad opengl option moved to gst1-plugins-base"
1201 select BR2_LEGACY
1202 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_OPENGL
1203 help
1204 The opengl option has been moved from gst1-plugins-bad to
1205 gst1-plugins-base.
1206
1207config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_GLES2
1208 bool "gst1-plugins-bad gles2 option moved to gst1-plugins-base"
1209 select BR2_LEGACY
1210 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_GLES2
1211 help
1212 The gles2 option has been moved from gst1-plugins-bad to
1213 gst1-plugins-base.
1214
1215config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_GLX
1216 bool "gst1-plugins-bad glx option moved to gst1-plugins-base"
1217 select BR2_LEGACY
1218 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_GLX
1219 help
1220 The glx option has been moved from gst1-plugins-bad to
1221 gst1-plugins-base.
1222
1223config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
1224 bool "gst1-plugins-bad egl option moved to gst1-plugins-base"
1225 select BR2_LEGACY
1226 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_EGL
1227 help
1228 The egl option has been moved from gst1-plugins-bad to
1229 gst1-plugins-base.
1230
1231config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_X11
1232 bool "gst1-plugins-bad x11 option moved to gst1-plugins-base"
1233 select BR2_LEGACY
1234 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_X11
1235 help
1236 The x11 option has been moved from gst1-plugins-bad to
1237 gst1-plugins-base.
1238
1239config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND
1240 bool "gst1-plugins-bad wayland option moved to gst1-plugins-base"
1241 select BR2_LEGACY
1242 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_WAYLAND
1243 help
1244 The wayland option has been moved from gst1-plugins-bad to
1245 gst1-plugins-base.
1246
1247config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_DISPMANX
1248 bool "gst1-plugins-bad dispmanx option moved to gst1-plugins-base"
1249 select BR2_LEGACY
1250 select BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_DISPMANX
1251 help
1252 The dispmanx option has been moved from gst1-plugins-mad to
1253 gst1-plugins-base.
1254
1255config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
1256 bool "gst1-plugins-bad audiomixer option moved to gst1-plugins-base"
1257 select BR2_LEGACY
1258 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER
1259 help
1260 The audiomixer option has been moved from gst1-plugins-bad to
1261 gst1-plugins-base.
1262
1263config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
1264 bool "gst1-plugins-ugly lame option moved to gst1-plugins-good"
1265 select BR2_LEGACY
1266 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_LAME
1267 help
1268 The lame option has been moved from gst1-plugins-ugly to
1269 gst1-plugins-good.
1270
1271config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPG123
1272 bool "gst1-plugins-ugly mpg123 option moved to gst1-plugins-good"
1273 select BR2_LEGACY
1274 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MPG123
1275 help
1276 The mpg123 option has been moved from gst1-plugins-ugly to
1277 gst1-plugins-good.
1278
bae35c80
RN
1279config BR2_GDB_VERSION_7_11
1280 bool "gdb 7.11 has been removed"
1281 select BR2_LEGACY
1282 help
1283 The 7.11 version of gdb has been removed. Use a newer version
1284 instead.
1285
54a2e7a3
RN
1286config BR2_GDB_VERSION_7_10
1287 bool "gdb 7.10 has been removed"
1288 select BR2_LEGACY
1289 help
1290 The 7.10 version of gdb has been removed. Use a newer version
1291 instead.
1292
86dfb429 1293###############################################################################
9657e964
BK
1294comment "Legacy options removed in 2018.05"
1295
8553b398
PV
1296config BR2_PACKAGE_MEDIAART_BACKEND_NONE
1297 bool "libmediaart none backend option renamed"
1298 select BR2_LEGACY
1299 help
1300 For consistency reasons, the option
1301 BR2_PACKAGE_MEDIAART_BACKEND_NONE has been renamed to
1302 BR2_PACKAGE_LIBMEDIAART_BACKEND_NONE
1303
1304config BR2_PACKAGE_MEDIAART_BACKEND_GDK_PIXBUF
1305 bool "libmediaart gdk-pixbuf backend option renamed"
1306 select BR2_LEGACY
1307 help
1308 For consistency reasons, the option
1309 BR2_PACKAGE_MEDIAART_BACKEND_GDK_PIXBUF has been renamed to
1310 BR2_PACKAGE_LIBMEDIAART_BACKEND_GDK_PIXBUF
1311
1312config BR2_PACKAGE_MEDIAART_BACKEND_GDK_PIXBUF
1313 bool "libmediaart qt backend option renamed"
1314 select BR2_LEGACY
1315 help
1316 For consistency reasons, the option
1317 BR2_PACKAGE_MEDIAART_BACKEND_QT has been renamed to
1318 BR2_PACKAGE_LIBMEDIAART_BACKEND_QT
1319
4a03a66f
YM
1320# Note: BR2_PACKAGE_TI_SGX_AM335X is still referenced from
1321# package/ti-sgx-km/Config.in
b54c5464
TP
1322config BR2_PACKAGE_TI_SGX_AM335X
1323 bool "ti-sgx-km AM335X option renamed"
1324 select BR2_LEGACY
1325 help
1326 For consistency reasons, the option
1327 BR2_PACKAGE_TI_SGX_AM335X has been renamed to
1328 BR2_PACKAGE_TI_SGX_KM_AM335X.
1329
4a03a66f
YM
1330# Note: BR2_PACKAGE_TI_SGX_AM437X is still referenced from
1331# package/ti-sgx-km/Config.in
b54c5464
TP
1332config BR2_PACKAGE_TI_SGX_AM437X
1333 bool "ti-sgx-km AM437X option renamed"
1334 select BR2_LEGACY
1335 help
1336 For consistency reasons, the option
1337 BR2_PACKAGE_TI_SGX_AM437X has been renamed to
1338 BR2_PACKAGE_TI_SGX_KM_AM437X.
1339
4a03a66f
YM
1340# Note: BR2_PACKAGE_TI_SGX_AM4430 is still referenced from
1341# package/ti-sgx-km/Config.in
b54c5464
TP
1342config BR2_PACKAGE_TI_SGX_AM4430
1343 bool "ti-sgx-km AM4430 option renamed"
1344 select BR2_LEGACY
1345 help
1346 For consistency reasons, the option
1347 BR2_PACKAGE_TI_SGX_AM4430 has been renamed to
1348 BR2_PACKAGE_TI_SGX_KM_AM4430.
1349
4a03a66f
YM
1350# Note: BR2_PACKAGE_TI_SGX_AM5430 is still referenced from
1351# package/ti-sgx-km/Config.in
b54c5464
TP
1352config BR2_PACKAGE_TI_SGX_AM5430
1353 bool "ti-sgx-km AM5430 option renamed"
1354 select BR2_LEGACY
1355 help
1356 For consistency reasons, the option
1357 BR2_PACKAGE_TI_SGX_AM5430 has been renamed to
1358 BR2_PACKAGE_TI_SGX_KM_AM5430.
1359
a79df201
TP
1360config BR2_PACKAGE_JANUS_AUDIO_BRIDGE
1361 bool "janus-gateway audio-bridge option renamed"
1362 select BR2_LEGACY
1363 select BR2_PACKAGE_JANUS_GATEWAY_AUDIO_BRIDGE
1364 help
1365 For consistency reasons, the janus-gateway option
1366 BR2_PACKAGE_JANUS_AUDIO_BRIDGE has been renamed to
1367 BR2_PACKAGE_JANUS_GATEWAY_AUDIO_BRIDGE.
1368
1369config BR2_PACKAGE_JANUS_ECHO_TEST
1370 bool "janus-gateway echo-test option renamed"
1371 select BR2_LEGACY
1372 select BR2_PACKAGE_JANUS_GATEWAY_ECHO_TEST
1373 help
1374 For consistency reasons, the janus-gateway option
1375 BR2_PACKAGE_JANUS_ECHO_TEST has been renamed to
1376 BR2_PACKAGE_JANUS_GATEWAY_ECHO_TEST.
1377
1378config BR2_PACKAGE_JANUS_RECORDPLAY
1379 bool "janus-gateway recordplay option renamed"
1380 select BR2_LEGACY
1381 select BR2_PACKAGE_JANUS_GATEWAY_RECORDPLAY
1382 help
1383 For consistency reasons, the janus-gateway option
1384 BR2_PACKAGE_JANUS_RECORDPLAY has been renamed to
1385 BR2_PACKAGE_JANUS_GATEWAY_RECORDPLAY.
1386
1387config BR2_PACKAGE_JANUS_SIP_GATEWAY
1388 bool "janus-gateway sip-gateway option renamed"
1389 select BR2_LEGACY
1390 select BR2_PACKAGE_JANUS_GATEWAY_SIP_GATEWAY
1391 help
1392 For consistency reasons, the janus-gateway option
1393 BR2_PACKAGE_JANUS_SIP_GATEWAY has been renamed to
1394 BR2_PACKAGE_JANUS_GATEWAY_SIP_GATEWAY.
1395
1396config BR2_PACKAGE_JANUS_STREAMING
1397 bool "janus-gateway streaming option renamed"
1398 select BR2_LEGACY
1399 select BR2_PACKAGE_JANUS_GATEWAY_STREAMING
1400 help
1401 For consistency reasons, the janus-gateway option
1402 BR2_PACKAGE_JANUS_STREAMING has been renamed to
1403 BR2_PACKAGE_JANUS_GATEWAY_STREAMING.
1404
1405config BR2_PACKAGE_JANUS_TEXT_ROOM
1406 bool "janus-gateway text-room option renamed"
1407 select BR2_LEGACY
1408 select BR2_PACKAGE_JANUS_GATEWAY_TEXT_ROOM
1409 help
1410 For consistency reasons, the janus-gateway option
1411 BR2_PACKAGE_JANUS_TEXT_ROOM has been renamed to
1412 BR2_PACKAGE_JANUS_GATEWAY_TEXT_ROOM.
1413
1414config BR2_PACKAGE_JANUS_VIDEO_CALL
1415 bool "janus-gateway video-call option renamed"
1416 select BR2_LEGACY
1417 select BR2_PACKAGE_JANUS_GATEWAY_VIDEO_CALL
1418 help
1419 For consistency reasons, the janus-gateway option
1420 BR2_PACKAGE_JANUS_VIDEO_CALL has been renamed to
1421 BR2_PACKAGE_JANUS_GATEWAY_VIDEO_CALL.
1422
1423config BR2_PACKAGE_JANUS_VIDEO_ROOM
1424 bool "janus-gateway video-room option renamed"
1425 select BR2_LEGACY
1426 select BR2_PACKAGE_JANUS_GATEWAY_VIDEO_ROOM
1427 help
1428 For consistency reasons, the janus-gateway option
1429 BR2_PACKAGE_JANUS_VIDEO_ROOM has been renamed to
1430 BR2_PACKAGE_JANUS_GATEWAY_VIDEO_ROOM.
1431
1432config BR2_PACKAGE_JANUS_MQTT
1433 bool "janus-gateway mqtt option renamed"
1434 select BR2_LEGACY
1435 select BR2_PACKAGE_JANUS_GATEWAY_MQTT
1436 help
1437 For consistency reasons, the janus-gateway option
1438 BR2_PACKAGE_JANUS_MQTT has been renamed to
1439 BR2_PACKAGE_JANUS_GATEWAY_MQTT.
1440
1441config BR2_PACKAGE_JANUS_RABBITMQ
1442 bool "janus-gateway rabbitmq option renamed"
1443 select BR2_LEGACY
1444 select BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ
1445 help
1446 For consistency reasons, the janus-gateway option
1447 BR2_PACKAGE_JANUS_RABBITMQ has been renamed to
1448 BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ.
1449
1450config BR2_PACKAGE_JANUS_REST
1451 bool "janus-gateway rest option renamed"
1452 select BR2_LEGACY
1453 select BR2_PACKAGE_JANUS_GATEWAY_REST
1454 help
1455 For consistency reasons, the janus-gateway option
1456 BR2_PACKAGE_JANUS_REST has been renamed to
1457 BR2_PACKAGE_JANUS_GATEWAY_REST.
1458
1459config BR2_PACKAGE_JANUS_UNIX_SOCKETS
1460 bool "janus-gateway unix-sockets option renamed"
1461 select BR2_LEGACY
1462 select BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS
1463 help
1464 For consistency reasons, the janus-gateway option
1465 BR2_PACKAGE_JANUS_UNIX_SOCKETS has been renamed to
1466 BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS.
1467
1468config BR2_PACKAGE_JANUS_WEBSOCKETS
1469 bool "janus-gateway websockets option renamed"
1470 select BR2_LEGACY
1471 select BR2_PACKAGE_JANUS_GATEWAY_WEBSOCKETS
1472 help
1473 For consistency reasons, the janus-gateway option
1474 BR2_PACKAGE_JANUS_WEBSOCKETS has been renamed to
1475 BR2_PACKAGE_JANUS_GATEWAY_WEBSOCKETS.
1476
9d2c5c25
TP
1477config BR2_PACKAGE_IPSEC_SECCTX_DISABLE
1478 bool "ipsec-tools security context disable option renamed"
1479 select BR2_LEGACY
1480 help
1481 For consistency reasons, the option
1482 BR2_PACKAGE_IPSEC_SECCTX_DISABLE was renamed to
1483 BR2_PACKAGE_IPSEC_TOOLS_SECCTX_DISABLE.
1484
1485config BR2_PACKAGE_IPSEC_SECCTX_ENABLE
1486 bool "ipsec-tools SELinux security context enable option renamed"
1487 select BR2_LEGACY
1488 help
1489 For consistency reasons, the option
1490 BR2_PACKAGE_IPSEC_SECCTX_ENABLE was renamed to
1491 BR2_PACKAGE_IPSEC_TOOLS_SECCTX_ENABLE.
1492
1493config BR2_PACKAGE_IPSEC_SECCTX_KERNEL
1494 bool "ipsec-tools kernel security context enable option renamed"
1495 select BR2_LEGACY
1496 help
1497 For consistency reasons, the option
1498 BR2_PACKAGE_IPSEC_SECCTX_KERNEL was renamed to
1499 BR2_PACKAGE_IPSEC_TOOLS_SECCTX_KERNEL.
1500
dc4e4aac
TP
1501config BR2_PACKAGE_LIBTFDI_CPP
1502 bool "libftdi C++ bindings option renamed"
1503 select BR2_LEGACY
1504 select BR2_PACKAGE_LIBFTDI_CPP
1505 help
1506 The option BR2_PACKAGE_LIBTFDI_CPP was renamed to
1507 BR2_PACKAGE_LIBFTDI_CPP in order to fix a typo in the option
1508 name.
1509
94c14628
TP
1510config BR2_PACKAGE_JQUERY_UI_THEME_BLACK_TIE
1511 bool "jquery-ui-themes option black-tie renamed"
1512 select BR2_LEGACY
1513 help
1514 For consistency reasons, the jquery-ui-themes option for the
1515 black-tie theme has been renamed from
1516 BR2_PACKAGE_JQUERY_UI_THEME_BLACK_TIE to
1517 BR2_PACKAGE_JQUERY_UI_THEMES_BLACK_TIE.
1518
1519config BR2_PACKAGE_JQUERY_UI_THEME_BLITZER
1520 bool "jquery-ui-themes option blitzer renamed"
1521 select BR2_LEGACY
1522 help
1523 For consistency reasons, the jquery-ui-themes option for the
1524 blitzer theme has been renamed from
1525 BR2_PACKAGE_JQUERY_UI_THEME_BLITZER to
1526 BR2_PACKAGE_JQUERY_UI_THEMES_BLITZER.
1527
1528config BR2_PACKAGE_JQUERY_UI_THEME_CUPERTINO
1529 bool "jquery-ui-themes option cupertino renamed"
1530 select BR2_LEGACY
1531 help
1532 For consistency reasons, the jquery-ui-themes option for the
1533 cupertino theme has been renamed from
1534 BR2_PACKAGE_JQUERY_UI_THEME_CUPERTINO to
1535 BR2_PACKAGE_JQUERY_UI_THEMES_CUPERTINO.
1536
1537config BR2_PACKAGE_JQUERY_UI_THEME_DARK_HIVE
1538 bool "jquery-ui-themes option dark-hive renamed"
1539 select BR2_LEGACY
1540 help
1541 For consistency reasons, the jquery-ui-themes option for the
1542 dark-hive theme has been renamed from
1543 BR2_PACKAGE_JQUERY_UI_THEME_DARK_HIVE to
1544 BR2_PACKAGE_JQUERY_UI_THEMES_DARK_HIVE.
1545
1546config BR2_PACKAGE_JQUERY_UI_THEME_DOT_LUV
1547 bool "jquery-ui-themes option dot-luv renamed"
1548 select BR2_LEGACY
1549 help
1550 For consistency reasons, the jquery-ui-themes option for the
1551 dot-luv theme has been renamed from
1552 BR2_PACKAGE_JQUERY_UI_THEME_DOT_LUV to
1553 BR2_PACKAGE_JQUERY_UI_THEMES_DOT_LUV.
1554
1555config BR2_PACKAGE_JQUERY_UI_THEME_EGGPLANT
1556 bool "jquery-ui-themes option eggplant renamed"
1557 select BR2_LEGACY
1558 help
1559 For consistency reasons, the jquery-ui-themes option for the
1560 eggplant theme has been renamed from
1561 BR2_PACKAGE_JQUERY_UI_THEME_EGGPLANT to
1562 BR2_PACKAGE_JQUERY_UI_THEMES_EGGPLANT.
1563
1564config BR2_PACKAGE_JQUERY_UI_THEME_EXCITE_BIKE
1565 bool "jquery-ui-themes option excite-bike renamed"
1566 select BR2_LEGACY
1567 help
1568 For consistency reasons, the jquery-ui-themes option for the
1569 excite-bike theme has been renamed from
1570 BR2_PACKAGE_JQUERY_UI_THEME_EXCITE_BIKE to
1571 BR2_PACKAGE_JQUERY_UI_THEMES_EXCITE_BIKE.
1572
1573config BR2_PACKAGE_JQUERY_UI_THEME_FLICK
1574 bool "jquery-ui-themes option flick renamed"
1575 select BR2_LEGACY
1576 help
1577 For consistency reasons, the jquery-ui-themes option for the
1578 flick theme has been renamed from
1579 BR2_PACKAGE_JQUERY_UI_THEME_FLICK to
1580 BR2_PACKAGE_JQUERY_UI_THEMES_FLICK.
1581
1582config BR2_PACKAGE_JQUERY_UI_THEME_HOT_SNEAKS
1583 bool "jquery-ui-themes option hot-sneaks renamed"
1584 select BR2_LEGACY
1585 help
1586 For consistency reasons, the jquery-ui-themes option for the
1587 hot-sneaks theme has been renamed from
1588 BR2_PACKAGE_JQUERY_UI_THEME_HOT_SNEAKS to
1589 BR2_PACKAGE_JQUERY_UI_THEMES_HOT_SNEAKS.
1590
1591config BR2_PACKAGE_JQUERY_UI_THEME_HUMANITY
1592 bool "jquery-ui-themes option humanity renamed"
1593 select BR2_LEGACY
1594 help
1595 For consistency reasons, the jquery-ui-themes option for the
1596 humanity theme has been renamed from
1597 BR2_PACKAGE_JQUERY_UI_THEME_HUMANITY to
1598 BR2_PACKAGE_JQUERY_UI_THEMES_HUMANITY.
1599
1600config BR2_PACKAGE_JQUERY_UI_THEME_LE_FROG
1601 bool "jquery-ui-themes option le-frog renamed"
1602 select BR2_LEGACY
1603 help
1604 For consistency reasons, the jquery-ui-themes option for the
1605 le-frog theme has been renamed from
1606 BR2_PACKAGE_JQUERY_UI_THEME_LE_FROG to
1607 BR2_PACKAGE_JQUERY_UI_THEMES_LE_FROG.
1608
1609config BR2_PACKAGE_JQUERY_UI_THEME_MINT_CHOC
1610 bool "jquery-ui-themes option mint-choc renamed"
1611 select BR2_LEGACY
1612 help
1613 For consistency reasons, the jquery-ui-themes option for the
1614 mint-choc theme has been renamed from
1615 BR2_PACKAGE_JQUERY_UI_THEME_MINT_CHOC to
1616 BR2_PACKAGE_JQUERY_UI_THEMES_MINT_CHOC.
1617
1618config BR2_PACKAGE_JQUERY_UI_THEME_OVERCAST
1619 bool "jquery-ui-themes option overcast renamed"
1620 select BR2_LEGACY
1621 help
1622 For consistency reasons, the jquery-ui-themes option for the
1623 overcast theme has been renamed from
1624 BR2_PACKAGE_JQUERY_UI_THEME_OVERCAST to
1625 BR2_PACKAGE_JQUERY_UI_THEMES_OVERCAST.
1626
1627config BR2_PACKAGE_JQUERY_UI_THEME_PEPPER_GRINDER
1628 bool "jquery-ui-themes option pepper-grinder renamed"
1629 select BR2_LEGACY
1630 help
1631 For consistency reasons, the jquery-ui-themes option for the
1632 pepper-grinder theme has been renamed from
1633 BR2_PACKAGE_JQUERY_UI_THEME_PEPPER_GRINDER to
1634 BR2_PACKAGE_JQUERY_UI_THEMES_PEPPER_GRINDER.
1635
1636config BR2_PACKAGE_JQUERY_UI_THEME_REDMOND
1637 bool "jquery-ui-themes option redmond renamed"
1638 select BR2_LEGACY
1639 help
1640 For consistency reasons, the jquery-ui-themes option for the
1641 redmond theme has been renamed from
1642 BR2_PACKAGE_JQUERY_UI_THEME_REDMOND to
1643 BR2_PACKAGE_JQUERY_UI_THEMES_REDMOND.
1644
1645config BR2_PACKAGE_JQUERY_UI_THEME_SMOOTHNESS
1646 bool "jquery-ui-themes option smoothness renamed"
1647 select BR2_LEGACY
1648 help
1649 For consistency reasons, the jquery-ui-themes option for the
1650 smoothness theme has been renamed from
1651 BR2_PACKAGE_JQUERY_UI_THEME_SMOOTHNESS to
1652 BR2_PACKAGE_JQUERY_UI_THEMES_SMOOTHNESS.
1653
1654config BR2_PACKAGE_JQUERY_UI_THEME_SOUTH_STREET
1655 bool "jquery-ui-themes option south-street renamed"
1656 select BR2_LEGACY
1657 help
1658 For consistency reasons, the jquery-ui-themes option for the
1659 south-street theme has been renamed from
1660 BR2_PACKAGE_JQUERY_UI_THEME_SOUTH_STREET to
1661 BR2_PACKAGE_JQUERY_UI_THEMES_SOUTH_STREET.
1662
1663config BR2_PACKAGE_JQUERY_UI_THEME_START
1664 bool "jquery-ui-themes option start renamed"
1665 select BR2_LEGACY
1666 help
1667 For consistency reasons, the jquery-ui-themes option for the
1668 start theme has been renamed from
1669 BR2_PACKAGE_JQUERY_UI_THEME_START to
1670 BR2_PACKAGE_JQUERY_UI_THEMES_START.
1671
1672config BR2_PACKAGE_JQUERY_UI_THEME_SUNNY
1673 bool "jquery-ui-themes option sunny renamed"
1674 select BR2_LEGACY
1675 help
1676 For consistency reasons, the jquery-ui-themes option for the
1677 sunny theme has been renamed from
1678 BR2_PACKAGE_JQUERY_UI_THEME_SUNNY to
1679 BR2_PACKAGE_JQUERY_UI_THEMES_SUNNY.
1680
1681config BR2_PACKAGE_JQUERY_UI_THEME_SWANKY_PURSE
1682 bool "jquery-ui-themes option swanky-purse renamed"
1683 select BR2_LEGACY
1684 help
1685 For consistency reasons, the jquery-ui-themes option for the
1686 swanky-purse theme has been renamed from
1687 BR2_PACKAGE_JQUERY_UI_THEME_SWANKY_PURSE to
1688 BR2_PACKAGE_JQUERY_UI_THEMES_SWANKY_PURSE.
1689
1690config BR2_PACKAGE_JQUERY_UI_THEME_TRONTASTIC
1691 bool "jquery-ui-themes option trontastic renamed"
1692 select BR2_LEGACY
1693 help
1694 For consistency reasons, the jquery-ui-themes option for the
1695 trontastic theme has been renamed from
1696 BR2_PACKAGE_JQUERY_UI_THEME_TRONTASTIC to
1697 BR2_PACKAGE_JQUERY_UI_THEMES_TRONTASTIC.
1698
1699config BR2_PACKAGE_JQUERY_UI_THEME_UI_DARKNESS
1700 bool "jquery-ui-themes option ui-darkness renamed"
1701 select BR2_LEGACY
1702 help
1703 For consistency reasons, the jquery-ui-themes option for the
1704 ui-darkness theme has been renamed from
1705 BR2_PACKAGE_JQUERY_UI_THEME_UI_DARKNESS to
1706 BR2_PACKAGE_JQUERY_UI_THEMES_UI_DARKNESS.
1707
1708config BR2_PACKAGE_JQUERY_UI_THEME_UI_LIGHTNESS
1709 bool "jquery-ui-themes option ui-lightness renamed"
1710 select BR2_LEGACY
1711 help
1712 For consistency reasons, the jquery-ui-themes option for the
1713 ui-lightness theme has been renamed from
1714 BR2_PACKAGE_JQUERY_UI_THEME_UI_LIGHTNESS to
1715 BR2_PACKAGE_JQUERY_UI_THEMES_UI_LIGHTNESS.
1716
1717config BR2_PACKAGE_JQUERY_UI_THEME_VADER
1718 bool "jquery-ui-themes option vader renamed"
1719 select BR2_LEGACY
1720 help
1721 For consistency reasons, the jquery-ui-themes option for the
1722 vader theme has been renamed from
1723 BR2_PACKAGE_JQUERY_UI_THEME_VADER to
1724 BR2_PACKAGE_JQUERY_UI_THEMES_VADER.
1725
b2b874fe
TP
1726config BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH
1727 bool "bluez5-utils health plugin option renamed"
1728 select BR2_LEGACY
1729 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
1730 help
1731 For consistency reasons, the option
1732 BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH has been renamed to
1733 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH.
1734
1735config BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI
1736 bool "bluez5-utils midi plugin option renamed"
1737 select BR2_LEGACY
1738 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI
1739 help
1740 For consistency reasons, the option
1741 BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI has been renamed to
1742 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI.
1743
1744config BR2_PACKAGE_BLUEZ5_PLUGINS_NFC
1745 bool "bluez5-utils nfc plugin option renamed"
1746 select BR2_LEGACY
1747 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC
1748 help
1749 For consistency reasons, the option
1750 BR2_PACKAGE_BLUEZ5_PLUGINS_NFC has been renamed to
1751 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC.
1752
1753config BR2_PACKAGE_BLUEZ5_PLUGINS_SAP
1754 bool "bluez5-utils sap plugin option renamed"
1755 select BR2_LEGACY
1756 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
1757 help
1758 For consistency reasons, the option
1759 BR2_PACKAGE_BLUEZ5_PLUGINS_SAP has been renamed to
1760 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP.
1761
1762config BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS
1763 bool "bluez5-utils sixaxis plugin option renamed"
1764 select BR2_LEGACY
1765 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS
1766 help
1767 For consistency reasons, the option
1768 BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS has been renamed to
1769 BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS.
1770
79a678d7
BK
1771config BR2_PACKAGE_TRANSMISSION_REMOTE
1772 bool "transmission remote tool option removed"
1773 select BR2_LEGACY
1774 select BR2_PACKAGE_TRANSMISSION_DAEMON
1775 help
1776 Upstream does not provide a separate configure option for
1777 the tool transmission-remote, it is built when the
1778 transmission daemon has been enabled. Therefore, Buildroot
1779 has automatically enabled BR2_PACKAGE_TRANSMISSION_DAEMON
1780 for you.
1781
f6421150
FF
1782config BR2_PACKAGE_LIBKCAPI_APPS
1783 bool "libkcapi test applications removed"
1784 select BR2_LEGACY
1785 select BR2_PACKAGE_LIBKCAPI_HASHER if !BR2_STATIC_LIBS
1786 select BR2_PACKAGE_LIBKCAPI_RNGAPP
1787 select BR2_PACKAGE_LIBKCAPI_SPEED
1788 select BR2_PACKAGE_LIBKCAPI_TEST
1789 help
1790 Test applications (hasher, rng read, speed-test, test) now
1791 have their own configuration options in the libkcapi menu.
1792
dacb1765
BK
1793config BR2_PACKAGE_MPLAYER
1794 bool "mplayer package removed"
1795 select BR2_LEGACY
1796 help
1797 The mplayer package was removed.
1798
1799config BR2_PACKAGE_MPLAYER_MPLAYER
1800 bool "mplayer package removed"
1801 select BR2_LEGACY
1802 help
1803 The mplayer package was removed.
1804
1805config BR2_PACKAGE_MPLAYER_MENCODER
1806 bool "mplayer package removed"
1807 select BR2_LEGACY
1808 help
1809 The mplayer package was removed.
1810
3f449119
BK
1811config BR2_PACKAGE_LIBPLAYER_MPLAYER
1812 bool "mplayer support in libplayer removed"
1813 select BR2_LEGACY
1814 help
1815 The mplayer package was removed.
1816
46444ba0
TP
1817config BR2_PACKAGE_IQVLINUX
1818 bool "iqvlinux package removed"
1819 select BR2_LEGACY
1820 help
1821 This package contained a kernel module from Intel, which
1822 could only be used together with Intel userspace tools
1823 provided under NDA, which also come with the same kernel
1824 module. The copy of the kernel module available on
1825 SourceForge is provided only to comply with the GPLv2
1826 requirement. Intel engineers were even surprised it even
1827 built and were not willing to make any effort to fix their
1828 tarball naming to contain a version number. Therefore, it
1829 does not make sense for Buildroot to provide such a package.
1830
1831 See https://sourceforge.net/p/e1000/bugs/589/ for the
1832 discussion.
1833
e2ea4157
TP
1834config BR2_BINFMT_FLAT_SEP_DATA
1835 bool "binfmt FLAT with separate code and data removed"
1836 select BR2_LEGACY
1837 help
1838 This FLAT binary format was only used on Blackfin, which has
1839 been removed.
1840
325bb379
TP
1841config BR2_bfin
1842 bool "Blackfin architecture support removed"
1843 select BR2_LEGACY
1844 help
1845 Following the removal of Blackfin support for the upstream
1846 Linux kernel, Buildroot has removed support for this CPU
1847 architecture.
1848
9657e964
BK
1849config BR2_PACKAGE_KODI_ADSP_BASIC
1850 bool "kodi-adsp-basic package removed"
1851 select BR2_LEGACY
1852 help
1853 kodi-adsp-basic is unmaintained
1854
1855config BR2_PACKAGE_KODI_ADSP_FREESURROUND
1856 bool "kodi-adsp-freesurround package removed"
1857 select BR2_LEGACY
1858 help
1859 kodi-adsp-freesurround is unmaintained
1860
1861###############################################################################
86dfb429
BS
1862comment "Legacy options removed in 2018.02"
1863
2a9b7b8a
PK
1864config BR2_KERNEL_HEADERS_3_4
1865 bool "kernel headers version 3.4.x are no longer supported"
2a9b7b8a
PK
1866 select BR2_LEGACY
1867 help
1868 Version 3.4.x of the Linux kernel headers are no longer
1b3c43f7 1869 maintained upstream and are now removed.
2a9b7b8a
PK
1870
1871config BR2_KERNEL_HEADERS_3_10
1872 bool "kernel headers version 3.10.x are no longer supported"
2a9b7b8a
PK
1873 select BR2_LEGACY
1874 help
1875 Version 3.10.x of the Linux kernel headers are no longer
1b3c43f7 1876 maintained upstream and are now removed.
2a9b7b8a
PK
1877
1878config BR2_KERNEL_HEADERS_3_12
1879 bool "kernel headers version 3.12.x are no longer supported"
2a9b7b8a
PK
1880 select BR2_LEGACY
1881 help
1882 Version 3.12.x of the Linux kernel headers are no longer
1b3c43f7 1883 maintained upstream and are now removed.
2a9b7b8a 1884
453d29f1
RN
1885config BR2_BINUTILS_VERSION_2_27_X
1886 bool "binutils version 2.27 support removed"
1887 select BR2_LEGACY
1888 help
1889 Support for binutils version 2.27 has been removed. The
1890 current default version (2.29 or later) has been selected
1891 instead.
1892
55d79ed9
BS
1893config BR2_PACKAGE_EEPROG
1894 bool "eeprog package removed"
1895 select BR2_LEGACY
1896 select BR2_PACKAGE_I2C_TOOLS
1897 select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
1898 help
1899 The eeprog program is now provided by the i2c-tools package.
1900
86dfb429
BS
1901config BR2_PACKAGE_GNUPG2_GPGV2
1902 bool "gnupg2 gpgv2 option removed"
1903 select BR2_LEGACY
1904 select BR2_PACKAGE_GNUPG2_GPGV
1905 help
1906 The gpgv2 executable is now named gpgv. The config option
1907 has been renamed accordingly.
1908
f7a7d948
GB
1909config BR2_PACKAGE_IMX_GPU_VIV_APITRACE
1910 bool "Vivante apitrace tool option removed"
1911 select BR2_LEGACY
1912 help
1913 The apitrace tool for Vivante is not provided by the
1914 imx-gpu-viv package any longer.
1915
1916config BR2_PACKAGE_IMX_GPU_VIV_G2D
1917 bool "Vivante G2D libraries from imx-gpu-viv removed"
1918 select BR2_LEGACY
1919 select BR2_PACKAGE_IMX_GPU_G2D
1920 help
1921 The G2D libraries are now provided by the imx-gpu-g2d package.
1922
f52af619
CS
1923###############################################################################
1924comment "Legacy options removed in 2017.11"
1925
6c10e40d
CS
1926config BR2_PACKAGE_RFKILL
1927 bool "rfkill package removed"
1928 select BR2_LEGACY
1929 select BR2_PACKAGE_UTIL_LINUX
1930 select BR2_PACKAGE_UTIL_LINUX_RFKILL
1931 help
1932 The rfkill program is now provided by the util-linux package.
1933
d4382005
CS
1934config BR2_PACKAGE_UTIL_LINUX_RESET
1935 bool "util-linux reset option removed"
1936 select BR2_LEGACY
1937 help
1938 The util-linux package no longer offers a "reset" command. Use
1939 either the reset command provided by BusyBox or select ncurses
1940 programs, which will install a symlink from "tset" to reset.
1941
9d6da7a2
AD
1942config BR2_PACKAGE_POLICYCOREUTILS_AUDIT2ALLOW
1943 bool "policycoreutils audit2allow option removed"
1944 select BR2_LEGACY
1945 select BR2_PACKAGE_SELINUX_PYTHON
1946 select BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
1947 help
1948 The policycoreutils package no longer offers audit2allow
1949 as a option. This package has been moved into the
1950 selinux-python package by the SELinux maintainers.
1951
1952config BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND
1953 bool "policycoreutils restorecond option removed"
1954 select BR2_LEGACY
1955 select BR2_PACKAGE_RESTORECOND
1956 help
1957 The policycoreutils package no longer offers restorecond
1958 as a option. This package has been moved into a seperate
1959 package maintained by the SELinux maintainers.
1960
1961config BR2_PACKAGE_SEPOLGEN
1962 bool "sepolgen package has been removed"
1963 select BR2_LEGACY
1964 select BR2_PACKAGE_SELINUX_PYTHON
1965 select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
1966 help
1967 Sepolgen is no longer a individual package, but instead has
1968 been moved into the selinux-python package by the SELinux
1969 maintainers.
1970
49a9fb0f
BK
1971config BR2_PACKAGE_OPENOBEX_BLUEZ
1972 bool "openobex bluez option removed"
1973 select BR2_LEGACY
1974 select BR2_PACKAGE_BLUEZ_UTILS
1975 help
1976 The OpenOBEX package no longer offers an option to enable or
1977 disable BlueZ support. Instead, BlueZ support is always
1978 included when the bluez5_utils or bluez_utils package is
1979 selected.
1980
1981config BR2_PACKAGE_OPENOBEX_LIBUSB
1982 bool "openobex libusb option removed"
1983 select BR2_LEGACY
1984 select BR2_PACKAGE_LIBUSB
1985 help
1986 The OpenOBEX package no longer offers an option to enable or
1987 disable libusb support. Instead, USB support is always
1988 included when the libusb package is selected.
1989
1990config BR2_PACKAGE_OPENOBEX_APPS
1991 bool "openobex apps option removed"
1992 select BR2_LEGACY
1993 help
1994 The OpenOBEX package no longer offers an option to enable or
1995 disable apps support.
1996
1997config BR2_PACKAGE_OPENOBEX_SYSLOG
1998 bool "openobex syslog option removed"
1999 select BR2_LEGACY
2000 help
2001 The OpenOBEX package no longer offers an option to enable or
2002 disable syslog support.
2003
2004config BR2_PACKAGE_OPENOBEX_DUMP
2005 bool "openobex dump option removed"
2006 select BR2_LEGACY
2007 help
2008 The OpenOBEX package no longer offers an option to enable or
2009 disable dump support.
2010
fca70389
AM
2011config BR2_PACKAGE_AICCU
2012 bool "aiccu utility removed"
2013 select BR2_LEGACY
2014 help
2015 As the SixXS project has ceased its operation on 2017-06-06,
2016 the AICCU utility has no use anymore and has been removed.
2017
2018 https://www.sixxs.net/sunset/
2019
f52af619
CS
2020config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
2021 bool "util-linux login utilities option removed"
2022 select BR2_LEGACY
2023 select BR2_PACKAGE_UTIL_LINUX_LAST
2024 select BR2_PACKAGE_UTIL_LINUX_LOGIN
2025 select BR2_PACKAGE_UTIL_LINUX_RUNUSER
2026 select BR2_PACKAGE_UTIL_LINUX_SU
2027 select BR2_PACKAGE_UTIL_LINUX_SULOGIN
2028 help
2029 Login utilities (last, login, runuser, su, sulogin) now have
2030 their own configuration options in the util-linux menu.
2031
f6695219
RN
2032###############################################################################
2033comment "Legacy options removed in 2017.08"
2034
144dc9ca
YM
2035config BR2_TARGET_GRUB
2036 bool "grub (aka grub-legacy) has been removed"
2037 select BR2_LEGACY
2038 help
2039 grub-legacy is no longer maintained, and no longer builds with
2040 recent binutils versions.
2041
2042 Use grub2 or syslinux instead.
2043
20db0989
BM
2044config BR2_PACKAGE_SIMICSFS
2045 bool "simicsfs support removed"
2046 select BR2_LEGACY
2047 help
2048 Support for simicsfs kernel driver that provides access to a
2049 host computer's local filesystem when the target is
2050 executing within a SIMICS simulation has been removed.
2051
2052 Simics is now moving away from the simicsfs kernel module,
2053 as the kernel module has required too much maintenance
2054 work. Users should move to the user mode Simics agent
2055 instead.
2056
0b5dc319
TP
2057config BR2_BINUTILS_VERSION_2_26_X
2058 bool "binutils version 2.26 support removed"
2059 select BR2_LEGACY
2060 help
2061 Support for binutils version 2.26 has been removed. The
2062 current default version (2.28 or later) has been selected
2063 instead.
2064
b3b60706
YM
2065config BR2_XTENSA_OVERLAY_DIR
2066 string "The BR2_XTENSA_OVERLAY_DIR option has been removed"
2067 help
2068 The BR2_XTENSA_OVERLAY_DIR has been removed in favour of
2069 BR2_XTENSA_OVERLAY_FILE. You must now pass the complete
2070 path to the overlay file, not to the directory containing
2071 it.
2072
2073config BR2_XTENSA_OVERLAY_DIR_WRAP
2074 bool
2075 default y if BR2_XTENSA_OVERLAY_DIR != ""
2076 select BR2_LEGACY
2077
15a96d1a 2078config BR2_XTENSA_CUSTOM_NAME
b3b60706 2079 string "The BR2_XTENSA_CUSTOM_NAME option has been removed"
15a96d1a 2080 help
b3b60706 2081 The BR2_XTENSA_CUSTOM_NAME option has been removed.
15a96d1a
YM
2082
2083config BR2_XTENSA_CUSTOM_NAME_WRAP
2084 bool
2085 default y if BR2_XTENSA_CUSTOM_NAME != ""
2086 select BR2_LEGACY
2087
f47fc957
SS
2088config BR2_PACKAGE_HOST_MKE2IMG
2089 bool "host mke2img has been removed"
2090 select BR2_LEGACY
2091 help
2092 We now call mkfs directly to generate ext2/3/4 filesystem
2093 image, so mke2img is no longer necessary.
2094
bee9e881
SM
2095config BR2_TARGET_ROOTFS_EXT2_BLOCKS
2096 int "exact size in blocks has been removed"
2097 default 0
2098 help
2099 This option has been removed in favor of
2100 BR2_TARGET_ROOTFS_EXT2_SIZE. It has been set automatically
2101 to the value you had before. Set to 0 here to remove the
2102 warning.
2103
2104config BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP
2105 bool
2106 default y if BR2_TARGET_ROOTFS_EXT2_BLOCKS != 0 && \
2107 BR2_TARGET_ROOTFS_EXT2_BLOCKS != 61440 # deprecated default value
2108 select BR2_LEGACY
2109
2110# Note: BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP still referenced in fs/ext2/Config.in
2111
235b6f17
SM
2112config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES
2113 int "ext2 extra inodes has been removed" if BR2_TARGET_ROOTFS_EXT2_INODES = 0
2114 default 0
2115 help
2116 Buildroot now uses mkfs.ext2/3/4 to generate ext2/3/4
2117 images. It now automatically selects the number of inodes
2118 based on the image size. The extra number of inodes can no
2119 longer be provided; instead, provide the total number of
2120 inodes needed in BR2_TARGET_ROOTFS_EXT2_INODES.
2121
2122config BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES_WRAP
2123 bool
2124 default y if BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES != 0
2125 select BR2_LEGACY
2126
e278d85e
VOR
2127config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CDXAPARSE
2128 bool "cdxaparse removed"
2129 select BR2_LEGACY
2130
2131config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DATAURISRC
2132 bool "dataurisrc moved to gstreamer1"
2133 select BR2_LEGACY
2134 help
2135 Dataurisrc has moved to gstreamer core and is always built.
2136
2137config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DCCP
2138 bool "dccp removed"
2139 select BR2_LEGACY
2140
2141config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HDVPARSE
2142 bool "hdvparse removed"
2143 select BR2_LEGACY
2144
2145config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MVE
2146 bool "mve removed"
2147 select BR2_LEGACY
2148
2149config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NUVDEMUX
2150 bool "nuvdemux removed"
2151 select BR2_LEGACY
2152
2153config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_PATCHDETECT
2154 bool "patchdetect removed"
2155 select BR2_LEGACY
2156
2157config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDI
2158 bool "sdi removed"
2159 select BR2_LEGACY
2160
2161config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
2162 bool "tta removed"
2163 select BR2_LEGACY
2164
2165config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
2166 bool "videomeasure removed"
6e3fa33f 2167 select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
e278d85e 2168 select BR2_LEGACY
6e3fa33f
VOR
2169 help
2170 videomeasure plugin has been removed and has been replaced by
2171 iqa, which has automatically been enabled.
e278d85e
VOR
2172
2173config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
2174 bool "apexsink removed"
2175 select BR2_LEGACY
2176
2177config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDL
2178 bool "sdl removed"
2179 select BR2_LEGACY
2180
b006fe1c
VOR
2181config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
2182 bool "mad (*.mp3 audio) removed"
2183 select BR2_LEGACY
2184
0d643fd3
YM
2185config BR2_STRIP_none
2186 bool "Strip command 'none' has been removed"
2187 select BR2_LEGACY
2188 help
2189 The strip command choice has been changed into a single
2190 boolean option. Please check that the new setting is
2191 correct (in the "Build options" sub-menu)
2192
dd4d3c18
BK
2193config BR2_PACKAGE_BEECRYPT_CPP
2194 bool "C++ support removed in beecrypt"
2195 select BR2_LEGACY
2196 help
2197 Support for C++ depends on icu. The beecrypt package is
2198 incompatible with icu 59+.
2199
622ff3d6
PK
2200config BR2_PACKAGE_SPICE_CLIENT
2201 bool "spice client support removed"
2202 select BR2_LEGACY
2203 help
2204 Spice client support has been removed upstream. The
2205 functionality now lives in the spice-gtk widget and
2206 virt-viewer.
2207
2208config BR2_PACKAGE_SPICE_GUI
2209 bool "spice gui support removed"
2210 select BR2_LEGACY
2211 help
2212 Spice gui support has been removed upstream. The
2213 functionality now lives in the spice-gtk widget and
2214 virt-viewer.
2215
6f2c0220
PK
2216config BR2_PACKAGE_SPICE_TUNNEL
2217 bool "spice network redirection removed"
2218 select BR2_LEGACY
2219 help
2220 Spice network redirection, aka tunnelling has been removed
2221 upstream.
2222
438b2d13
KM
2223config BR2_PACKAGE_INPUT_TOOLS
2224 bool "input-tools removed"
2225 select BR2_LEGACY
2226 select BR2_PACKAGE_LINUXCONSOLETOOLS
2227 help
2228 input-tools has been removed, it is replaced by
2229 linuxconsoletools, which has automatically been enabled.
2230
2231config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
2232 bool "inputattach moved to linuxconsoletools"
2233 select BR2_LEGACY
2234 select BR2_PACKAGE_LINUXCONSOLETOOLS
2235 select BR2_PACKAGE_LINUXCONSOLETOOLS_INPUTATTACH
2236 help
2237 input-tools has been removed, inputattach is now part
2238 of linuxconsoletools, which has automatically been
2239 enabled.
2240
2241config BR2_PACKAGE_INPUT_TOOLS_JSCAL
2242 bool "jscal moved to linuxconsoletools"
2243 select BR2_LEGACY
2244 select BR2_PACKAGE_LINUXCONSOLETOOLS
2245 select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
2246 help
2247 input-tools has been removed, jscal is now part
2248 of linuxconsoletools, which has automatically been
2249 enabled.
2250
2251config BR2_PACKAGE_INPUT_TOOLS_JSTEST
2252 bool "jstest moved to linuxconsoletools"
2253 select BR2_LEGACY
2254 select BR2_PACKAGE_LINUXCONSOLETOOLS
2255 select BR2_PACKAGE_LINUXCONSOLETOOLS_JOYSTICK
2256 help
2257 input-tools has been removed, jstest is now part
2258 of linuxconsoletools, which has automatically been
2259 enabled.
2260
6510a826
BS
2261config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
2262 bool "SH Sourcery toolchain has been removed"
2263 select BR2_LEGACY
2264 help
2265 The Sourcery CodeBench toolchain for the sh architecture has
d6109172
RM
2266 been removed, since it uses glibc older than 2.17 that
2267 requires -lrt to link executables using clock_* system calls.
2268 This makes this toolchain difficult to maintain over time.
6510a826 2269
06cac646
BS
2270config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86
2271 bool "x86 Sourcery toolchain has been removed"
2272 select BR2_LEGACY
2273 help
2274 The Sourcery CodeBench toolchain for the x86 architecture has
d6109172
RM
2275 been removed, since it uses glibc older than 2.17 that
2276 requires -lrt to link executables using clock_* system calls.
2277 This makes this toolchain difficult to maintain over time.
06cac646 2278
f6695219
RN
2279config BR2_GCC_VERSION_4_8_X
2280 bool "gcc 4.8.x support removed"
2281 select BR2_LEGACY
2282 help
2283 Support for gcc version 4.8.x has been removed. The current
2284 default version (5.x or later) has been selected instead.
2285
a75eeddd
GZ
2286###############################################################################
2287comment "Legacy options removed in 2017.05"
2288
95426afd
RN
2289config BR2_PACKAGE_SUNXI_MALI_R2P4
2290 bool "sunxi-mali r2p4 removed"
2291 select BR2_LEGACY
2292 help
2293 sunxi-mali libMali for r2p4 Mali kernel module has been
2294 removed since the libump package only provides libUMP.so.3.
2295 libMali for r2p4 Mali kernel module requires libUMP.so.2.
2296
d999a7f2
MB
2297config BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT
2298 bool "CoffeeScript option has been removed"
2299 select BR2_LEGACY
2300 help
2301 The option to enable NodeJS CoffeeScript has been removed.
2302 To continue using it, add "coffee-script" to
2303 BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
2304
096f8b13
MB
2305config BR2_PACKAGE_NODEJS_MODULES_EXPRESS
2306 bool "Express web application framework option has been removed"
2307 select BR2_LEGACY
2308 help
2309 The option to enable the NodeJS Express web application
2310 framework has been removed. To continue using it, add
2311 "express" to BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
2312
0364d44f
BS
2313config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
2314 bool "bluez5_utils gatttool install option removed"
2315 select BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
2316 help
2317 The option to install gatttool specifically has been removed.
2318 Since version 5.44 gatttool is in the list of deprecated
2319 tools. The option to build and install deprecated tools has
2320 been automatically enabled.
2321
3b6c74d7
CP
2322config BR2_PACKAGE_OPENOCD_FT2XXX
2323 bool "openocd ft2232 support has been removed"
2324 select BR2_PACKAGE_OPENOCD_FTDI
2325 select BR2_LEGACY
2326 help
2327 FT2232 support in OpenOCD has been removed, it's replaced by
2328 FDTI support, which has automatically been enabled.
2329
24a07d58
BK
2330config BR2_PACKAGE_KODI_RTMPDUMP
2331 bool "kodi rtmp has been removed"
2332 select BR2_LEGACY
c894267a 2333 select BR2_PACKAGE_KODI_INPUTSTREAM_RTMP
24a07d58
BK
2334 help
2335 Internal rtmp support was removed from Kodi.
2336
d393690f
BK
2337config BR2_PACKAGE_KODI_VISUALISATION_FOUNTAIN
2338 bool "kodi-visualisation-fountain has been removed"
2339 select BR2_LEGACY
2340 help
2341 According to upstream 'the visualization is not currently
2342 in a working shape.'
2343
1ba88a0b
WB
2344config BR2_PACKAGE_PORTMAP
2345 bool "portmap has been removed"
2346 select BR2_LEGACY
2347 select BR2_PACKAGE_RPCBIND
2348 help
2349 The portmap upstream tarball is removed, no releases since
2350 ten years and latest change in upstream git in 2014.
2351 You should better use rpcbind as a RPC portmapper.
2352
5847291b
TP
2353config BR2_BINUTILS_VERSION_2_25_X
2354 bool "binutils version 2.25 support removed"
2355 select BR2_LEGACY
2356 help
2357 Support for binutils version 2.25 has been removed. The
2358 current default version (2.27 or later) has been selected
2359 instead.
2360
98f7de87
WB
2361config BR2_TOOLCHAIN_BUILDROOT_INET_RPC
2362 bool "uclibc RPC support has been removed"
2363 select BR2_LEGACY
2364 help
2365 uClibc-ng removed internal RPC implementation in 1.0.23. You
2366 should use libtirpc instead.
2367
c6bca8ce
SS
2368config BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS
2369 int "extra size in blocks has been removed"
2370 default 0
2371 help
d6109172
RM
2372 Since the support for auto calculation of the filesystem size
2373 has been removed, this option is now useless and must be 0.
2374 You may want to check that BR2_TARGET_ROOTFS_EXT2_BLOCKS
2375 matchs your needs.
c6bca8ce
SS
2376
2377config BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS_WRAP
2378 bool
2379 default y if BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS != 0
2380 select BR2_LEGACY
2381
815f7137
VOR
2382config BR2_PACKAGE_SYSTEMD_KDBUS
2383 bool "systemd-kdbus has been removed"
2384 select BR2_LEGACY
2385 help
2386 --enable/disable-kdbus configure option has been removed since
2387 systemd-231.
2388
d10b493e
GZ
2389config BR2_PACKAGE_POLARSSL
2390 bool "polarssl has been removed"
2391 select BR2_LEGACY
2392 help
2393 The polarssl crypto library has been removed since the 1.2.x
2394 release branch is no longer maintained. Newer upstream
2395 branches/releases (mbedtls) have API changes so they're not
2396 drop-in replacements.
2397
6155118f
YM
2398config BR2_NBD_CLIENT
2399 bool "nbd client option was renamed"
2400 select BR2_LEGACY
2401 select BR2_PACKAGE_NBD_CLIENT
2402 help
d6109172
RM
2403 The nbd client option has been renamed to
2404 BR2_PACKAGE_NBD_CLIENT.
6155118f
YM
2405
2406config BR2_NBD_SERVER
2407 bool "nbd server option was renamed"
2408 select BR2_LEGACY
2409 select BR2_PACKAGE_NBD_SERVER
2410 help
d6109172
RM
2411 The nbd server option has been renamed to
2412 BR2_PACKAGE_NBD_SERVER.
6155118f 2413
6a9c6311
CS
2414config BR2_PACKAGE_GMOCK
2415 bool "gmock merged into gtest package"
2416 select BR2_LEGACY
2417 select BR2_PACKAGE_GTEST
2418 select BR2_PACKAGE_GTEST_GMOCK
2419 help
2420 GMock is now a suboption of the GTest package.
2421
5f73ff53
GZ
2422config BR2_KERNEL_HEADERS_4_8
2423 bool "kernel headers version 4.8.x are no longer supported"
5f73ff53
GZ
2424 select BR2_LEGACY
2425 help
2426 Version 4.8.x of the Linux kernel headers are no longer
1b3c43f7 2427 maintained upstream and are now removed.
5f73ff53
GZ
2428
2429config BR2_KERNEL_HEADERS_3_18
2430 bool "kernel headers version 3.18.x are no longer supported"
5f73ff53
GZ
2431 select BR2_LEGACY
2432 help
2433 Version 3.18.x of the Linux kernel headers are no longer
1b3c43f7 2434 maintained upstream and are now removed.
5f73ff53 2435
a75eeddd
GZ
2436config BR2_GLIBC_VERSION_2_22
2437 bool "glibc 2.22 removed"
2438 select BR2_LEGACY
2439 help
2440 Support for glibc version 2.22 has been removed. The current
2441 default version has been selected instead.
2442
ed364d1e
TP
2443###############################################################################
2444comment "Legacy options removed in 2017.02"
2445
8546ff31
FP
2446config BR2_PACKAGE_PERL_DB_FILE
2447 bool "perl-db-file removed"
2448 select BR2_LEGACY
2449 select BR2_PACKAGE_BERKELEYDB
2450 select BR2_PACKAGE_PERL
2451 help
2452 DB_File can be built as a core Perl module, so the separate
2453 perl-db-file package has been removed.
2454
6be22624
GZ
2455config BR2_KERNEL_HEADERS_4_7
2456 bool "kernel headers version 4.7.x are no longer supported"
6be22624
GZ
2457 select BR2_LEGACY
2458 help
2459 Version 4.7.x of the Linux kernel headers are no longer
1b3c43f7 2460 maintained upstream and are now removed.
6be22624
GZ
2461
2462config BR2_KERNEL_HEADERS_4_6
2463 bool "kernel headers version 4.6.x are no longer supported"
6be22624
GZ
2464 select BR2_LEGACY
2465 help
2466 Version 4.6.x of the Linux kernel headers are no longer
1b3c43f7 2467 maintained upstream and are now removed.
6be22624
GZ
2468
2469config BR2_KERNEL_HEADERS_4_5
2470 bool "kernel headers version 4.5.x are no longer supported"
6be22624
GZ
2471 select BR2_LEGACY
2472 help
2473 Version 4.5.x of the Linux kernel headers are no longer
1b3c43f7 2474 maintained upstream and are now removed.
6be22624
GZ
2475
2476config BR2_KERNEL_HEADERS_3_14
2477 bool "kernel headers version 3.14.x are no longer supported"
6be22624
GZ
2478 select BR2_LEGACY
2479 help
2480 Version 3.14.x of the Linux kernel headers are no longer
1b3c43f7 2481 maintained upstream and are now removed.
6be22624 2482
63abbcce
RN
2483config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
2484 bool "musl-cross 1.1.12 toolchain removed"
2485 select BR2_LEGACY
2486 help
2487 The support for the prebuilt toolchain based on the Musl C
2488 library provided by the musl-cross project has been removed.
d6109172
RM
2489 Upstream doesn't provide any prebuilt toolchain anymore, use
2490 the Buildroot toolchain instead.
63abbcce 2491
a44d7f2d
WB
2492config BR2_UCLIBC_INSTALL_TEST_SUITE
2493 bool "uClibc tests now in uclibc-ng-test"
2494 select BR2_LEGACY
2495 select BR2_PACKAGE_UCLIBC_NG_TEST
2496 help
2497 The test suite of the uClibc C library has been moved into a
2498 separate package, uclibc-ng-test.
2499
311bc137
AV
2500config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
2501 bool "Blackfin.uclinux.org 2014R1 toolchain removed"
2502 select BR2_LEGACY
2503 help
2504 The ADI Blackfin toolchain has many bugs which are fixed in
2505 more recent gcc and uClibc-ng releases. Use the Buildroot
2506 toolchain instead.
2507
207294ff
AV
2508config BR2_PACKAGE_MAKEDEVS
2509 bool "makedevs removed"
2510 select BR2_LEGACY
2511 help
2512 The makedevs tool is part of busybox. The Buildroot fork
2513 should not be used outside of the Buildroot infrastructure.
2514
b5c00f09
AV
2515config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A
2516 bool "Arago ARMv7 2011.09 removed"
2517 select BR2_LEGACY
2518 help
2519 The Arago toolchains are every old and not updated anymore.
2520
2521config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE
2522 bool "Arago ARMv5 2011.09 removed"
2523 select BR2_LEGACY
2524 help
2525 The Arago toolchains are every old and not updated anymore.
2526
ed364d1e
TP
2527config BR2_PACKAGE_SNOWBALL_HDMISERVICE
2528 bool "snowball-hdmiservice removed"
2529 select BR2_LEGACY
2530 help
2531 We no longer have support for the Snowball platform in
2532 Buildroot, so this package was no longer useful.
2533
2534config BR2_PACKAGE_SNOWBALL_INIT
2535 bool "snowball-init removed"
2536 select BR2_LEGACY
2537 help
2538 We no longer have support for the Snowball platform in
2539 Buildroot, so this package was no longer useful.
2540
69aa0574
JK
2541config BR2_GDB_VERSION_7_9
2542 bool "gdb 7.9 has been removed"
2543 select BR2_LEGACY
2544 help
2545 The 7.9 version of gdb has been removed. Use a newer version
2546 instead.
2547
e782cd5b
YM
2548###############################################################################
2549comment "Legacy options removed in 2016.11"
2550
c457213f
FF
2551config BR2_PACKAGE_PHP_SAPI_CLI_CGI
2552 bool "PHP CGI and CLI options are now seperate"
2553 select BR2_PACKAGE_PHP_SAPI_CLI
2554 select BR2_PACKAGE_PHP_SAPI_CGI
c087cbe5 2555 select BR2_LEGACY
c457213f
FF
2556 help
2557 The PHP Interface options have been split up into a
2558 separate option for each interface.
2559
2560config BR2_PACKAGE_PHP_SAPI_CLI_FPM
2561 bool "PHP CLI and FPM options are now separate"
2562 select BR2_PACKAGE_PHP_SAPI_CLI
2563 select BR2_PACKAGE_PHP_SAPI_FPM
c087cbe5 2564 select BR2_LEGACY
c457213f
FF
2565 help
2566 The PHP Interface options have been split up into a
2567 separate option for each interface.
2568
3534399d
AV
2569config BR2_PACKAGE_WVSTREAMS
2570 bool "wvstreams removed"
2571 select BR2_LEGACY
2572 help
2573 wvstreams is not maintained anymore since about 2009. It also
2574 doesn't build anymore with recent compilers (GCC 5+).
2575
152d4b66
AV
2576config BR2_PACKAGE_WVDIAL
2577 bool "wvdial removed"
2578 select BR2_LEGACY
2579 help
2580 wvdial is not maintained anymore since about 2009. It also
2581 doesn't build anymore with recent compilers (GCC 5+).
2582
79c82a35
AV
2583config BR2_PACKAGE_WEBKITGTK24
2584 bool "webkitgtk 2.4.x removed"
2585 select BR2_LEGACY
2586 help
2587 This legacy package only existed because some other packages
2588 depended on that specific version of webkitgtk. However, the
2589 other packages have been fixed. webkitgtk 2.4 is full of
2590 security issues so it needs to be removed.
2591
ea3a7ee0
AV
2592config BR2_PACKAGE_TORSMO
2593 bool "torsmo removed"
2594 select BR2_LEGACY
2595 help
2596 torsmo has been unmaintained for a long time, and nobody
2597 seems to be interested in it.
2598
290166f2
AV
2599config BR2_PACKAGE_SSTRIP
2600 bool "sstrip removed"
2601 select BR2_LEGACY
2602 help
2603 sstrip is unmaintained and potentially harmful. It doesn't
2604 save so much compared to normal binutils strip, and there is
2605 a big risk of binaries that don't work. Use normal strip
2606 instead.
2607
133466f5
AV
2608config BR2_KERNEL_HEADERS_4_3
2609 bool "kernel headers version 4.3.x are no longer supported"
133466f5
AV
2610 select BR2_LEGACY
2611 help
2612 Version 4.3.x of the Linux kernel headers are no longer
1b3c43f7 2613 maintained upstream and are now removed.
133466f5
AV
2614
2615config BR2_KERNEL_HEADERS_4_2
2616 bool "kernel headers version 4.2.x are no longer supported"
133466f5
AV
2617 select BR2_LEGACY
2618 help
2619 Version 4.2.x of the Linux kernel headers are no longer
1b3c43f7 2620 maintained upstream and are now removed.
133466f5 2621
1c2a63ad
AV
2622config BR2_PACKAGE_KODI_ADDON_XVDR
2623 bool "kodi-addon-xvdr removed"
2624 select BR2_LEGACY
2625 help
2626 According to the github project page:
2627 https://github.com/pipelka/xbmc-addon-xvdr
2628 this package is discontinued.
2629
3b80ca89
AV
2630config BR2_PACKAGE_IPKG
2631 bool "ipkg removed"
2632 select BR2_LEGACY
2633 help
2634 ipkg dates back to the early 2000s when Compaq started the
d6109172
RM
2635 handhelds.org project and it hasn't seen development since
2636 2006. Use opkg as a replacement.
3b80ca89 2637
a7c13c1b
AV
2638config BR2_GCC_VERSION_4_7_X
2639 bool "gcc 4.7.x support removed"
2640 select BR2_LEGACY
2641 help
2642 Support for gcc version 4.7.x has been removed. The current
2643 default version (4.9.x or later) has been selected instead.
2644
d8878112
AV
2645config BR2_BINUTILS_VERSION_2_24_X
2646 bool "binutils version 2.24 support removed"
2647 select BR2_LEGACY
2648 help
2649 Support for binutils version 2.24 has been removed. The
2650 current default version (2.26 or later) has been selected
2651 instead.
2652
8c85a5f0
GZ
2653config BR2_PACKAGE_WESTON_RPI
2654 bool "Weston propietary RPI support is gone"
2655 select BR2_LEGACY
2656 help
2657 Upstream decided the propietary (rpi-userland) weston composer
2658 support wasn't worth the effort so it was removed. Switch to
2659 the open VC4 support.
2660
20b14466
YM
2661config BR2_LINUX_KERNEL_TOOL_CPUPOWER
2662 bool "linux-tool cpupower"
2663 depends on BR2_LINUX_KERNEL
2664 select BR2_LEGACY
2665 select BR2_PACKAGE_LINUX_TOOLS_CPUPOWER
2666 help
2667 Linux tool cpupower option was renamed.
2668
2669config BR2_LINUX_KERNEL_TOOL_PERF
2670 bool "linux-tool perf"
2671 depends on BR2_LINUX_KERNEL
2672 select BR2_LEGACY
2673 select BR2_PACKAGE_LINUX_TOOLS_PERF
2674 help
2675 Linux tool perf option was renamed.
2676
2677config BR2_LINUX_KERNEL_TOOL_SELFTESTS
2678 bool "linux-tool selftests"
2679 depends on BR2_LINUX_KERNEL
2680 select BR2_LEGACY
2681 select BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
2682 help
2683 Linux tool selftests option was renamed.
2684
50332a53
TP
2685config BR2_GCC_VERSION_4_8_ARC
2686 bool "gcc arc option renamed"
2687 select BR2_LEGACY
2688 select BR2_GCC_VERSION_ARC
2689 help
2690 The option that selects the gcc version for the ARC
2691 architecture has been renamed to BR2_GCC_VERSION_ARC.
2692
3c590a3e
GZ
2693config BR2_KERNEL_HEADERS_4_0
2694 bool "kernel headers version 4.0.x are no longer supported"
3c590a3e
GZ
2695 select BR2_LEGACY
2696 help
2697 Version 4.0.x of the Linux kernel headers have been deprecated
2698 for more than four buildroot releases and are now removed.
3c590a3e
GZ
2699
2700config BR2_KERNEL_HEADERS_3_19
2701 bool "kernel headers version 3.19.x are no longer supported"
3c590a3e
GZ
2702 select BR2_LEGACY
2703 help
d6109172
RM
2704 Version 3.19.x of the Linux kernel headers have been
2705 deprecated for more than four buildroot releases and are now
2706 removed.
3c590a3e 2707
0e517317
RN
2708config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
2709 bool "libevas-generic-loaders package removed"
2710 select BR2_LEGACY
2711 select BR2_PACKAGE_EFL
2712 help
d6109172
RM
2713 With EFL 1.18, libevas-generic-loaders is now provided by the
2714 efl package.
0e517317 2715
c22b7580
RN
2716config BR2_PACKAGE_ELEMENTARY
2717 bool "elementary package removed"
2718 select BR2_LEGACY
2719 select BR2_PACKAGE_EFL
2720 help
2721 With EFL 1.18, elementary is now provided by the efl package.
2722
e782cd5b
YM
2723config BR2_LINUX_KERNEL_CUSTOM_LOCAL
2724 bool "Linux kernel local directory option removed"
2725 help
d6109172
RM
2726 The option to select a local directory as the source of the
2727 Linux kernel has been removed. It hurts reproducibility of
2728 builds.
e782cd5b
YM
2729
2730 In case you were using this option during development of your
2731 Linux kernel, use the override mechanism instead.
2732
20ed897b
TP
2733###############################################################################
2734comment "Legacy options removed in 2016.08"
2735
ac191071
AV
2736config BR2_PACKAGE_EFL_JP2K
2737 bool "libevas jp2k loader has been removed"
2738 select BR2_LEGACY
5354a75e 2739 help
ac191071
AV
2740 JP2K support in EFL requires openjpeg 1.x (libopenjpeg1.pc)
2741 while Buildroot only packages openjpeg 2.x. Therefore, the
2742 JP2K loader has been removed from EFL.
2743
638cfb5e
MH
2744config BR2_PACKAGE_SYSTEMD_COMPAT
2745 bool "systemd compatibility libraries have been removed"
d246b984 2746 select BR2_LEGACY
638cfb5e 2747 help
17bccf17 2748 The systemd option to enable the compatibility libraries has
638cfb5e
MH
2749 been removed. Theses libraries have been useless since a few
2750 version, and have been fully dropped from the source since
2751 v230.
2752
5baa92b0
MN
2753config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER
2754 bool "gst1-plugins-bad liveadder plugin removed"
2755 select BR2_LEGACY
2756 select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
2757 help
2758 The functionality of the liveadder plugin of the
2759 gst1-plugins-bad package has been merged into audiomixer.
2760
0f92b19d
AW
2761config BR2_PACKAGE_LIBFSLVPUWRAP
2762 bool "libfslvpuwrap has been renamed to imx-vpuwrap"
2763 select BR2_LEGACY
2764 select BR2_PACKAGE_IMX_VPUWRAP
2765 help
d6109172
RM
2766 The libfslvpuwrap has been renamed to match the renamed
2767 package.
0f92b19d 2768
64998907
AW
2769config BR2_PACKAGE_LIBFSLPARSER
2770 bool "libfslparser has been renamed to imx-parser"
2771 select BR2_LEGACY
2772 select BR2_PACKAGE_IMX_PARSER
2773 help
d6109172
RM
2774 The libfslparser has been renamed to match the renamed
2775 package.
64998907 2776
47e6203f
AW
2777config BR2_PACKAGE_LIBFSLCODEC
2778 bool "libfslcodec has been renamed to imx-codec"
2779 select BR2_LEGACY
2780 select BR2_PACKAGE_IMX_CODEC
2781 help
2782 The libfslcodec has been renamed to match the renamed package.
2783
b5d99008
CS
2784config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT
2785 bool "FIT support in uboot-tools has been refactored"
2786 select BR2_LEGACY
2787 select BR2_PACKAGE_DTC
2788 select BR2_PACKAGE_DTC_PROGRAMS
2789 select BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
2790 select BR2_PACKAGE_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT
2791 select BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
2792 help
2793 This option has been removed in favor of a more fine-grained
2794 configuration, which is recommended. Selecting this option
2795 enables FIT and FIT signature support for the target packages.
2796 It will also select the dtc and openssl packages.
2797
f253c146
WB
2798config BR2_PTHREADS_OLD
2799 bool "linuxthreads (stable/old)"
2800 select BR2_LEGACY
2801 help
2802 Linuxthreads have been reworked, BR2_PTHREADS_OLD is now
2803 BR2_PTHREADS and the old BR2_PTHREADS - LT.new got removed.
2804
ae466a60
TP
2805config BR2_BINUTILS_VERSION_2_23_X
2806 bool "binutils 2.23 removed"
2807 select BR2_LEGACY
2808 help
2809 Binutils 2.23 has been removed, using a newer version is
2810 recommended.
2811
500de259
TP
2812config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
2813 bool "eglibc support has been removed"
2814 select BR2_LEGACY
2815 help
2816 The eglibc project no longer exists, as it has been merged
2817 back into the glibc project. Therefore, support for eglibc
2818 has been removed, and glibc should be used instead.
2819
20ed897b
TP
2820config BR2_GDB_VERSION_7_8
2821 bool "gdb 7.8 has been removed"
2822 select BR2_LEGACY
2823 help
2824 The 7.8 version of gdb has been removed. Use a newer version
2825 instead.
2826
f0c94704 2827###############################################################################
2661c4f1 2828comment "Legacy options removed in 2016.05"
f0c94704 2829
3380da69
GZ
2830config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
2831 bool "openvpn polarssl crypto backend removed"
2832 select BR2_LEGACY
2833 help
2834 The OpenVPN polarssl crypto backend option has been removed.
2835 Version from 2.3.10 onwards need polarssl >= 1.3.8 but aren't
2836 compatible with mbedtls (polarssl) series 2.x which is the
2837 version provided in buildroot. And both can't coexist.
2838 It now uses OpenSSL as the only option.
2839
4dfc2cb5
MB
2840config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
2841 bool "nginx http spdy module removed"
2842 select BR2_LEGACY
2843 select BR2_PACKAGE_NGINX_HTTP_V2_MODULE
2844 help
2845 The ngx_http_spdy_module has been superseded by the
2846 ngx_http_v2_module since nginx v1.9.5. The
2847 ngx_http_v2_module modules has been automatically selected
2848 in your configuration.
2849
0c956f2d
GZ
2850config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
2851 bool "gst1-plugins-bad rtp plugin moved to good"
2852 select BR2_LEGACY
2853 help
2854 The rtp plugin has been moved from gst1-plugins-base to
2855 gst1-plugins-good.
2856
4196cf90
GZ
2857config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123
2858 bool "gst1-plugins-bad mpg123 plugin moved to ugly"
2859 select BR2_LEGACY
2860 help
2861 The mpg123 plugin has been moved from gst1-plugins-bad to
2862 gst1-plugins-ugly.
2863
8490e833
GZ
2864config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
2865 bool "PowerPC Sourcery toolchain has been removed"
2866 select BR2_LEGACY
2867 help
2868 The Sourcery CodeBench toolchain for the PowerPC
2869 architecture has been removed, as it was very old, not
2870 maintained, and causing numerous build failures with modern
2871 userspace packages.
2872
2873config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2
2874 bool "PowerPC Sourcery E500v2 toolchain has been removed"
2875 select BR2_LEGACY
2876 help
2877 The Sourcery CodeBench toolchain for the PowerPC E500v2
2878 architecture has been removed, as it was very old, not
2879 maintained, and causing numerous build failures with modern
2880 userspace packages.
2881
6cb4814c
TP
2882config BR2_x86_i386
2883 bool "x86 i386 support removed"
7aaa730c 2884 select BR2_LEGACY
6cb4814c
TP
2885 help
2886 The support for the i386 processors of the x86 architecture
2887 has been removed.
2888
f75ee80d
JC
2889config BR2_PACKAGE_QT5QUICK1
2890 bool "qt5quick1 package removed"
2891 select BR2_LEGACY
2892 help
2893 The qt5quick1 package has been removed, since it was removed
2894 from upstream starting from Qt 5.6.
2895
21b25d28 2896config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
f61583fc 2897 string "uboot custom patch dir has been removed"
21b25d28
GZ
2898 help
2899 The uboot custom patch directory option has been removed. Use
2900 the improved BR2_TARGET_UBOOT_PATCH option instead.
2901
f61583fc
DM
2902config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR_WRAP
2903 bool
2904 default y if BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR != ""
2905 select BR2_LEGACY
2906
2907# Note: BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is still referenced from
2908# boot/uboot/Config.in
2909
f80ad2fd
GZ
2910config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
2911 bool "xf86-input-void removed"
2912 select BR2_LEGACY
2913 help
2914 The xf86-input-void package has been removed, there's no need
2915 for it in any modern (post-2007) xorg server.
2916
b8de1788
GZ
2917config BR2_KERNEL_HEADERS_3_17
2918 bool "kernel headers version 3.17.x are no longer supported"
b8de1788
GZ
2919 select BR2_LEGACY
2920 help
d6109172
RM
2921 Version 3.17.x of the Linux kernel headers have been
2922 deprecated for more than four buildroot releases and are now
2923 removed.
b8de1788 2924
ffc324ea
GZ
2925config BR2_GDB_VERSION_7_7
2926 bool "gdb 7.7 has been removed"
2927 select BR2_LEGACY
2928 help
2929 The 7.7 version of gdb has been removed. Use a newer version
2930 instead.
2931
75945ddc
GZ
2932config BR2_PACKAGE_FOOMATIC_FILTERS
2933 bool "foomatic-filters"
2934 select BR2_LEGACY
2935 help
2936 The foomatic-filters package was removed.
2937
7bd9dbc1
GZ
2938config BR2_PACKAGE_SAMBA
2939 bool "samba"
2940 select BR2_LEGACY
2941 help
2942 The samba package was removed in favour of samba4 since the
2943 3.x series isn't supported by upstream any longer.
2944
6922b41d
BK
2945config BR2_PACKAGE_KODI_WAVPACK
2946 bool "wavpack"
2947 select BR2_LEGACY
2948 help
2949 wavpack support was removed in favour of ffmpeg:
2950 https://github.com/xbmc/xbmc/commit/7916902c9e6f7a523265594f3ad7f921f93f1cd4
2951
75ce17d0
BK
2952config BR2_PACKAGE_KODI_RSXS
2953 bool "rsxs support in Kodi was moved to an addon"
2954 select BR2_LEGACY
2955 select BR2_PACKAGE_KODI_SCREENSAVER_RSXS
2956 help
2957 rsxs support in Kodi was moved to an addon
2958
56b80ece
BK
2959config BR2_PACKAGE_KODI_GOOM
2960 bool "Goom support in Kodi was moved to an addon"
2961 select BR2_LEGACY
2962 select BR2_PACKAGE_KODI_VISUALISATION_GOOM
2963 help
2964 Goom support in Kodi was moved to an addon
2965
e5a073ac
GE
2966config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
2967 bool "systemd all extras option has been removed"
2968 select BR2_LEGACY
2969 select BR2_PACKAGE_XZ
2970 select BR2_PACKAGE_LIBGCRYPT
2971 help
2972 The systemd option to enable "all extras" has been
2973 removed. To get the same features, the libgcrypt and xz
2974 package should now be enabled.
2975
8c0a367d
GZ
2976config BR2_GCC_VERSION_4_5_X
2977 bool "gcc 4.5.x has been removed"
2978 select BR2_LEGACY
2979 help
2980 The 4.5.x version of gcc has been removed. Use a newer
2981 version instead.
2982
007c2ce9 2983config BR2_PACKAGE_SQLITE_READLINE
62da71c9 2984 bool "sqlite command-line editing support was updated"
007c2ce9
BK
2985 select BR2_PACKAGE_NCURSES
2986 select BR2_PACKAGE_READLINE
2987 select BR2_LEGACY
2988 help
2989 This option was removed in favour of the sqlite package
2990 deciding itself depending on the enabled packages whether
2991 command-line editing should be enabled, it also also takes
2992 libedit into account.
2993
f0c94704
LC
2994###############################################################################
2995comment "Legacy options removed in 2016.02"
2996
f39ac4d2
BK
2997config BR2_PACKAGE_DOVECOT_BZIP2
2998 bool "bzip2 support option has been removed"
2999 select BR2_LEGACY
3000 select BR2_PACKAGE_BZIP2
3001 help
3002 Bzip2 support is built if the bzip2 package is selected.
3003
3004config BR2_PACKAGE_DOVECOT_ZLIB
3005 bool "zlib support option has been removed"
3006 select BR2_LEGACY
3007 select BR2_PACKAGE_ZLIB
3008 help
3009 Zlib support is built if the zlib package is selected.
3010
ead1df42
JK
3011config BR2_PACKAGE_E2FSPROGS_FINDFS
3012 bool "e2fsprogs findfs option has been removed"
3013 select BR2_LEGACY
3014 help
3015 This option attempted to enable findfs capabilities from
3016 e2fsprogs but has not worked since July 2015 (due to
3017 packaging changes). One can use BusyBox's findfs support or
860020f3 3018 enable the BR2_PACKAGE_UTIL_LINUX_BINARIES option.
ead1df42 3019
b1063a01
RN
3020config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
3021 bool "openpowerlink debug option has been removed"
3022 select BR2_LEGACY
3023 help
d6109172
RM
3024 This option depends on BR2_ENABLE_DEBUG which should not be
3025 used by packages anymore.
b1063a01
RN
3026
3027config BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE
3028 bool "openpowerlink package has been updated"
3029 select BR2_LEGACY
3030 select BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_STACK_LIB
3031 help
3032 openpowerlink kernel modules are built if the
3033 kernel stack library is selected.
3034
3035config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
3036 bool "openpowerlink package has been updated"
3037 select BR2_LEGACY
3038 select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
3039 help
3040 The user space support has been split in two part:
3041 - a monolitic user space library
3042 - a user spae deamon driver
3043
e3e0583f
YM
3044config BR2_LINUX_KERNEL_SAME_AS_HEADERS
3045 bool "using the linux headers version for the kernel has been removed"
3046 select BR2_LEGACY
3047 help
3048 The option to use the version of the kernel headers for the
3049 kernel to build has been removed.
3050
3051 There is now the converse, better-suited and more versatile
3052 option to use the kernel version for the linux headers.
3053
d37ce8e1
OS
3054config BR2_PACKAGE_CUPS_PDFTOPS
3055 bool "Pdftops support has been removed from Cups"
917de0f7 3056 select BR2_PACKAGE_CUPS_FILTERS
d37ce8e1
OS
3057 select BR2_LEGACY
3058 help
3059 Pdftops support has been removed from the cups package
3060 It is now part of the cups-filters package.
3061
d8da5f10
GZ
3062config BR2_KERNEL_HEADERS_3_16
3063 bool "kernel headers version 3.16.x are no longer supported"
d8da5f10
GZ
3064 select BR2_LEGACY
3065 help
d6109172
RM
3066 Version 3.16.x of the Linux kernel headers have been
3067 deprecated for more than four buildroot releases and are now
3068 removed.
d8da5f10 3069
af45a4f4
YY
3070config BR2_PACKAGE_PYTHON_PYXML
3071 bool "python-pyxml package has been removed"
3072 select BR2_LEGACY
3073 help
3074 PyXML is obsolete and its functionality is covered either via
3075 native Python XML support or python-lxml package.
3076
d29c7196
SN
3077# BR2_ENABLE_SSP is still referenced in Config.in (default in choice)
3078config BR2_ENABLE_SSP
3079 bool "Stack Smashing protection now has different levels"
3080 help
d6109172
RM
3081 The protection offered by SSP can now be selected from
3082 different protection levels. Be sure to review the SSP level
3083 in the build options menu.
d29c7196 3084
1e3d2cad 3085config BR2_PACKAGE_DIRECTFB_CLE266
e989ddbe 3086 bool "cle266 driver for directfb removed"
1e3d2cad
GZ
3087 select BR2_LEGACY
3088 help
3089 The cle266 directfb driver support has been removed.
3090 It doesn't build in the latest version and it's unlikely
3091 anyone has any use for it.
3092
3093config BR2_PACKAGE_DIRECTFB_UNICHROME
e989ddbe 3094 bool "unichrome driver for directfb removed"
1e3d2cad
GZ
3095 select BR2_LEGACY
3096 help
3097 The unichrome directfb driver support has been removed.
3098 It doesn't build in the latest version and it's unlikely
3099 anyone has any use for it.
3100
820e1685
RN
3101config BR2_PACKAGE_LIBELEMENTARY
3102 bool "libelementary has been renamed to elementary"
3103 select BR2_LEGACY
3104 select BR2_PACKAGE_ELEMENTARY
3105 help
d6109172
RM
3106 The libelementary package has been renamed to match the
3107 upstream name.
820e1685 3108
a9d1f5f6
RN
3109config BR2_PACKAGE_LIBEINA
3110 bool "libeina package has been removed"
3111 select BR2_LEGACY
3112 select BR2_PACKAGE_EFL
3113 help
1f83a7a7 3114 With EFL 1.15, libeina is now provided by the efl package.
a9d1f5f6 3115
49700f08
RN
3116config BR2_PACKAGE_LIBEET
3117 bool "libeet package has been removed"
3118 select BR2_LEGACY
3119 select BR2_PACKAGE_EFL
3120 help
1f83a7a7 3121 With EFL 1.15, libeet is now provided by the efl package.
49700f08 3122
e5989d6c
RN
3123config BR2_PACKAGE_LIBEVAS
3124 bool "libevas package has been removed"
3125 select BR2_LEGACY
3126 select BR2_PACKAGE_EFL
3127 help
1f83a7a7 3128 With EFL 1.15, libevas is now provided by the efl package.
e5989d6c 3129
1fe1b60b
RN
3130config BR2_PACKAGE_LIBECORE
3131 bool "libecore package has been removed"
3132 select BR2_LEGACY
3133 select BR2_PACKAGE_EFL
3134 help
1f83a7a7 3135 With EFL 1.15, libecore is now provided by the efl package.
1fe1b60b 3136
8c05c38d
RN
3137config BR2_PACKAGE_LIBEDBUS
3138 bool "libedbus package has been removed"
3139 select BR2_LEGACY
3140 select BR2_PACKAGE_EFL
3141 help
1f83a7a7 3142 With EFL 1.15, libedbus is now provided by the efl package.
8c05c38d 3143
d2b042c1
RN
3144config BR2_PACKAGE_LIBEFREET
3145 bool "libefreet package has been removed"
3146 select BR2_LEGACY
3147 select BR2_PACKAGE_EFL
3148 help
1f83a7a7 3149 With EFL 1.15, libefreet is now provided by the efl package.
d2b042c1 3150
e155c957
RN
3151config BR2_PACKAGE_LIBEIO
3152 bool "libeio package has been removed"
3153 select BR2_LEGACY
3154 select BR2_PACKAGE_EFL
3155 help
1f83a7a7 3156 With EFL 1.15, libeio is now provided by the efl package.
e155c957 3157
b728fb77
RN
3158config BR2_PACKAGE_LIBEMBRYO
3159 bool "libembryo package has been removed"
3160 select BR2_LEGACY
3161 select BR2_PACKAGE_EFL
3162 help
1f83a7a7 3163 With EFL 1.15, libembryo is now provided by the efl package.
b728fb77 3164
4c93c107
RN
3165config BR2_PACKAGE_LIBEDJE
3166 bool "libedje package has been removed"
3167 select BR2_LEGACY
3168 select BR2_PACKAGE_EFL
3169 help
1f83a7a7 3170 With EFL 1.15, libedje is now provided by the efl package.
4c93c107 3171
905dba10
RN
3172config BR2_PACKAGE_LIBETHUMB
3173 bool "libethumb package has been removed"
3174 select BR2_LEGACY
3175 select BR2_PACKAGE_EFL
3176 help
1f83a7a7 3177 With EFL 1.15, libethumb is now provided by the efl package.
905dba10 3178
f0c94704
LC
3179config BR2_PACKAGE_INFOZIP
3180 bool "infozip option has been renamed to zip"
3181 select BR2_LEGACY
3182 select BR2_PACKAGE_ZIP
3183 help
3184 Info-Zip's Zip package has been renamed from infozip to zip,
d6109172
RM
3185 to avoid ambiguities with Info-Zip's UnZip which has been
3186 added in the unzip package.
f0c94704 3187
a2d16600 3188config BR2_BR2_PACKAGE_NODEJS_0_10_X
75b70492 3189 bool "nodejs 0.10.x option removed"
a2d16600
MB
3190 select BR2_LEGACY
3191 select BR2_PACKAGE_NODEJS
3192 help
75b70492 3193 nodejs 0.10.x option has been removed. 0.10.x is now
d6109172
RM
3194 automatically chosen for ARMv5 architectures only and the
3195 latest nodejs for all other supported architectures. The
3196 correct nodejs version has been automatically selected in your
3197 configuration.
a2d16600 3198
a314b878
MB
3199config BR2_BR2_PACKAGE_NODEJS_0_12_X
3200 bool "nodejs version 0.12.x has been removed"
3201 select BR2_LEGACY
3202 select BR2_PACKAGE_NODEJS
3203 help
3204 nodejs version 0.12.x has been removed. As an alternative,
3205 the latest nodejs version has been automatically selected in
3206 your configuration.
3207
90bf67c0
MB
3208config BR2_BR2_PACKAGE_NODEJS_4_X
3209 bool "nodejs version 4.x has been removed"
3210 select BR2_LEGACY
3211 select BR2_PACKAGE_NODEJS
3212 help
3213 nodejs version 4.x has been removed. As an alternative,
3214 the latest nodejs version has been automatically selected in
3215 your configuration.
3216
16b8e813 3217###############################################################################
ae46e8f9
TP
3218comment "Legacy options removed in 2015.11"
3219
301e8ffb
PS
3220config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL
3221 bool "gst1-plugins-bad real plugin has been removed"
3222 select BR2_LEGACY
3223 help
3224 The real plugin from GStreamer 1 bad plugins has been
3225 removed.
3226
f7dd5cb2
PS
3227config BR2_PACKAGE_MEDIA_CTL
3228 bool "media-ctl package has been removed"
3229 select BR2_LEGACY
3230 select BR2_PACKAGE_LIBV4L
3231 select BR2_PACKAGE_LIBV4L_UTILS
3232 help
d6109172
RM
3233 media-ctl source and developement have been moved to v4l-utils
3234 since June 2014. For an up-to-date media-ctl version select
3235 BR2_PACKAGE_LIBV4L and BR2_PACKAGE_LIBV4L_UTILS.
f7dd5cb2 3236
f8031339
RN
3237config BR2_PACKAGE_SCHIFRA
3238 bool "schifra package has been removed"
758c5c7f 3239 select BR2_LEGACY
f8031339 3240 help
d6109172
RM
3241 Schifra package has been maked broken since 2014.11 release
3242 and haven't been fixed since then.
f8031339 3243
7e5ddbcb
MH
3244config BR2_PACKAGE_ZXING
3245 bool "zxing option has been renamed"
3246 select BR2_LEGACY
3247 select BR2_PACKAGE_ZXING_CPP
3248 help
d6109172
RM
3249 ZXing no longer provides the cpp bindings, it has been renamed
3250 to BR2_PACKAGE_ZXING_CPP which uses a new upstream.
7e5ddbcb 3251
4d131b4d
YM
3252# Since FreeRDP has new dependencies, protect this legacy to avoid the
3253# infamous "unmet direct dependencies" kconfig error.
3254config BR2_PACKAGE_FREERDP_CLIENT
3255 bool "freerdp client option renamed"
3256 depends on BR2_PACKAGE_FREERDP
758c5c7f 3257 select BR2_LEGACY
4d131b4d
YM
3258 select BR2_PACKAGE_FREERDP_CLIENT_X11
3259
a658c4d1
GZ
3260config BR2_PACKAGE_BLACKBOX
3261 bool "blackbox package has been removed"
3262 select BR2_LEGACY
3263 help
3264 Upstream is dead and the package has been deprecated for
3265 some time. There are other alternative maintained WMs.
3266
4ac4bc32
GZ
3267config BR2_KERNEL_HEADERS_3_0
3268 bool "kernel headers version 3.0.x are no longer supported"
4ac4bc32
GZ
3269 select BR2_LEGACY
3270 help
3271 Version 3.0.x of the Linux kernel headers have been deprecated
3272 for more than four buildroot releases and are now removed.
4ac4bc32
GZ
3273
3274config BR2_KERNEL_HEADERS_3_11
3275 bool "kernel headers version 3.11.x are no longer supported"
4ac4bc32
GZ
3276 select BR2_LEGACY
3277 help
d6109172
RM
3278 Version 3.11.x of the Linux kernel headers have been
3279 deprecated for more than four buildroot releases and are now
3280 removed.
4ac4bc32
GZ
3281
3282config BR2_KERNEL_HEADERS_3_13
3283 bool "kernel headers version 3.13.x are no longer supported"
4ac4bc32
GZ
3284 select BR2_LEGACY
3285 help
d6109172
RM
3286 Version 3.13.x of the Linux kernel headers have been
3287 deprecated for more than four buildroot releases and are now
3288 removed.
4ac4bc32
GZ
3289
3290config BR2_KERNEL_HEADERS_3_15
3291 bool "kernel headers version 3.15.x are no longer supported"
4ac4bc32
GZ
3292 select BR2_LEGACY
3293 help
d6109172
RM
3294 Version 3.15.x of the Linux kernel headers have been
3295 deprecated for more than four buildroot releases and are now
3296 removed.
4ac4bc32 3297
80404e8c
TP
3298config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
3299 bool "DirectFB example df_andi has been removed"
758c5c7f 3300 select BR2_LEGACY
80404e8c
TP
3301 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3302 help
3303 The per-DirectFB example options have been removed. The
3304 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3305 examples.
3306
3307config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
3308 bool "DirectFB example df_bltload has been removed"
758c5c7f 3309 select BR2_LEGACY
80404e8c
TP
3310 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3311 help
3312 The per-DirectFB example options have been removed. The
3313 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3314 examples.
3315
3316config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
3317 bool "DirectFB example df_cpuload has been removed"
758c5c7f 3318 select BR2_LEGACY
80404e8c
TP
3319 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3320 help
3321 The per-DirectFB example options have been removed. The
3322 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3323 examples.
3324
3325config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
3326 bool "DirectFB example df_databuffer has been removed"
758c5c7f 3327 select BR2_LEGACY
80404e8c
TP
3328 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3329 help
3330 The per-DirectFB example options have been removed. The
3331 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3332 examples.
3333
3334config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
3335 bool "DirectFB example df_dioload has been removed"
758c5c7f 3336 select BR2_LEGACY
80404e8c
TP
3337 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3338 help
3339 The per-DirectFB example options have been removed. The
3340 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3341 examples.
3342
3343config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
3344 bool "DirectFB example df_dok has been removed"
758c5c7f 3345 select BR2_LEGACY
80404e8c
TP
3346 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3347 help
3348 The per-DirectFB example options have been removed. The
3349 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3350 examples.
3351
3352config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
3353 bool "DirectFB example df_drivertest has been removed"
758c5c7f 3354 select BR2_LEGACY
80404e8c
TP
3355 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3356 help
3357 The per-DirectFB example options have been removed. The
3358 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3359 examples.
3360
80404e8c
TP
3361config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
3362 bool "DirectFB example df_fire has been removed"
758c5c7f 3363 select BR2_LEGACY
80404e8c
TP
3364 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3365 help
3366 The per-DirectFB example options have been removed. The
3367 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3368 examples.
3369
3370config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
3371 bool "DirectFB example df_flip has been removed"
758c5c7f 3372 select BR2_LEGACY
80404e8c
TP
3373 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3374 help
3375 The per-DirectFB example options have been removed. The
3376 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3377 examples.
3378
3379config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
3380 bool "DirectFB example df_fonts has been removed"
758c5c7f 3381 select BR2_LEGACY
80404e8c
TP
3382 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3383 help
3384 The per-DirectFB example options have been removed. The
3385 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3386 examples.
3387
3388config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
3389 bool "DirectFB example df_input has been removed"
758c5c7f 3390 select BR2_LEGACY
80404e8c
TP
3391 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3392 help
3393 The per-DirectFB example options have been removed. The
3394 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3395 examples.
3396
3397config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
3398 bool "DirectFB example df_joystick has been removed"
758c5c7f 3399 select BR2_LEGACY
80404e8c
TP
3400 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3401 help
3402 The per-DirectFB example options have been removed. The
3403 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3404 examples.
3405
3406config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
3407 bool "DirectFB example df_knuckles has been removed"
758c5c7f 3408 select BR2_LEGACY
80404e8c
TP
3409 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3410 help
3411 The per-DirectFB example options have been removed. The
3412 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3413 examples.
3414
3415config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
3416 bool "DirectFB example df_layer has been removed"
758c5c7f 3417 select BR2_LEGACY
80404e8c
TP
3418 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3419 help
3420 The per-DirectFB example options have been removed. The
3421 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3422 examples.
3423
3424config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
3425 bool "DirectFB example df_matrix has been removed"
758c5c7f 3426 select BR2_LEGACY
80404e8c
TP
3427 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3428 help
3429 The per-DirectFB example options have been removed. The
3430 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3431 examples.
3432
3433config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
3434 bool "DirectFB example df_matrix_water has been removed"
758c5c7f 3435 select BR2_LEGACY
80404e8c
TP
3436 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3437 help
3438 The per-DirectFB example options have been removed. The
3439 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3440 examples.
3441
3442config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
3443 bool "DirectFB example df_neo has been removed"
758c5c7f 3444 select BR2_LEGACY
80404e8c
TP
3445 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3446 help
3447 The per-DirectFB example options have been removed. The
3448 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3449 examples.
3450
3451config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
3452 bool "DirectFB example df_netload has been removed"
758c5c7f 3453 select BR2_LEGACY
80404e8c
TP
3454 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3455 help
3456 The per-DirectFB example options have been removed. The
3457 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3458 examples.
3459
3460config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
3461 bool "DirectFB example df_palette has been removed"
3462 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3463 help
3464 The per-DirectFB example options have been removed. The
3465 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3466 examples.
3467
3468config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
3469 bool "DirectFB example df_particle has been removed"
758c5c7f 3470 select BR2_LEGACY
80404e8c
TP
3471 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3472 help
3473 The per-DirectFB example options have been removed. The
3474 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3475 examples.
3476
3477config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
3478 bool "DirectFB example df_porter has been removed"
758c5c7f 3479 select BR2_LEGACY
80404e8c
TP
3480 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3481 help
3482 The per-DirectFB example options have been removed. The
3483 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3484 examples.
3485
3486config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
3487 bool "DirectFB example df_stress has been removed"
3488 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3489 help
3490 The per-DirectFB example options have been removed. The
3491 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3492 examples.
3493
3494config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
3495 bool "DirectFB example df_texture has been removed"
758c5c7f 3496 select BR2_LEGACY
80404e8c
TP
3497 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3498 help
3499 The per-DirectFB example options have been removed. The
3500 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3501 examples.
3502
3503config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
3504 bool "DirectFB example df_video has been removed"
758c5c7f 3505 select BR2_LEGACY
80404e8c
TP
3506 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3507 help
3508 The per-DirectFB example options have been removed. The
3509 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3510 examples.
3511
3512config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
3513 bool "DirectFB example df_video_particle has been removed"
758c5c7f 3514 select BR2_LEGACY
80404e8c
TP
3515 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3516 help
3517 The per-DirectFB example options have been removed. The
3518 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3519 examples.
3520
3521config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
3522 bool "DirectFB example df_window has been removed"
758c5c7f 3523 select BR2_LEGACY
80404e8c
TP
3524 select BR2_PACKAGE_DIRECTFB_EXAMPLES
3525 help
3526 The per-DirectFB example options have been removed. The
3527 BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
3528 examples.
3529
2b78fb21
GB
3530config BR2_PACKAGE_KOBS_NG
3531 bool "kobs-ng was replaced by imx-kobs"
3532 select BR2_LEGACY
3533 select BR2_PACKAGE_IMX_KOBS
3534 help
3535 The outdated kobs-ng has been replaced by the Freescale-
3536 maintained imx-kobs package.
3537
11573f5a
TP
3538config BR2_PACKAGE_SAWMAN
3539 bool "sawman package removed"
3540 select BR2_LEGACY
3541 select BR2_PACKAGE_DIRECTFB_SAWMAN
3542 help
3543 This option has been removed because the sawman package no
3544 longer exists: it was merged inside DirectFB itself. This
3545 feature can now be enabled using the
3546 BR2_PACKAGE_DIRECTFB_SAWMAN option.
3547
ae46e8f9
TP
3548config BR2_PACKAGE_DIVINE
3549 bool "divine package removed"
3550 select BR2_LEGACY
3551 select BR2_PACKAGE_DIRECTFB_DIVINE
3552 help
3553 This option has been removed because the divine package no
3554 longer exists: it was merged inside DirectFB itself. This
3555 feature can now be enabled using the
3556 BR2_PACKAGE_DIRECTFB_DIVINE option.
3557
3558###############################################################################
16b8e813
GZ
3559comment "Legacy options removed in 2015.08"
3560
9d9f1a92
BK
3561config BR2_PACKAGE_KODI_PVR_ADDONS
3562 bool "Kodi PVR addon was split"
3563 select BR2_LEGACY
2579ec20 3564 select BR2_PACKAGE_KODI_PVR_ARGUSTV
a69eca43 3565 select BR2_PACKAGE_KODI_PVR_DVBLINK
6894c6c7 3566 select BR2_PACKAGE_KODI_PVR_DVBVIEWER
313e45cd 3567 select BR2_PACKAGE_KODI_PVR_FILMON
6940d66a 3568 select BR2_PACKAGE_KODI_PVR_HTS
8c326ff8 3569 select BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
a571287d 3570 select BR2_PACKAGE_KODI_PVR_MEDIAPORTAL_TVSERVER
afb2f155 3571 select BR2_PACKAGE_KODI_PVR_MYTHTV
0757c7d3 3572 select BR2_PACKAGE_KODI_PVR_NEXTPVR
805e9c15 3573 select BR2_PACKAGE_KODI_PVR_NJOY
8776003d 3574 select BR2_PACKAGE_KODI_PVR_PCTV
70cf949f 3575 select BR2_PACKAGE_KODI_PVR_STALKER
610a3701 3576 select BR2_PACKAGE_KODI_PVR_VBOX
7457d487 3577 select BR2_PACKAGE_KODI_PVR_VDR_VNSI
eaf250c1 3578 select BR2_PACKAGE_KODI_PVR_VUPLUS
967a4e9a 3579 select BR2_PACKAGE_KODI_PVR_WMC
9d9f1a92
BK
3580 help
3581 Kodi PVR addon was split into seperate modules
3582
f84cc202
GZ
3583config BR2_BINUTILS_VERSION_2_23_2
3584 bool "binutils 2.23 option renamed"
3585 select BR2_LEGACY
f84cc202 3586 help
ae466a60
TP
3587 Binutils 2.23.2 has been removed, using a newer version is
3588 recommended.
f84cc202
GZ
3589
3590config BR2_BINUTILS_VERSION_2_24
3591 bool "binutils 2.24 option renamed"
3592 select BR2_LEGACY
3593 select BR2_BINUTILS_VERSION_2_24_X
3594 help
3595 The binutils version option has been renamed to match the
3596 same patchlevel logic used by gcc. The new option is now
3597 BR2_BINUTILS_VERSION_2_24_X.
3598
3599config BR2_BINUTILS_VERSION_2_25
3600 bool "binutils 2.25 option renamed"
3601 select BR2_LEGACY
3602 select BR2_BINUTILS_VERSION_2_25_X
3603 help
3604 The binutils version option has been renamed to match the
3605 same patchlevel logic used by gcc. The new option is now
3606 BR2_BINUTILS_VERSION_2_25_X.
3607
1326e761
RN
3608config BR2_PACKAGE_PERF
3609 bool "perf option has been renamed"
3610 select BR2_LEGACY
3611 select BR2_LINUX_KERNEL_TOOL_PERF
3612 help
3613 The perf package has been moved as a Linux tools package,
3614 and the option to enable it is now
3615 BR2_LINUX_KERNEL_TOOL_PERF.
3616
2f845953
TP
3617config BR2_BINUTILS_VERSION_2_22
3618 bool "binutils 2.22 removed"
3619 select BR2_LEGACY
3620 help
3621 Binutils 2.22 has been removed, using a newer version is
3622 recommended.
3623
4c0613e7
GB
3624config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
3625 bool "gpu-viv-bin-mx6q"
3626 select BR2_LEGACY
3627 select BR2_PACKAGE_IMX_GPU_VIV
3628 help
3629 Vivante graphics libraries have been renamed to
3630 BR2_PACKAGE_IMX_GPU_VIV to be aligned with upstream package
3631 name.
3632
7742abe0 3633config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
7742abe0 3634 bool "libsemanage python bindings removed"
a1264445 3635 depends on BR2_PACKAGE_PYTHON
758c5c7f 3636 select BR2_LEGACY
7742abe0
MW
3637 help
3638 This option has been removed, since the libsemanage Python
3639 bindings on the target were not useful.
3640
16b8e813
GZ
3641config BR2_TARGET_UBOOT_NETWORK
3642 bool "U-Boot custom network settings removed"
3643 select BR2_LEGACY
3644 help
3645 U-Boot's custom network settings options have been removed.
3646
120136ee 3647###############################################################################
fd0e5f6b 3648comment "Legacy options removed in 2015.05"
665e13c8 3649
e3904a89
ML
3650config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K
3651 bool "jffs2 16kB erasesize NAND flash option renamed"
3652 select BR2_LEGACY
3653 select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_16K
3654 help
3655 The JFFS2 NAND flash options now longer include the page
3656 size.
3657
3658config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K
3659 bool "jffs2 128kB erasesize NAND flash option renamed"
3660 select BR2_LEGACY
3661 select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K
3662 help
3663 The JFFS2 NAND flash options now longer include the page
3664 size.
3665
eff7c144
AC
3666config BR2_PACKAGE_MONO_20
3667 bool "2.0/3.5 .Net Runtime"
3668 select BR2_LEGACY
3669 help
3670 This option no longer exists, all versions of the .Net
3671 runtime are now installed.
3672
3673config BR2_PACKAGE_MONO_40
3674 bool "4.0 .Net Runtime"
3675 select BR2_LEGACY
3676 help
3677 This option no longer exists, all versions of the .Net
3678 runtime are now installed.
3679
3680config BR2_PACKAGE_MONO_45
3681 bool "4.5 .Net Runtime"
3682 select BR2_LEGACY
3683 help
3684 This option no longer exists, all versions of the .Net
3685 runtime are now installed.
3686
efd49e33
PK
3687config BR2_CIVETWEB_WITH_LUA
3688 bool "civetweb lua option renamed"
3689 select BR2_LEGACY
3690 select BR2_PACKAGE_CIVETWEB_WITH_LUA
3691 help
3692 civetweb's lua option has been renamed to
3693 BR2_PACKAGE_CIVETWEB_WITH_LUA to be aligned with how other
3694 packages name options.
3695
e6c7ad17
BK
3696config BR2_PACKAGE_TIFF_TIFF2PDF
3697 bool "tiff utility-specific option removed"
3698 select BR2_LEGACY
3699 select BR2_PACKAGE_TIFF_UTILITIES
3700 help
3701 utility-specific options have been removed in favour of
3702 the new option BR2_PACKAGE_TIFF_UTILITIES.
3703
3704config BR2_PACKAGE_TIFF_TIFFCP
3705 bool "tiff utility-specific option removed"
3706 select BR2_LEGACY
3707 select BR2_PACKAGE_TIFF_UTILITIES
3708 help
3709 utility-specific options have been removed in favour of
3710 the new option BR2_PACKAGE_TIFF_UTILITIES.
3711
e7035d4e
TP
3712config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
3713 bool "RTAI patch file path has been removed"
758c5c7f 3714 select BR2_LEGACY
e7035d4e
TP
3715 help
3716 This option has never worked, so it has been removed.
3717
02917961
YM
3718config BR2_TARGET_GENERIC_PASSWD_DES
3719 bool "Encoding passwords with DES has been removed"
3720 select BR2_LEGACY
3721 help
d6109172
RM
3722 Paswords can now only be encoded with either of md5, sha256 or
3723 sha512. The default is md5, which is stronger that DES (but
3724 still pretty weak).
02917961 3725
0d31b5e4
GZ
3726config BR2_PACKAGE_GTK2_THEME_HICOLOR
3727 bool "hicolor (default theme) is a duplicate"
3728 select BR2_LEGACY
3729 select BR2_PACKAGE_HICOLOR_ICON_THEME
3730 help
3731 The option was just a duplicate of hicolor icon theme.
3732
fd0e5f6b
MW
3733config BR2_PACKAGE_VALGRIND_PTRCHECK
3734 bool "valgrind's PTRCheck was renamed to SGCheck"
3735 select BR2_LEGACY
3736 select BR2_PACKAGE_VALGRIND_SGCHECK
3737 help
3738 PTRCheck was renamed to SGCheck in valgrind
3739
3740###############################################################################
665e13c8
TP
3741comment "Legacy options removed in 2015.02"
3742
10900c07
PA
3743config BR2_PACKAGE_LIBGC
3744 bool "libgc package removed"
3745 select BR2_LEGACY
3746 select BR2_PACKAGE_BDWGC
3747 help
d6109172
RM
3748 libgc has been removed because we have the same package under
3749 a different name, bdwgc.
10900c07 3750
8d702aca
YM
3751config BR2_PACKAGE_WDCTL
3752 bool "util-linux' wdctl option has been renamed"
3753 select BR2_LEGACY
3754 select BR2_PACKAGE_UTIL_LINUX_WDCTL
3755 help
d6109172
RM
3756 util-linux' wdctl option has been renamed to
3757 BR2_PACKAGE_UTIL_LINUX_WDCTL to be aligned with how the other
3758 options are named.
8d702aca 3759
e44edb82
DM
3760config BR2_PACKAGE_UTIL_LINUX_ARCH
3761 bool "util-linux' arch option has been removed"
3762 select BR2_LEGACY
3763 help
3764 util-linux' arch was dropped in util-linux 2.23, in favor of
3765 the coreutils version.
3766
3767config BR2_PACKAGE_UTIL_LINUX_DDATE
3768 bool "util-linux' ddate option has been removed"
3769 select BR2_LEGACY
3770 help
3771 util-linux' ddate was dropped in util-linux 2.23.
3772
3c476540
RN
3773config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
3774 bool "rpm's bzip2 payloads option has been removed"
3775 select BR2_LEGACY
3776 select BR2_PACKAGE_BZIP2
3777 help
d6109172
RM
3778 The bzip2 payloads option rely entirely on the dependant
3779 package bzip2. So, you need to select it to enable this
3780 feature.
3c476540
RN
3781
3782config BR2_PACKAGE_RPM_XZ_PAYLOADS
3783 bool "rpm's xz payloads option has been removed"
3784 select BR2_LEGACY
3785 select BR2_PACKAGE_XZ
3786 help
d6109172
RM
3787 The xz payloads option rely entirely on the dependant package
3788 xz. So, you need to select it to enable this feature.
3c476540 3789
6927bc91
GZ
3790config BR2_PACKAGE_M4
3791 bool "m4 target package removed"
3792 select BR2_LEGACY
3793 help
3794 The m4 target package has been removed, it's been
3795 deprecated for some time now.
3796
aa6ea7ab
GZ
3797config BR2_PACKAGE_FLEX_BINARY
3798 bool "flex binary in target option removed"
3799 select BR2_LEGACY
3800 help
3801 The flex binary in the target option has been removed.
3802 It's been deprecated for some time now and is essentially a
3803 development tool which isn't very useful in the target.
3804
38dabc6e
GZ
3805config BR2_PACKAGE_BISON
3806 bool "bison target package removed"
3807 select BR2_LEGACY
3808 help
3809 The bison target package has been removed, it's been
3810 deprecated for some time now and is essentially a development
3811 tool which isn't very useful in the target.
3812
7f9d4441
GZ
3813config BR2_PACKAGE_GOB2
3814 bool "gob2 target package removed"
3815 select BR2_LEGACY
3816 help
3817 The gob2 target package has been removed, it's been
3818 deprecated for some time now and was essentially useless
3819 without a target toolchain.
3820
c2e3d0be
GZ
3821config BR2_PACKAGE_DISTCC
3822 bool "distcc target package removed"
3823 select BR2_LEGACY
3824 help
3825 The distcc target package has been removed, it's been
3826 deprecated for some time now and was essentially useless
3827 without a target toolchain.
3828
b64cde60
GZ
3829config BR2_PACKAGE_HASERL_VERSION_0_8_X
3830 bool "haserl 0.8.x version removed"
3831 select BR2_LEGACY
3832 help
3833 The 0.8.x version option for haserl has been removed since it
3834 has been deprecated for some time now.
3835 You should be able to use the 0.9.x version without issues.
3836
0120d9f3
GZ
3837config BR2_PACKAGE_STRONGSWAN_TOOLS
3838 bool "strongswan option has been removed"
3839 select BR2_LEGACY
3840 select BR2_PACKAGE_STRONGSWAN_PKI
3841 select BR2_PACKAGE_STRONGSWAN_SCEP
3842 help
d6109172
RM
3843 The tools option has been removed upstream and the different
3844 tools have been split between the pki and scep options, with
3845 others deprecated.
0120d9f3 3846
db78eb07 3847config BR2_PACKAGE_XBMC_ADDON_XVDR
1c2a63ad 3848 bool "xbmc-addon-xvdr removed"
db78eb07 3849 select BR2_LEGACY
db78eb07 3850 help
1c2a63ad
AV
3851 According to the github project page:
3852 https://github.com/pipelka/xbmc-addon-xvdr
3853 this package is discontinued.
db78eb07 3854
b3df2a35
BK
3855config BR2_PACKAGE_XBMC_PVR_ADDONS
3856 bool "xbmc options have been renamed"
3857 select BR2_LEGACY
3858 select BR2_PACKAGE_KODI_PVR_ADDONS
3859 help
d6109172
RM
3860 The XBMC media center project was renamed to Kodi
3861 entertainment center
b3df2a35 3862
35784597
BK
3863config BR2_PACKAGE_XBMC
3864 bool "xbmc options have been renamed"
3865 select BR2_LEGACY
3866 select BR2_PACKAGE_KODI
3867 help
d6109172
RM
3868 The XBMC media center project was renamed to Kodi
3869 entertainment center
35784597
BK
3870
3871config BR2_PACKAGE_XBMC_ALSA_LIB
3872 bool "xbmc options have been renamed"
3873 select BR2_LEGACY
3874 select BR2_PACKAGE_KODI_ALSA_LIB
3875 help
d6109172
RM
3876 The XBMC media center project was renamed to Kodi
3877 entertainment center
35784597
BK
3878
3879config BR2_PACKAGE_XBMC_AVAHI
3880 bool "xbmc options have been renamed"
3881 select BR2_LEGACY
3882 select BR2_PACKAGE_KODI_AVAHI
3883 help
d6109172
RM
3884 The XBMC media center project was renamed to Kodi
3885 entertainment center
35784597
BK
3886
3887config BR2_PACKAGE_XBMC_DBUS
3888 bool "xbmc options have been renamed"
3889 select BR2_LEGACY
3890 select BR2_PACKAGE_KODI_DBUS
3891 help
d6109172
RM
3892 The XBMC media center project was renamed to Kodi
3893 entertainment center
35784597
BK
3894
3895config BR2_PACKAGE_XBMC_LIBBLURAY
3896 bool "xbmc options have been renamed"
3897 select BR2_LEGACY
3898 select BR2_PACKAGE_KODI_LIBBLURAY
3899 help
d6109172
RM
3900 The XBMC media center project was renamed to Kodi
3901 entertainment center
35784597
BK
3902
3903config BR2_PACKAGE_XBMC_GOOM
3904 bool "xbmc options have been renamed"
3905 select BR2_LEGACY
3906 select BR2_PACKAGE_KODI_GOOM
3907 help
d6109172
RM
3908 The XBMC media center project was renamed to Kodi
3909 entertainment center
35784597
BK
3910
3911config BR2_PACKAGE_XBMC_RSXS
3912 bool "xbmc options have been renamed"
3913 select BR2_LEGACY
3914 select BR2_PACKAGE_KODI_RSXS
3915 help
d6109172
RM
3916 The XBMC media center project was renamed to Kodi
3917 entertainment center
35784597
BK
3918
3919config BR2_PACKAGE_XBMC_LIBCEC
3920 bool "xbmc options have been renamed"
3921 select BR2_LEGACY
3922 select BR2_PACKAGE_KODI_LIBCEC
3923 help
d6109172
RM
3924 The XBMC media center project was renamed to Kodi
3925 entertainment center
35784597
BK
3926
3927config BR2_PACKAGE_XBMC_LIBMICROHTTPD
3928 bool "xbmc options have been renamed"
3929 select BR2_LEGACY
3930 select BR2_PACKAGE_KODI_LIBMICROHTTPD
3931 help
d6109172
RM
3932 The XBMC media center project was renamed to Kodi
3933 entertainment center
35784597
BK
3934
3935config BR2_PACKAGE_XBMC_LIBNFS
3936 bool "xbmc options have been renamed"
3937 select BR2_LEGACY
3938 select BR2_PACKAGE_KODI_LIBNFS
3939 help
d6109172
RM
3940 The XBMC media center project was renamed to Kodi
3941 entertainment center
35784597
BK
3942
3943config BR2_PACKAGE_XBMC_RTMPDUMP
3944 bool "xbmc options have been renamed"
3945 select BR2_LEGACY
3946 select BR2_PACKAGE_KODI_RTMPDUMP
3947 help
d6109172
RM
3948 The XBMC media center project was renamed to Kodi
3949 entertainment center
35784597
BK
3950
3951config BR2_PACKAGE_XBMC_LIBSHAIRPLAY
3952 bool "xbmc options have been renamed"
3953 select BR2_LEGACY
3954 select BR2_PACKAGE_KODI_LIBSHAIRPLAY
3955 help
d6109172
RM
3956 The XBMC media center project was renamed to Kodi
3957 entertainment center
35784597
BK
3958
3959config BR2_PACKAGE_XBMC_LIBSMBCLIENT
3960 bool "xbmc options have been renamed"
3961 select BR2_LEGACY
3962 select BR2_PACKAGE_KODI_LIBSMBCLIENT
3963 help
d6109172
RM
3964 The XBMC media center project was renamed to Kodi
3965 entertainment center
35784597
BK
3966
3967config BR2_PACKAGE_XBMC_LIBTHEORA
3968 bool "xbmc options have been renamed"
3969 select BR2_LEGACY
3970 select BR2_PACKAGE_KODI_LIBTHEORA
3971 help
d6109172
RM
3972 The XBMC media center project was renamed to Kodi
3973 entertainment center
35784597
BK
3974
3975config BR2_PACKAGE_XBMC_LIBUSB
3976 bool "xbmc options have been renamed"
3977 select BR2_LEGACY
3978 select BR2_PACKAGE_KODI_LIBUSB
3979 help
d6109172
RM
3980 The XBMC media center project was renamed to Kodi
3981 entertainment center
35784597
BK
3982
3983config BR2_PACKAGE_XBMC_LIBVA
3984 bool "xbmc options have been renamed"
3985 select BR2_LEGACY
3986 select BR2_PACKAGE_KODI_LIBVA
3987 help
d6109172
RM
3988 The XBMC media center project was renamed to Kodi
3989 entertainment center
35784597
BK
3990
3991config BR2_PACKAGE_XBMC_WAVPACK
3992 bool "xbmc options have been renamed"
3993 select BR2_LEGACY
3994 select BR2_PACKAGE_KODI_WAVPACK
3995 help
d6109172
RM
3996 The XBMC media center project was renamed to Kodi
3997 entertainment center
35784597 3998
665e13c8
TP
3999config BR2_PREFER_STATIC_LIB
4000 bool "static library option renamed"
a44b1c14 4001 select BR2_LEGACY
665e13c8
TP
4002 help
4003 The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
4004 highlights the fact that the option no longer "prefers"
4005 static libraries, but "enforces" static libraries (i.e
4006 shared libraries are completely unused).
4007
a44b1c14
SM
4008 Take care of updating the type of libraries you want under the
4009 "Build options" menu.
4010
35784597 4011###############################################################################
120136ee
YM
4012comment "Legacy options removed in 2014.11"
4013
a52bad85
PK
4014config BR2_x86_generic
4015 bool "x86 generic variant has been removed"
4016 select BR2_LEGACY
4017 help
4018 The generic x86 CPU variant has been removed. Use another
a95e98c0 4019 CPU variant instead.
a52bad85 4020
40e18f29
AL
4021config BR2_GCC_VERSION_4_4_X
4022 bool "gcc 4.4.x has been removed"
4023 select BR2_LEGACY
4024 help
4025 The 4.4.x version of gcc has been removed. Use a newer
4026 version instead.
4027
43b78e72
AL
4028config BR2_sparc_sparchfleon
4029 bool "sparchfleon CPU has been removed"
4030 select BR2_LEGACY
4031 help
4032 The sparchfleon CPU was only supported in a patched gcc 4.4
4033 version. Its support has been removed in favor of the leon3
4034 CPU starting from gcc 4.8.x.
4035
4036config BR2_sparc_sparchfleonv8
4037 bool "sparchfleonv8 CPU has been removed"
4038 select BR2_LEGACY
4039 help
4040 The sparchfleonv8 CPU was only supported in a patched gcc
4041 4.4 version. Its support has been removed in favor of the
4042 leon3 CPU starting from gcc 4.8.x.
4043
4044config BR2_sparc_sparcsfleon
4045 bool "sparcsfleon CPU has been removed"
4046 select BR2_LEGACY
4047 help
4048 The sparcsfleon CPU was only supported in a patched gcc 4.4
4049 version. Its support has been removed in favor of the leon3
4050 CPU starting from gcc 4.8.x.
4051
4052config BR2_sparc_sparcsfleonv8
4053 bool "sparcsfleonv8 CPU has been removed"
4054 select BR2_LEGACY
4055 help
4056 The sparcsfleonv8 CPU was only supported in a patched gcc
4057 4.4 version. Its support has been removed in favor of the
4058 leon3 CPU starting from gcc 4.8.x.
4059
bfd87877
BK
4060config BR2_PACKAGE_XLIB_LIBPCIACCESS
4061 bool "xlib-libpciaccess option has been renamed"
4062 depends on BR2_PACKAGE_XORG7
4063 select BR2_LEGACY
4064 select BR2_PACKAGE_LIBPCIACCESS
4065 help
4066 libpciaccess neither depends on X11 nor Xlib. Thus the
4067 package has been renamed BR2_PACKAGE_LIBPCIACCESS
4068
b581bba9
YM
4069config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
4070 bool "Xceive xc5000 option has been renamed"
758c5c7f 4071 select BR2_LEGACY
b581bba9
YM
4072 select BR2_PACKAGE_LINUX_FIRMWARE_XCx000
4073 help
4074 The Xceive xc5000 option now also handles older firmwares from
d6109172
RM
4075 Xceive (the xc4000 series), as well as new firmwares (the
4076 xc5000c) from Cresta, who bought Xceive.
b581bba9 4077
dac546e9
YM
4078config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
4079 bool "Chelsio T4 option has been renamed"
758c5c7f 4080 select BR2_LEGACY
dac546e9
YM
4081 select BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
4082 help
4083 The Chelsio T4 option BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
4084 has been renamed to BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
4085 to better account for the fact that a T5 variant exists.
4086
120136ee
YM
4087config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7
4088 bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 has been renamed"
758c5c7f 4089 select BR2_LEGACY
120136ee
YM
4090 help
4091 The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 was
4092 renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_7. You must
4093 select it in:
4094 Target packages -> Hardware handling ->
4095 Firmware -> linux-firmware -> WiFi firmware ->
4096 iwlwifi 3160/726x revision to use (revision 7)
4097
4098config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8
4099 bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 has been renamed"
758c5c7f 4100 select BR2_LEGACY
120136ee
YM
4101 help
4102 The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 was
4103 renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_8. You must
4104 select it in:
4105 Target packages -> Hardware handling ->
4106 Firmware -> linux-firmware -> WiFi firmware ->
4107 iwlwifi 3160/726x revision to use (revision 8)
4108
5cd1c4fe
YM
4109###############################################################################
4110comment "Legacy options removed in 2014.08"
4111
52fac6a2
GC
4112config BR2_PACKAGE_LIBELF
4113 bool "libelf has been removed"
4114 select BR2_PACKAGE_ELFUTILS
4115 select BR2_LEGACY
4116 help
d6109172
RM
4117 The libelf package provided an old version of the libelf
4118 library and is deprecated. The libelf library is now provided
4119 by the elfutils package.
52fac6a2 4120
dfae6f67
TDS
4121config BR2_KERNEL_HEADERS_3_8
4122 bool "kernel headers version 3.8.x are no longer supported"
dfae6f67
TDS
4123 select BR2_LEGACY
4124 help
4125 Version 3.8.x of the Linux kernel headers have been deprecated
4126 for more than four buildroot releases and are now removed.
dfae6f67 4127
187b4d68
TP
4128config BR2_PACKAGE_GETTEXT_TOOLS
4129 bool "support for gettext-tools on target has been removed"
4130 select BR2_LEGACY
4131 help
4132 The option to install the gettext utilities on the target
4133 has been removed. This is not necessary as Buildroot is not
4134 designed to provide a full development environment on the
4135 target. gettext tools should be used on the build machine
4136 instead.
4137
5cd1c4fe
YM
4138config BR2_PACKAGE_PROCPS
4139 bool "procps has been replaced by procps-ng"
4140 select BR2_PACKAGE_PROCPS_NG
4141 select BR2_LEGACY
4142 help
d6109172
RM
4143 The procps package has been replaced by the equivalent
4144 procps-ng.
5cd1c4fe 4145
d4839ffc
TP
4146config BR2_BINUTILS_VERSION_2_20_1
4147 bool "binutils 2.20.1 has been removed"
4148 select BR2_LEGACY
4149 help
4150 The 2.20.1 version of binutils has been removed. Use a newer
4151 version instead.
4152
4153config BR2_BINUTILS_VERSION_2_21
4154 bool "binutils 2.21 has been removed"
4155 select BR2_LEGACY
4156 help
4157 The 2.21 version of binutils has been removed. Use a newer
4158 version instead.
4159
4160config BR2_BINUTILS_VERSION_2_23_1
4161 bool "binutils 2.23.1 has been removed"
4162 select BR2_LEGACY
4163 help
4164 The 2.23.1 version of binutils has been removed. Use a newer
4165 version instead.
4166
506b964d
TP
4167config BR2_UCLIBC_VERSION_0_9_32
4168 bool "uclibc 0.9.32 has been removed"
4169 select BR2_LEGACY
4170 help
4171 The 0.9.32 version of uClibc has been removed. Use a newer
4172 version instead.
4173
d10e0805
TP
4174config BR2_GCC_VERSION_4_3_X
4175 bool "gcc 4.3.x has been removed"
4176 select BR2_LEGACY
4177 help
4178 The 4.3.x version of gcc has been removed. Use a newer
4179 version instead.
4180
4181config BR2_GCC_VERSION_4_6_X
4182 bool "gcc 4.6.x has been removed"
4183 select BR2_LEGACY
4184 help
4185 The 4.6.x version of gcc has been removed. Use a newer
4186 version instead.
4187
02d85f65
TP
4188config BR2_GDB_VERSION_7_4
4189 bool "gdb 7.4 has been removed"
4190 select BR2_LEGACY
4191 help
4192 The 7.4 version of gdb has been removed. Use a newer version
4193 instead.
4194
4195config BR2_GDB_VERSION_7_5
4196 bool "gdb 7.5 has been removed"
4197 select BR2_LEGACY
4198 help
4199 The 7.5 version of gdb has been removed. Use a newer version
4200 instead.
4201
b18dca0d
TP
4202config BR2_BUSYBOX_VERSION_1_19_X
4203 bool "busybox version selection has been removed"
4204 select BR2_LEGACY
4205 help
4206 The possibility of selecting the Busybox version has been
4207 removed. Use the latest version provided by the Busybox
4208 package instead.
4209
4210config BR2_BUSYBOX_VERSION_1_20_X
4211 bool "busybox version selection has been removed"
4212 select BR2_LEGACY
4213 help
4214 The possibility of selecting the Busybox version has been
4215 removed. Use the latest version provided by the Busybox
4216 package instead.
4217
4218config BR2_BUSYBOX_VERSION_1_21_X
4219 bool "busybox version selection has been removed"
4220 select BR2_LEGACY
4221 help
4222 The possibility of selecting the Busybox version has been
4223 removed. Use the latest version provided by the Busybox
4224 package instead.
4225
07ac0456
EG
4226config BR2_PACKAGE_LIBV4L_DECODE_TM6000
4227 bool "decode_tm6000"
4228 select BR2_PACKAGE_LIBV4L_UTILS
4229 select BR2_LEGACY
4230 help
d6109172
RM
4231 This libv4l option has been deprecated and replaced by a
4232 single option to build all the libv4l utilities.
07ac0456
EG
4233
4234config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
4235 bool "ir-keytable"
4236 select BR2_PACKAGE_LIBV4L_UTILS
4237 select BR2_LEGACY
4238 help
d6109172
RM
4239 This libv4l option has been deprecated and replaced by a
4240 single option to build all the libv4l utilities.
07ac0456
EG
4241
4242config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE
4243 bool "v4l2-compliance"
4244 select BR2_PACKAGE_LIBV4L_UTILS
4245 select BR2_LEGACY
4246 help
d6109172
RM
4247 This libv4l option has been deprecated and replaced by a
4248 single option to build all the libv4l utilities.
07ac0456
EG
4249
4250config BR2_PACKAGE_LIBV4L_V4L2_CTL
4251 bool "v4l2-ctl"
4252 select BR2_PACKAGE_LIBV4L_UTILS
4253 select BR2_LEGACY
4254 help
d6109172
RM
4255 This libv4l option has been deprecated and replaced by a
4256 single option to build all the libv4l utilities.
07ac0456
EG
4257
4258config BR2_PACKAGE_LIBV4L_V4L2_DBG
4259 bool "v4l2-dbg"
4260 select BR2_PACKAGE_LIBV4L_UTILS
4261 select BR2_LEGACY
4262 help
d6109172
RM
4263 This libv4l option has been deprecated and replaced by a
4264 single option to build all the libv4l utilities.
07ac0456 4265
fabcb119 4266###############################################################################
4267comment "Legacy options removed in 2014.05"
4268
4990a381
PS
4269config BR2_PACKAGE_EVTEST_CAPTURE
4270 bool "evtest-capture support removed (dropped since evtest 1.31)"
4271 select BR2_LEGACY
4272 help
4273 Support for evtest-capture has been removed (dropped from
4274 evtest package since version 1.31), use evemu package
4275 instead.
4276
47c2d1b4
TDS
4277config BR2_KERNEL_HEADERS_3_6
4278 bool "kernel headers version 3.6.x are no longer supported"
47c2d1b4
TDS
4279 select BR2_LEGACY
4280 help
4281 Version 3.6.x of the Linux kernel headers have been deprecated
4282 for more than four buildroot releases and are now removed.
47c2d1b4
TDS
4283
4284config BR2_KERNEL_HEADERS_3_7
4285 bool "kernel headers version 3.7.x are no longer supported"
47c2d1b4
TDS
4286 select BR2_LEGACY
4287 help
4288 Version 3.7.x of the Linux kernel headers have been deprecated
4289 for more than four buildroot releases and are now removed.
47c2d1b4 4290
947ca9e1
TDS
4291config BR2_PACKAGE_VALA
4292 bool "vala target package has been removed"
4293 select BR2_LEGACY
4294 help
4295 The 'vala' target package has been removed since it has been
4296 deprecated for more than four buildroot releases.
4297 Note: the host vala package still exists.
4298
d6a37917
YM
4299config BR2_TARGET_TZ_ZONELIST
4300 default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
4301
4302config BR2_PACKAGE_TZDATA_ZONELIST
4303 string "tzdata: the timezone list option has been renamed"
4304 help
4305 The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
d6109172
RM
4306 BR2_TARGET_TZ_ZONELIST, and moved to the "System
4307 configuration" menu. You'll need to select BR2_TARGET_TZ_INFO.
d6a37917
YM
4308
4309config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
4310 bool
4311 default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
4312 select BR2_LEGACY
4313
c97aeb7e
YM
4314config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
4315 bool "Lua command-line editing none has been renamed"
4316 select BR2_LEGACY
4317 help
4318 The BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE option has been
d6109172
RM
4319 renamed to BR2_PACKAGE_LUA_EDITING_NONE. You will have to
4320 select it in the corresponding choice.
c97aeb7e
YM
4321
4322config BR2_PACKAGE_LUA_INTERPRETER_READLINE
4323 bool "Lua command-line editing using readline has been renamed"
4324 select BR2_LEGACY
4325 help
4326 The BR2_PACKAGE_LUA_INTERPRETER_READLINE option has been
4327 renamed to BR2_PACKAGE_LUA_READLINE. You will have to select
4328 it in the corresponding choice.
4329
4330config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
4331 bool "Lua command-line editing using linenoise has been renamed"
4332 select BR2_LEGACY
4333 help
4334 The BR2_PACKAGE_LUA_INTERPRETER_LINENOISE option has been
4335 renamed to BR2_PACKAGE_LUA_LINENOISE. You will have to select
4336 it in the corresponding choice.
4337
365ae61c
YM
4338config BR2_PACKAGE_DVB_APPS_UTILS
4339 bool "dvb-apps utilities now built by default"
4340 select BR2_LEGACY
4341 help
4342 The dvb-apps utilities are now always built when the dvb-apps
4343 package is selected.
4344
971e331c
YM
4345config BR2_KERNEL_HEADERS_SNAP
4346 bool "Local Linux snapshot support removed"
4347 select BR2_LEGACY
4348 help
4349 Support for using a custom snapshot to install the Linux
4350 kernel headers has been removed.
4351
fabcb119 4352config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
4353 bool "/dev management by udev removed"
4354 select BR2_LEGACY
4355 help
4356 The 'udev' package has been converted to a virtual package.
2c66e442 4357 The providers for this feature are: 'eudev', 'systemd'.
fabcb119 4358
2c66e442 4359 Therefore, if you are not using 'systemd' as init system, you
4360 must choose 'Dynamic using eudev' in the '/dev management'
4361 menu to get the same behaviour as in your old configuration.
4362
4363 If you are using 'systemd', its internal implementation of
4364 'udev' will be used automatically.
fabcb119 4365
4366 You must also check the packages depending on 'udev' are still
4367 selected.
4368
4369config BR2_PACKAGE_UDEV
4370 bool "udev is now a virtual package"
4371 select BR2_LEGACY
4372 select BR2_PACKAGE_HAS_UDEV
4373 help
4374 The 'udev' package has been converted to a virtual package.
2c66e442 4375 The providers for this feature are: 'eudev', 'systemd'.
fabcb119 4376
4377 Your old configuration refers to packages depending on 'udev',
4378 either for build or at runtime.
4379
2c66e442 4380 Check that a 'udev' provider is selected. If you are not using
4381 'systemd' as init system, 'eudev' should be selected, which is
4382 the case if '/dev management' is set to 'Dynamic using eudev'.
4383
d6109172
RM
4384 If you are using 'systemd', its internal implementation of
4385 'udev' is used.
fabcb119 4386
4387config BR2_PACKAGE_UDEV_RULES_GEN
2c66e442 4388 bool "udev rules generation handled by provider"
fabcb119 4389 select BR2_LEGACY
2c66e442 4390 select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD
4391 select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD
fabcb119 4392 help
4393 The 'udev' package has been converted to a virtual package.
2c66e442 4394 The providers for this feature are: 'eudev', 'systemd'.
fabcb119 4395
2c66e442 4396 If you are not using 'systemd' as init system, udev rules
4397 generation will be handled by 'eudev'. Check that
4398 '/dev management' is set to 'Dynamic using eudev' to get
4399 the same behaviour as in your old configuration.
fabcb119 4400
d6109172
RM
4401 If you are using 'systemd', it internal implementation of
4402 'udev' will generate the rules.
fabcb119 4403
4404config BR2_PACKAGE_UDEV_ALL_EXTRAS
4405 bool "udev extras removed"
4406 select BR2_LEGACY
4407 help
4408 The 'udev' package has been converted to a virtual package.
2c66e442 4409 The providers for this feature are: 'eudev', 'systemd'.
fabcb119 4410
4411 The option to enable the extra features of 'udev' (gudev, ...)
4412 has been removed. These features are automatically enabled in
4413 the 'udev' providers if the dependencies are selected. For
4414 example, selecting 'libglib2' will trigger the build of gudev.
4415
5562be13
BK
4416config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
4417 bool "xlib-libpthread-stubs option has been renamed"
4418 depends on BR2_PACKAGE_XORG7
4419 select BR2_LEGACY
4420 select BR2_PACKAGE_LIBPTHREAD_STUBS
4421 help
4422 The pthread stubs neither depend on X11 nor Xlib. Thus the
4423 package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
4424
8b2e2357 4425###############################################################################
f169e5e1
YM
4426comment "Legacy options removed in 2014.02"
4427
e543f5a1
TP
4428config BR2_sh2
4429 bool "sh2 support removed"
758c5c7f 4430 select BR2_LEGACY
e543f5a1
TP
4431 help
4432 Due to an inexistent user base and generally poor Linux
4433 support, the support for the SH2 architecture was removed.
4434
4435config BR2_sh3
4436 bool "sh3 support removed"
758c5c7f 4437 select BR2_LEGACY
e543f5a1
TP
4438 help
4439 Due to an inexistent user base and generally poor Linux
4440 support, the support for the SH3 architecture was removed.
4441
4442config BR2_sh3eb
4443 bool "sh3eb support removed"
758c5c7f 4444 select BR2_LEGACY
e543f5a1
TP
4445 help
4446 Due to an inexistent user base and generally poor Linux
4447 support, the support for the SH3eb architecture was removed.
4448
334dca61
TDS
4449config BR2_KERNEL_HEADERS_3_1
4450 bool "kernel headers version 3.1.x are no longer supported"
334dca61
TDS
4451 select BR2_LEGACY
4452 help
4453 Version 3.1.x of the Linux kernel headers have been deprecated
4454 for more than four buildroot releases and are now removed.
334dca61
TDS
4455
4456config BR2_KERNEL_HEADERS_3_3
4457 bool "kernel headers version 3.3.x are no longer supported"
334dca61
TDS
4458 select BR2_LEGACY
4459 help
4460 Version 3.3.x of the Linux kernel headers have been deprecated
4461 for more than four buildroot releases and are now removed.
334dca61
TDS
4462
4463config BR2_KERNEL_HEADERS_3_5
4464 bool "kernel headers version 3.5.x are no longer supported"
334dca61
TDS
4465 select BR2_LEGACY
4466 help
4467 Version 3.5.x of the Linux kernel headers have been deprecated
4468 for more than four buildroot releases and are now removed.
334dca61 4469
348060f9
TDS
4470config BR2_GDB_VERSION_7_2
4471 bool "gdb 7.2.x is no longer supported"
02d85f65 4472 select BR2_GDB_VERSION_7_6
348060f9
TDS
4473 select BR2_LEGACY
4474 help
4475 Version 7.2.x of gdb has been deprecated for more than four
4476 buildroot releases and is now removed. As an alternative, gdb
4477 7.5.x has been automatically selected in your configuration.
4478
4479config BR2_GDB_VERSION_7_3
4480 bool "gdb 7.3.x is no longer supported"
02d85f65 4481 select BR2_GDB_VERSION_7_6
348060f9
TDS
4482 select BR2_LEGACY
4483 help
4484 Version 7.3.x of gdb has been deprecated for more than four
4485 buildroot releases and is now removed. As an alternative, gdb
4486 7.5.x has been automatically selected in your configuration.
4487
831624c4
TDS
4488config BR2_PACKAGE_CCACHE
4489 bool "ccache target package has been removed"
4490 select BR2_LEGACY
4491 help
4492 The 'ccache' target package has been removed since it has been
4493 deprecated for more than four buildroot releases.
4494 Note: using ccache for speeding up builds is still supported.
4495
7164a326
TDS
4496config BR2_HAVE_DOCUMENTATION
4497 bool "support for documentation on target has been removed"
4498 select BR2_LEGACY
4499 help
d6109172
RM
4500 Support for documentation on target has been removed since it
4501 has been deprecated for more than four buildroot releases.
7164a326 4502
f75245d9
TDS
4503config BR2_PACKAGE_AUTOMAKE
4504 bool "automake target package has been removed"
4505 select BR2_LEGACY
4506 help
d6109172
RM
4507 The 'automake' target package has been removed since it has
4508 been deprecated for more than four buildroot releases.
f75245d9
TDS
4509 Note: the host automake still exists.
4510
e7af2ac6
TDS
4511config BR2_PACKAGE_AUTOCONF
4512 bool "autoconf target package has been removed"
4513 select BR2_LEGACY
4514 help
d6109172
RM
4515 The 'autoconf' target package has been removed since it has
4516 been deprecated for more than four buildroot releases.
e7af2ac6
TDS
4517 Note: the host autoconf still exists.
4518
ddf5424f
TDS
4519config BR2_PACKAGE_XSTROKE
4520 bool "xstroke has been removed"
4521 select BR2_LEGACY
4522 help
4523 The 'xstroke' package has been removed since it has been
4524 deprecated for more than four buildroot releases.
4525
0a077319
TDS
4526config BR2_PACKAGE_LZMA
4527 bool "lzma target package has been removed"
4528 select BR2_LEGACY
4529 help
4530 The 'lzma' target package has been removed since it has been
4531 deprecated for more than four buildroot releases.
d6109172
RM
4532 Note: generating lzma-compressed rootfs images is still
4533 supported.
0a077319 4534
7ef5c3a5
TDS
4535config BR2_PACKAGE_TTCP
4536 bool "ttcp has been removed"
4537 select BR2_LEGACY
4538 help
4539 The 'ttcp' package has been removed since it has been
4540 deprecated for more than four buildroot releases.
4541
8b2e2357 4542config BR2_PACKAGE_LIBNFC_LLCP
93341046 4543 bool "libnfc-llcp has been replaced by libllcp"
8b2e2357 4544 select BR2_LEGACY
93341046 4545 select BR2_PACKAGE_LIBLLCP
8b2e2357 4546 help
d6109172
RM
4547 The 'libnfc-llcp' package has been removed since upstream
4548 renamed to 'libllcp'. We have added a new package for
4549 'libllcp' and bumped the version at the same time.
8b2e2357 4550
06c82128
MGUF
4551config BR2_PACKAGE_MYSQL_CLIENT
4552 bool "MySQL client renamed to MySQL"
4553 select BR2_LEGACY
4554 select BR2_PACKAGE_MYSQL
4555 help
4556 The option has been renamed BR2_PACKAGE_MYSQL
4557
2f7a53ee
TDS
4558config BR2_PACKAGE_SQUASHFS3
4559 bool "squashfs3 has been removed"
4560 select BR2_LEGACY
4561 select BR2_PACKAGE_SQUASHFS
4562 help
4563 The 'squashfs3' package has been removed since it has been
4564 deprecated for more than four buildroot releases. Package
4565 'squashfs' (4) has been selected automatically as replacement.
4566
4567config BR2_TARGET_ROOTFS_SQUASHFS3
4568 bool "squashfs3 rootfs support has been removed"
4569 select BR2_LEGACY
4570 help
4571 Together with the removal of the squashfs3 package, support
4572 for squashfs3 root filesystems has been removed too. Squashfs
4573 root filesystems will automatically use squashfs4 now.
4574
560fe85b
AA
4575config BR2_PACKAGE_NETKITBASE
4576 bool "netkitbase has been removed"
4577 select BR2_LEGACY
4578 help
4579 The 'netkitbase' package has been removed since it has been
4580 deprecated since 2012.11. This package provided 'inetd'
4581 which is replaced by 'xinet' and 'ping' which is replaced by
4582 'busybox' or 'fping'.
4583
4584config BR2_PACKAGE_NETKITTELNET
4585 bool "netkittelnet has been removed"
4586 select BR2_LEGACY
4587 help
4588 The 'netkittelnet' package has been removed since it has
4589 been deprecated since 2012.11. 'busybox' provides a telnet
4590 client and should be used instead.
4591
63058f8b
FP
4592config BR2_PACKAGE_LUASQL
4593 bool "luasql has been replaced by luasql-sqlite3"
4594 select BR2_PACKAGE_LUASQL_SQLITE3
4595 select BR2_LEGACY
4596 help
4597 The option has been renamed BR2_PACKAGE_LUASQL_SQLITE3.
4598
a6c53478
FP
4599config BR2_PACKAGE_LUACJSON
4600 bool "luacjson has been replaced by lua-cjson"
4601 select BR2_PACKAGE_LUA_CJSON
4602 select BR2_LEGACY
4603 help
4604 The option has been renamed BR2_PACKAGE_LUA_CJSON.
4605
94c72087
TP
4606###############################################################################
4607comment "Legacy options removed in 2013.11"
4608
ff0f55e3
AV
4609config BR2_PACKAGE_LVM2_DMSETUP_ONLY
4610 bool "lvm2's 'dmsetup only' option removed"
4611 select BR2_LEGACY
4612 help
4613 The BR2_PACKAGE_LVM2_DMSETUP_ONLY was a negative option, which
4614 led to problems with other packages that need the full lvm2
d6109172
RM
4615 suite. Therefore, the option has been replaced with the
4616 positive BR2_PACKAGE_LVM2_STANDARD_INSTALL option.
ff0f55e3
AV
4617
4618# Note: BR2_PACKAGE_LVM2_DMSETUP_ONLY is still referenced in package/lvm2/Config.in
4619# in order to automatically propagate old configs
4620
1f9c04f6
TP
4621config BR2_PACKAGE_QT_JAVASCRIPTCORE
4622 bool "qt javascriptcore option removed"
4623 select BR2_LEGACY
4624 help
4625 The BR2_PACKAGE_QT_JAVASCRIPTCORE option was available to
4626 force the activation or disabling of the JIT compiler in the
4627 Qt Javascript interpreter. However, the JIT compiler is not
4628 available for all architectures, so forcing its activation
4629 does not always work. Moreover, Qt knows by itself for which
4630 architectures JIT support is possible, and will
4631 automatically enable it if possible.
4632
4633 Therefore, this option was in fact useless, and causing
4634 build problems when enabled on architectures for which the
4635 JIT support was not available. It has been removed, and
4636 there is no replacement: Qt will enable JIT at compile time
4637 when possible.
4638
94c72087
TP
4639config BR2_PACKAGE_MODULE_INIT_TOOLS
4640 bool "module-init-tools replaced by kmod"
4641 select BR2_PACKAGE_KMOD
4642 select BR2_PACKAGE_KMOD_TOOLS
0f401f91 4643 select BR2_LEGACY
94c72087
TP
4644 help
4645 The 'module-init-tools' package has been removed, since it
4646 has been depracated upstream and replaced by 'kmod'.
4647
f2c2193b
TDS
4648config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
4649 string "u-boot: the git repository URL option has been renamed"
4650 help
4651 The option BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL has
4652 been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_URL.
4653
4654config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL_WRAP
4655 bool
4656 default y if BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL != ""
4657 select BR2_LEGACY
4658
4659# Note: BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL is still referenced from
4660# boot/uboot/Config.in
4661
4662config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
4663 string "u-boot: the git repository version option has been renamed"
4664 help
4665 The option BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION has
4666 been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION.
4667
4668config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION_WRAP
4669 bool
4670 default y if BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION != ""
4671 select BR2_LEGACY
4672
4673# Note: BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION is still referenced from
4674# boot/uboot/Config.in
4675
63ecded2
TDS
4676config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
4677 string "linux: the git repository URL option has been renamed"
4678 help
4679 The option BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL has
4680 been renamed to
4681 BR2_LINUX_KERNEL_CUSTOM_REPO_URL.
4682
4683config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL_WRAP
4684 bool
4685 default y if BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL != ""
4686 select BR2_LEGACY
4687
4688# Note: BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL is still referenced from
4689# linux/Config.in
4690
4691config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
4692 string "linux: the git repository version option has been renamed"
4693 help
4694 The option BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION has
4695 been renamed to
4696 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION.
4697
4698config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION_WRAP
4699 bool
4700 default y if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != ""
4701 select BR2_LEGACY
4702
4703# Note: BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION is still referenced from
4704# linux/Config.in
4705
67eaf705
YM
4706###############################################################################
4707comment "Legacy options removed in 2013.08"
c6e4fcb1 4708
1f3078b1
TP
4709config BR2_ARM_OABI
4710 bool "ARM OABI support has been removed"
4711 select BR2_LEGACY
4712 help
4713 The support for the ARM OABI was deprecated since a while,
4714 and has been removed completely from Buildroot. It is also
4715 deprecated in upstream gcc, since gcc 4.7. People should
4716 switch to EABI instead, which should not be a problem as
4717 long as you don't have pre-built OABI binaries in your
4718 system that you can't recompile.
4719
c6e4fcb1
GZ
4720config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
4721 bool "dosfstools dosfsck renamed to fsck.fat"
4722 select BR2_LEGACY
4723 select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
4724 help
4725 dosfsck was renamed upstream to fsck.fat for consistency.
4726
4727config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
4728 bool "dosfstools dosfslabel renamed to fatlabel"
4729 select BR2_LEGACY
4730 select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
4731 help
4732 doslabel was renamed upstream to fatlabel for consistency.
4733
4734config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
4735 bool "dosfstools mkdosfs renamed to mkfs.fat"
4736 select BR2_LEGACY
4737 select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
4738 help
4739 mkdosfs was renamed upstream to mkfs.fat for consistency.
4740
e21db000
TP
4741config BR2_ELF2FLT
4742 bool "the elf2flt option has been renamed"
4743 select BR2_LEGACY
4744 help
4745 The BR2_ELF2FLT option has been renamed to
4746 BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
4747 the package infrastructure.
4748
d806005b
TP
4749config BR2_VFP_FLOAT
4750 bool "the ARM VFP floating point option has been renamed"
4751 select BR2_LEGACY
4752 help
4753 Due to a major refactoring of the floating-point handling of
4754 the ARM architecture support, the BR2_VFP_FLOAT option has
4755 been replaced with a choice of options that allows to select
4756 between various VFP versions/capabilities.
4757
ba8f82b0
SM
4758config BR2_PACKAGE_GCC_TARGET
4759 bool "gcc on the target filesystem has been removed"
4760 select BR2_LEGACY
4761 help
4762 The support for gcc in the target filesystem was deprecated
4763 since a while, and has been removed completely from Buildroot.
4764 See Buildroot's documentation for more explanations.
4765
4766config BR2_HAVE_DEVFILES
4767 bool "development files in target filesystem has been removed"
4768 select BR2_LEGACY
4769 help
4770 The installation of the development files in the target
4771 filesystem was deprecated since a while, and has been removed
4772 completely from Buildroot.
4773 See Buildroot's documentation for more explanations.
4774
a91a5c16 4775endmenu
53903a15
AV
4776
4777endif # !SKIP_LEGACY
This page took 1.329807 seconds and 4 git commands to generate.