package/nodejs: bump version to 5.6.0
[buildroot-gz.git] / Config.in.legacy
blob3677f867d5f53a807a52f9cbaa5c745b021aeb99
2 # Config.in.legacy - support for backward compatibility
4 # When an existing Config.in symbol is removed, it should be added again in
5 # this file, and take appropriate action to approximate backward compatibility.
6 # This will make the transition for the user more convenient.
8 # When adding legacy symbols to this file, add them to the front. The oldest
9 # symbols will be removed again after about two years.
11 # The symbol should be copied as-is from the place where it was previously
12 # defined, but the help text should be removed or replaced with something that
13 # explains how to fix it.
15 # For bool options, the old symbol should select BR2_LEGACY, so that the user
16 # is informed at build-time about selected legacy options.
17 # If there is an equivalent (set of) new symbols, these should be select'ed by
18 # the old symbol for backwards compatibility.
19 # It is not possible to select an option that is part of a choice. In that
20 # case, the new option should use the old symbol as default. This requires a
21 # change outside of Config.in.legacy, and this should be clearly marked as such
22 # in a comment, so that removal of legacy options also include the removal of
23 # these external references.
25 # [Example: renaming a bool option that is part of a choice from FOO to BAR]
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
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
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
58 # [End of example]
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
65 # of the old symbol as default. Like for choice options, a comment should be
66 # added to flag that the symbol is still used in another file.
68 # [Example: renaming a string option from FOO to BAR]
69 # original symbol:
70 #   config BR2_FOO_STRING
71 #       string "Some foo string"
73 # becomes:
74 #   config BR2_BAR_STRING
75 #       string "Some bar string"
76 #       default BR2_FOO_STRING if BR2_FOO_STRING != ""  # legacy
78 # and in Config.in.legacy:
79 #   config BR2_FOO_STRING
80 #       string "The foo string has been renamed"
81 #       help
82 #         <suitable help text>
84 #   config BR2_FOO_STRING_WRAP
85 #       bool
86 #       default y if BR2_FOO_STRING != ""
87 #       select BR2_LEGACY
89 #   # Note: BR2_FOO_STRING is still referenced from package/foo/Config.in
91 # [End of example]
93 config BR2_SKIP_LEGACY
94         bool
95         option env="SKIP_LEGACY"
97 if !BR2_SKIP_LEGACY
99 config BR2_LEGACY
100         bool
101         help
102           This option is selected automatically when your old .config uses an
103           option that no longer exists in current buildroot. In that case, the
104           build will fail. Look for config options which are selected in the
105           menu below: they no longer exist and should be replaced by something
106           else.
108 # This comment fits exactly in a 80-column display
109 comment "Legacy detected: check the content of the menu below"
110         depends on BR2_LEGACY
112 menu "Legacy config options"
114 if BR2_LEGACY
115 comment "----------------------------------------------------"
116 comment "Your old configuration uses legacy options that no  "
117 comment "longer exist in buildroot, as indicated in the menu "
118 comment "below. As long as these options stay selected, or in"
119 comment "case of string options are non-empty, the build     "
120 comment "will fail.                                          "
121 comment "*                                                   "
122 comment "Where possible, an automatic conversion from old to "
123 comment "new symbols has been performed. Before making any   "
124 comment "change in this legacy menu, make sure to exit the   "
125 comment "configuration editor a first time and save the      "
126 comment "configuration. Otherwise, the automatic conversion  "
127 comment "of symbols will be lost.                            "
128 comment "*                                                   "
129 comment "After this initial save, reopen the configuration   "
130 comment "editor, inspect the options selected below, read    "
131 comment "their help texts, and verify/update the new         "
132 comment "configuration in the corresponding configuration    "
133 comment "menus. When everything is ok, you can disable the   "
134 comment "legacy options in the menu below. Once you have     "
135 comment "disabled all legacy options, this text will         "
136 comment "disappear and you will be able to start the build.  "
137 comment "*                                                   "
138 comment "Note: at some point in the future, the oldest legacy"
139 comment "options will be removed, and configuration files    "
140 comment "that still have those options set, will fail to     "
141 comment "build, or run, in unpredictable ways.               "
142 comment "----------------------------------------------------"
143 endif
145 ###############################################################################
146 comment "Legacy options removed in 2016.02"
148 config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
149         bool "openpowerlink debug option has been removed"
150         select BR2_LEGACY
151         help
152           This option depends on BR2_ENABLE_DEBUG which should not be used
153           by packages anymore.
155 config BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE
156         bool "openpowerlink package has been updated"
157         select BR2_LEGACY
158         select BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_STACK_LIB
159         help
160           openpowerlink kernel modules are built if the
161           kernel stack library is selected.
163 config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
164         bool "openpowerlink package has been updated"
165         select BR2_LEGACY
166         select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
167         help
168           The user space support has been split in two part:
169           - a monolitic user space library
170           - a user spae deamon driver
172 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
173         bool "using the linux headers version for the kernel has been removed"
174         select BR2_LEGACY
175         help
176           The option to use the version of the kernel headers for the
177           kernel to build has been removed.
179           There is now the converse, better-suited and more versatile
180           option to use the kernel version for the linux headers.
182 config BR2_PACKAGE_CUPS_PDFTOPS
183         bool "Pdftops support has been removed from Cups"
184         select BR2_LEGACY
185         help
186           Pdftops support has been removed from the cups package
187           It is now part of the cups-filters package.
189 config BR2_KERNEL_HEADERS_3_16
190         bool "kernel headers version 3.16.x are no longer supported"
191         select BR2_KERNEL_HEADERS_3_18
192         select BR2_LEGACY
193         help
194         Version 3.16.x of the Linux kernel headers have been deprecated
195         for more than four buildroot releases and are now removed.
196         As an alternative, version 3.18.x of the headers have been
197         automatically selected in your configuration.
199 config BR2_PACKAGE_PYTHON_PYXML
200         bool "python-pyxml package has been removed"
201         select BR2_LEGACY
202         help
203           PyXML is obsolete and its functionality is covered either via
204           native Python XML support or python-lxml package.
206 # BR2_ENABLE_SSP is still referenced in Config.in (default in choice)
207 config BR2_ENABLE_SSP
208         bool "Stack Smashing protection now has different levels"
209         help
210           The protection offered by SSP can now be selected from different
211           protection levels. Be sure to review the SSP level in the build
212           options menu.
214 config BR2_PACKAGE_DIRECTFB_CLE266
215         bool "cle266 driver for directfb removed"
216         select BR2_LEGACY
217         help
218           The cle266 directfb driver support has been removed.
219           It doesn't build in the latest version and it's unlikely
220           anyone has any use for it.
222 config BR2_PACKAGE_DIRECTFB_UNICHROME
223         bool "unichrome driver for directfb removed"
224         select BR2_LEGACY
225         help
226           The unichrome directfb driver support has been removed.
227           It doesn't build in the latest version and it's unlikely
228           anyone has any use for it.
230 config BR2_PACKAGE_LIBELEMENTARY
231         bool "libelementary has been renamed to elementary"
232         select BR2_LEGACY
233         select BR2_PACKAGE_ELEMENTARY
234         help
235           The libelementary package has been renamed to match the upstream
236           name.
238 config BR2_PACKAGE_LIBEINA
239         bool "libeina package has been removed"
240         select BR2_LEGACY
241         select BR2_PACKAGE_EFL
242         help
243           With EFL 1.15, libeina is now provided by the efl package.
245 config BR2_PACKAGE_LIBEET
246         bool "libeet package has been removed"
247         select BR2_LEGACY
248         select BR2_PACKAGE_EFL
249         help
250           With EFL 1.15, libeet is now provided by the efl package.
252 config BR2_PACKAGE_LIBEVAS
253         bool "libevas package has been removed"
254         select BR2_LEGACY
255         select BR2_PACKAGE_EFL
256         help
257           With EFL 1.15, libevas is now provided by the efl package.
259 config BR2_PACKAGE_LIBECORE
260         bool "libecore package has been removed"
261         select BR2_LEGACY
262         select BR2_PACKAGE_EFL
263         help
264           With EFL 1.15, libecore is now provided by the efl package.
266 config BR2_PACKAGE_LIBEDBUS
267         bool "libedbus package has been removed"
268         select BR2_LEGACY
269         select BR2_PACKAGE_EFL
270         help
271           With EFL 1.15, libedbus is now provided by the efl package.
273 config BR2_PACKAGE_LIBEFREET
274         bool "libefreet package has been removed"
275         select BR2_LEGACY
276         select BR2_PACKAGE_EFL
277         help
278           With EFL 1.15, libefreet is now provided by the efl package.
280 config BR2_PACKAGE_LIBEIO
281         bool "libeio package has been removed"
282         select BR2_LEGACY
283         select BR2_PACKAGE_EFL
284         help
285           With EFL 1.15, libeio is now provided by the efl package.
287 config BR2_PACKAGE_LIBEMBRYO
288         bool "libembryo package has been removed"
289         select BR2_LEGACY
290         select BR2_PACKAGE_EFL
291         help
292           With EFL 1.15, libembryo is now provided by the efl package.
294 config BR2_PACKAGE_LIBEDJE
295         bool "libedje package has been removed"
296         select BR2_LEGACY
297         select BR2_PACKAGE_EFL
298         help
299           With EFL 1.15, libedje is now provided by the efl package.
301 config BR2_PACKAGE_LIBETHUMB
302         bool "libethumb package has been removed"
303         select BR2_LEGACY
304         select BR2_PACKAGE_EFL
305         help
306           With EFL 1.15, libethumb is now provided by the efl package.
308 config BR2_PACKAGE_INFOZIP
309         bool "infozip option has been renamed to zip"
310         select BR2_LEGACY
311         select BR2_PACKAGE_ZIP
312         help
313           Info-Zip's Zip package has been renamed from infozip to zip,
314           to avoid ambiguities with Info-Zip's UnZip which has been added
315           in the unzip package.
317 config BR2_BR2_PACKAGE_NODEJS_0_10_X
318         bool "nodejs 0.10.x option removed"
319         select BR2_LEGACY
320         select BR2_PACKAGE_NODEJS
321         help
322           nodejs 0.10.x option has been removed.  0.10.x is now
323           automatically chosen for ARMv5 architectures only and the latest
324           nodejs for all other supported architectures. The correct nodejs
325           version has been automatically selected in your configuration.
327 config BR2_BR2_PACKAGE_NODEJS_0_12_X
328         bool "nodejs version 0.12.x has been removed"
329         select BR2_LEGACY
330         select BR2_PACKAGE_NODEJS
331         help
332           nodejs version 0.12.x has been removed.  As an alternative,
333           the latest nodejs version has been automatically selected in
334           your configuration.
336 config BR2_BR2_PACKAGE_NODEJS_4_X
337         bool "nodejs version 4.x has been removed"
338         select BR2_LEGACY
339         select BR2_PACKAGE_NODEJS
340         help
341           nodejs version 4.x has been removed.  As an alternative,
342           the latest nodejs version has been automatically selected in
343           your configuration.
345 ###############################################################################
346 comment "Legacy options removed in 2015.11"
348 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL
349         bool "gst1-plugins-bad real plugin has been removed"
350         select BR2_LEGACY
351         help
352           The real plugin from GStreamer 1 bad plugins has been
353           removed.
355 config BR2_PACKAGE_MEDIA_CTL
356         bool "media-ctl package has been removed"
357         select BR2_LEGACY
358         select BR2_PACKAGE_LIBV4L
359         select BR2_PACKAGE_LIBV4L_UTILS
360         help
361           media-ctl source and developement have been moved to
362           v4l-utils since June 2014. For an up-to-date media-ctl
363           version select BR2_PACKAGE_LIBV4L and BR2_PACKAGE_LIBV4L_UTILS.
365 config BR2_PACKAGE_SCHIFRA
366         bool "schifra package has been removed"
367         select BR2_LEGACY
368         help
369           Schifra package has been maked broken since 2014.11 release and
370           haven't been fixed since then.
372 config BR2_PACKAGE_ZXING
373         bool "zxing option has been renamed"
374         select BR2_LEGACY
375         select BR2_PACKAGE_ZXING_CPP
376         help
377           ZXing no longer provides the cpp bindings, it has been renamed to
378           BR2_PACKAGE_ZXING_CPP which uses a new upstream.
380 # Since FreeRDP has new dependencies, protect this legacy to avoid the
381 # infamous "unmet direct dependencies" kconfig error.
382 config BR2_PACKAGE_FREERDP_CLIENT
383         bool "freerdp client option renamed"
384         depends on BR2_PACKAGE_FREERDP
385         select BR2_LEGACY
386         select BR2_PACKAGE_FREERDP_CLIENT_X11
388 config BR2_PACKAGE_BLACKBOX
389         bool "blackbox package has been removed"
390         select BR2_LEGACY
391         help
392           Upstream is dead and the package has been deprecated for
393           some time. There are other alternative maintained WMs.
395 config BR2_KERNEL_HEADERS_3_0
396         bool "kernel headers version 3.0.x are no longer supported"
397         select BR2_KERNEL_HEADERS_3_2
398         select BR2_LEGACY
399         help
400           Version 3.0.x of the Linux kernel headers have been deprecated
401           for more than four buildroot releases and are now removed.
402           As an alternative, version 3.2.x of the headers have been
403           automatically selected in your configuration.
405 config BR2_KERNEL_HEADERS_3_11
406         bool "kernel headers version 3.11.x are no longer supported"
407         select BR2_KERNEL_HEADERS_3_12
408         select BR2_LEGACY
409         help
410           Version 3.11.x of the Linux kernel headers have been deprecated
411           for more than four buildroot releases and are now removed.
412           As an alternative, version 3.12.x of the headers have been
413           automatically selected in your configuration.
415 config BR2_KERNEL_HEADERS_3_13
416         bool "kernel headers version 3.13.x are no longer supported"
417         select BR2_KERNEL_HEADERS_3_14
418         select BR2_LEGACY
419         help
420           Version 3.13.x of the Linux kernel headers have been deprecated
421           for more than four buildroot releases and are now removed.
422           As an alternative, version 3.14.x of the headers have been
423           automatically selected in your configuration.
425 config BR2_KERNEL_HEADERS_3_15
426         bool "kernel headers version 3.15.x are no longer supported"
427         select BR2_KERNEL_HEADERS_3_18
428         select BR2_LEGACY
429         help
430           Version 3.15.x of the Linux kernel headers have been deprecated
431           for more than four buildroot releases and are now removed.
432           As an alternative, version 3.18.x of the headers have been
433           automatically selected in your configuration.
435 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
436         bool "DirectFB example df_andi has been removed"
437         select BR2_LEGACY
438         select BR2_PACKAGE_DIRECTFB_EXAMPLES
439         help
440           The per-DirectFB example options have been removed. The
441           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
442           examples.
444 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
445         bool "DirectFB example df_bltload has been removed"
446         select BR2_LEGACY
447         select BR2_PACKAGE_DIRECTFB_EXAMPLES
448         help
449           The per-DirectFB example options have been removed. The
450           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
451           examples.
453 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
454         bool "DirectFB example df_cpuload has been removed"
455         select BR2_LEGACY
456         select BR2_PACKAGE_DIRECTFB_EXAMPLES
457         help
458           The per-DirectFB example options have been removed. The
459           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
460           examples.
462 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
463         bool "DirectFB example df_databuffer has been removed"
464         select BR2_LEGACY
465         select BR2_PACKAGE_DIRECTFB_EXAMPLES
466         help
467           The per-DirectFB example options have been removed. The
468           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
469           examples.
471 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
472         bool "DirectFB example df_dioload has been removed"
473         select BR2_LEGACY
474         select BR2_PACKAGE_DIRECTFB_EXAMPLES
475         help
476           The per-DirectFB example options have been removed. The
477           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
478           examples.
480 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
481         bool "DirectFB example df_dok has been removed"
482         select BR2_LEGACY
483         select BR2_PACKAGE_DIRECTFB_EXAMPLES
484         help
485           The per-DirectFB example options have been removed. The
486           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
487           examples.
489 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
490         bool "DirectFB example df_drivertest has been removed"
491         select BR2_LEGACY
492         select BR2_PACKAGE_DIRECTFB_EXAMPLES
493         help
494           The per-DirectFB example options have been removed. The
495           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
496           examples.
498 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
499         bool "DirectFB example df_fire has been removed"
500         select BR2_LEGACY
501         select BR2_PACKAGE_DIRECTFB_EXAMPLES
502         help
503           The per-DirectFB example options have been removed. The
504           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
505           examples.
507 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
508         bool "DirectFB example df_flip has been removed"
509         select BR2_LEGACY
510         select BR2_PACKAGE_DIRECTFB_EXAMPLES
511         help
512           The per-DirectFB example options have been removed. The
513           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
514           examples.
516 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
517         bool "DirectFB example df_fonts has been removed"
518         select BR2_LEGACY
519         select BR2_PACKAGE_DIRECTFB_EXAMPLES
520         help
521           The per-DirectFB example options have been removed. The
522           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
523           examples.
525 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
526         bool "DirectFB example df_input has been removed"
527         select BR2_LEGACY
528         select BR2_PACKAGE_DIRECTFB_EXAMPLES
529         help
530           The per-DirectFB example options have been removed. The
531           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
532           examples.
534 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
535         bool "DirectFB example df_joystick has been removed"
536         select BR2_LEGACY
537         select BR2_PACKAGE_DIRECTFB_EXAMPLES
538         help
539           The per-DirectFB example options have been removed. The
540           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
541           examples.
543 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
544         bool "DirectFB example df_knuckles has been removed"
545         select BR2_LEGACY
546         select BR2_PACKAGE_DIRECTFB_EXAMPLES
547         help
548           The per-DirectFB example options have been removed. The
549           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
550           examples.
552 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
553         bool "DirectFB example df_layer has been removed"
554         select BR2_LEGACY
555         select BR2_PACKAGE_DIRECTFB_EXAMPLES
556         help
557           The per-DirectFB example options have been removed. The
558           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
559           examples.
561 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
562         bool "DirectFB example df_matrix has been removed"
563         select BR2_LEGACY
564         select BR2_PACKAGE_DIRECTFB_EXAMPLES
565         help
566           The per-DirectFB example options have been removed. The
567           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
568           examples.
570 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
571         bool "DirectFB example df_matrix_water has been removed"
572         select BR2_LEGACY
573         select BR2_PACKAGE_DIRECTFB_EXAMPLES
574         help
575           The per-DirectFB example options have been removed. The
576           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
577           examples.
579 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
580         bool "DirectFB example df_neo has been removed"
581         select BR2_LEGACY
582         select BR2_PACKAGE_DIRECTFB_EXAMPLES
583         help
584           The per-DirectFB example options have been removed. The
585           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
586           examples.
588 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
589         bool "DirectFB example df_netload has been removed"
590         select BR2_LEGACY
591         select BR2_PACKAGE_DIRECTFB_EXAMPLES
592         help
593           The per-DirectFB example options have been removed. The
594           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
595           examples.
597 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
598         bool "DirectFB example df_palette has been removed"
599         select BR2_PACKAGE_DIRECTFB_EXAMPLES
600         help
601           The per-DirectFB example options have been removed. The
602           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
603           examples.
605 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
606         bool "DirectFB example df_particle has been removed"
607         select BR2_LEGACY
608         select BR2_PACKAGE_DIRECTFB_EXAMPLES
609         help
610           The per-DirectFB example options have been removed. The
611           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
612           examples.
614 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
615         bool "DirectFB example df_porter has been removed"
616         select BR2_LEGACY
617         select BR2_PACKAGE_DIRECTFB_EXAMPLES
618         help
619           The per-DirectFB example options have been removed. The
620           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
621           examples.
623 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
624         bool "DirectFB example df_stress has been removed"
625         select BR2_PACKAGE_DIRECTFB_EXAMPLES
626         help
627           The per-DirectFB example options have been removed. The
628           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
629           examples.
631 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
632         bool "DirectFB example df_texture has been removed"
633         select BR2_LEGACY
634         select BR2_PACKAGE_DIRECTFB_EXAMPLES
635         help
636           The per-DirectFB example options have been removed. The
637           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
638           examples.
640 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
641         bool "DirectFB example df_video has been removed"
642         select BR2_LEGACY
643         select BR2_PACKAGE_DIRECTFB_EXAMPLES
644         help
645           The per-DirectFB example options have been removed. The
646           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
647           examples.
649 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
650         bool "DirectFB example df_video_particle has been removed"
651         select BR2_LEGACY
652         select BR2_PACKAGE_DIRECTFB_EXAMPLES
653         help
654           The per-DirectFB example options have been removed. The
655           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
656           examples.
658 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
659         bool "DirectFB example df_window has been removed"
660         select BR2_LEGACY
661         select BR2_PACKAGE_DIRECTFB_EXAMPLES
662         help
663           The per-DirectFB example options have been removed. The
664           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
665           examples.
667 config BR2_PACKAGE_KOBS_NG
668         bool "kobs-ng was replaced by imx-kobs"
669         select BR2_LEGACY
670         select BR2_PACKAGE_IMX_KOBS
671         help
672           The outdated kobs-ng has been replaced by the Freescale-
673           maintained imx-kobs package.
675 config BR2_PACKAGE_SAWMAN
676         bool "sawman package removed"
677         select BR2_LEGACY
678         select BR2_PACKAGE_DIRECTFB_SAWMAN
679         help
680           This option has been removed because the sawman package no
681           longer exists: it was merged inside DirectFB itself. This
682           feature can now be enabled using the
683           BR2_PACKAGE_DIRECTFB_SAWMAN option.
685 config BR2_PACKAGE_DIVINE
686         bool "divine package removed"
687         select BR2_LEGACY
688         select BR2_PACKAGE_DIRECTFB_DIVINE
689         help
690           This option has been removed because the divine package no
691           longer exists: it was merged inside DirectFB itself. This
692           feature can now be enabled using the
693           BR2_PACKAGE_DIRECTFB_DIVINE option.
695 ###############################################################################
696 comment "Legacy options removed in 2015.08"
698 config BR2_PACKAGE_KODI_PVR_ADDONS
699         bool "Kodi PVR addon was split"
700         select BR2_LEGACY
701         select BR2_PACKAGE_KODI_PVR_ARGUSTV
702         select BR2_PACKAGE_KODI_PVR_DVBLINK
703         select BR2_PACKAGE_KODI_PVR_DVBVIEWER
704         select BR2_PACKAGE_KODI_PVR_FILMON
705         select BR2_PACKAGE_KODI_PVR_HTS
706         select BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
707         select BR2_PACKAGE_KODI_PVR_MEDIAPORTAL_TVSERVER
708         select BR2_PACKAGE_KODI_PVR_MYTHTV
709         select BR2_PACKAGE_KODI_PVR_NEXTPVR
710         select BR2_PACKAGE_KODI_PVR_NJOY
711         select BR2_PACKAGE_KODI_PVR_PCTV
712         select BR2_PACKAGE_KODI_PVR_STALKER
713         select BR2_PACKAGE_KODI_PVR_VBOX
714         select BR2_PACKAGE_KODI_PVR_VDR_VNSI
715         select BR2_PACKAGE_KODI_PVR_VUPLUS
716         select BR2_PACKAGE_KODI_PVR_WMC
717         help
718           Kodi PVR addon was split into seperate modules
720 config BR2_BINUTILS_VERSION_2_23_2
721         bool "binutils 2.23 option renamed"
722         select BR2_LEGACY
723         select BR2_BINUTILS_VERSION_2_23_X
724         help
725           The binutils version option has been renamed to match the
726           same patchlevel logic used by gcc. The new option is now
727           BR2_BINUTILS_VERSION_2_23_X.
729 config BR2_BINUTILS_VERSION_2_24
730         bool "binutils 2.24 option renamed"
731         select BR2_LEGACY
732         select BR2_BINUTILS_VERSION_2_24_X
733         help
734           The binutils version option has been renamed to match the
735           same patchlevel logic used by gcc. The new option is now
736           BR2_BINUTILS_VERSION_2_24_X.
738 config BR2_BINUTILS_VERSION_2_25
739         bool "binutils 2.25 option renamed"
740         select BR2_LEGACY
741         select BR2_BINUTILS_VERSION_2_25_X
742         help
743           The binutils version option has been renamed to match the
744           same patchlevel logic used by gcc. The new option is now
745           BR2_BINUTILS_VERSION_2_25_X.
747 config BR2_PACKAGE_PERF
748         bool "perf option has been renamed"
749         select BR2_LEGACY
750         select BR2_LINUX_KERNEL_TOOL_PERF
751         help
752           The perf package has been moved as a Linux tools package,
753           and the option to enable it is now
754           BR2_LINUX_KERNEL_TOOL_PERF.
756 config BR2_BINUTILS_VERSION_2_22
757         bool "binutils 2.22 removed"
758         select BR2_LEGACY
759         help
760           Binutils 2.22 has been removed, using a newer version is
761           recommended.
763 config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
764         bool "gpu-viv-bin-mx6q"
765         select BR2_LEGACY
766         select BR2_PACKAGE_IMX_GPU_VIV
767         help
768           Vivante graphics libraries have been renamed to
769           BR2_PACKAGE_IMX_GPU_VIV to be aligned with upstream package
770           name.
772 config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
773         depends on BR2_PACKAGE_PYTHON
774         bool "libsemanage python bindings removed"
775         select BR2_LEGACY
776         help
777           This option has been removed, since the libsemanage Python
778           bindings on the target were not useful.
780 config BR2_TARGET_UBOOT_NETWORK
781         bool "U-Boot custom network settings removed"
782         select BR2_LEGACY
783         help
784           U-Boot's custom network settings options have been removed.
786 ###############################################################################
787 comment "Legacy options removed in 2015.05"
789 config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K
790         bool "jffs2 16kB erasesize NAND flash option renamed"
791         select BR2_LEGACY
792         select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_16K
793         help
794           The JFFS2 NAND flash options now longer include the page
795           size.
797 config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K
798         bool "jffs2 128kB erasesize NAND flash option renamed"
799         select BR2_LEGACY
800         select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K
801         help
802           The JFFS2 NAND flash options now longer include the page
803           size.
805 config BR2_PACKAGE_MONO_20
806         bool "2.0/3.5 .Net Runtime"
807         select BR2_LEGACY
808         help
809           This option no longer exists, all versions of the .Net
810           runtime are now installed.
812 config BR2_PACKAGE_MONO_40
813         bool "4.0 .Net Runtime"
814         select BR2_LEGACY
815         help
816           This option no longer exists, all versions of the .Net
817           runtime are now installed.
819 config BR2_PACKAGE_MONO_45
820         bool "4.5 .Net Runtime"
821         select BR2_LEGACY
822         help
823           This option no longer exists, all versions of the .Net
824           runtime are now installed.
826 config BR2_CIVETWEB_WITH_LUA
827         bool "civetweb lua option renamed"
828         select BR2_LEGACY
829         select BR2_PACKAGE_CIVETWEB_WITH_LUA
830         help
831           civetweb's lua option has been renamed to
832           BR2_PACKAGE_CIVETWEB_WITH_LUA to be aligned with how other
833           packages name options.
835 config BR2_PACKAGE_TIFF_TIFF2PDF
836         bool "tiff utility-specific option removed"
837         select BR2_LEGACY
838         select BR2_PACKAGE_TIFF_UTILITIES
839         help
840           utility-specific options have been removed in favour of
841           the new option BR2_PACKAGE_TIFF_UTILITIES.
843 config BR2_PACKAGE_TIFF_TIFFCP
844         bool "tiff utility-specific option removed"
845         select BR2_LEGACY
846         select BR2_PACKAGE_TIFF_UTILITIES
847         help
848           utility-specific options have been removed in favour of
849           the new option BR2_PACKAGE_TIFF_UTILITIES.
851 config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
852         bool "RTAI patch file path has been removed"
853         select BR2_LEGACY
854         help
855           This option has never worked, so it has been removed.
857 config BR2_TARGET_GENERIC_PASSWD_DES
858         bool "Encoding passwords with DES has been removed"
859         select BR2_LEGACY
860         help
861           Paswords can now only be encoded with either of md5, sha256 or sha512.
862           The default is md5, which is stronger that DES (but still pretty weak).
864 config BR2_PACKAGE_GTK2_THEME_HICOLOR
865         bool "hicolor (default theme) is a duplicate"
866         select BR2_LEGACY
867         select BR2_PACKAGE_HICOLOR_ICON_THEME
868         help
869           The option was just a duplicate of hicolor icon theme.
871 config BR2_PACKAGE_VALGRIND_PTRCHECK
872         bool "valgrind's PTRCheck was renamed to SGCheck"
873         select BR2_LEGACY
874         select BR2_PACKAGE_VALGRIND_SGCHECK
875         help
876           PTRCheck was renamed to SGCheck in valgrind
878 ###############################################################################
879 comment "Legacy options removed in 2015.02"
881 config BR2_PACKAGE_LIBGC
882         bool "libgc package removed"
883         select BR2_LEGACY
884         select BR2_PACKAGE_BDWGC
885         help
886           libgc has been removed because we have the same package under a
887           different name, bdwgc.
889 config BR2_PACKAGE_WDCTL
890         bool "util-linux' wdctl option has been renamed"
891         select BR2_LEGACY
892         select BR2_PACKAGE_UTIL_LINUX_WDCTL
893         help
894           util-linux' wdctl option has been renamed to BR2_PACKAGE_UTIL_LINUX_WDCTL
895           to be aligned with how the other options are named.
897 config BR2_PACKAGE_UTIL_LINUX_ARCH
898         bool "util-linux' arch option has been removed"
899         select BR2_LEGACY
900         help
901           util-linux' arch was dropped in util-linux 2.23, in favor of
902           the coreutils version.
904 config BR2_PACKAGE_UTIL_LINUX_DDATE
905         bool "util-linux' ddate option has been removed"
906         select BR2_LEGACY
907         help
908           util-linux' ddate was dropped in util-linux 2.23.
910 config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
911         bool "rpm's bzip2 payloads option has been removed"
912         select BR2_LEGACY
913         select BR2_PACKAGE_BZIP2
914         help
915           The bzip2 payloads option rely entirely on the dependant package bzip2.
916           So, you need to select it to enable this feature.
918 config BR2_PACKAGE_RPM_XZ_PAYLOADS
919         bool "rpm's xz payloads option has been removed"
920         select BR2_LEGACY
921         select BR2_PACKAGE_XZ
922         help
923           The xz payloads option rely entirely on the dependant package xz.
924           So, you need to select it to enable this feature.
926 config BR2_PACKAGE_M4
927         bool "m4 target package removed"
928         select BR2_LEGACY
929         help
930           The m4 target package has been removed, it's been
931           deprecated for some time now.
933 config BR2_PACKAGE_FLEX_BINARY
934         bool "flex binary in target option removed"
935         select BR2_LEGACY
936         help
937           The flex binary in the target option has been removed.
938           It's been deprecated for some time now and is essentially a
939           development tool which isn't very useful in the target.
941 config BR2_PACKAGE_BISON
942         bool "bison target package removed"
943         select BR2_LEGACY
944         help
945           The bison target package has been removed, it's been
946           deprecated for some time now and is essentially a development
947           tool which isn't very useful in the target.
949 config BR2_PACKAGE_GOB2
950         bool "gob2 target package removed"
951         select BR2_LEGACY
952         help
953           The gob2 target package has been removed, it's been
954           deprecated for some time now and was essentially useless
955           without a target toolchain.
957 config BR2_PACKAGE_DISTCC
958         bool "distcc target package removed"
959         select BR2_LEGACY
960         help
961           The distcc target package has been removed, it's been
962           deprecated for some time now and was essentially useless
963           without a target toolchain.
965 config BR2_PACKAGE_HASERL_VERSION_0_8_X
966         bool "haserl 0.8.x version removed"
967         select BR2_LEGACY
968         help
969           The 0.8.x version option for haserl has been removed since it
970           has been deprecated for some time now.
971           You should be able to use the 0.9.x version without issues.
973 config BR2_PACKAGE_STRONGSWAN_TOOLS
974         bool "strongswan option has been removed"
975         select BR2_LEGACY
976         select BR2_PACKAGE_STRONGSWAN_PKI
977         select BR2_PACKAGE_STRONGSWAN_SCEP
978         help
979           The tools option has been removed upstream and the different tools
980           have been split between the pki and scep options, with others
981           deprecated.
983 config BR2_PACKAGE_XBMC_ADDON_XVDR
984         bool "xbmc options have been renamed"
985         select BR2_LEGACY
986         select BR2_PACKAGE_KODI_ADDON_XVDR
987         help
988           The XBMC media center project was renamed to Kodi entertainment center
990 config BR2_PACKAGE_XBMC_PVR_ADDONS
991         bool "xbmc options have been renamed"
992         select BR2_LEGACY
993         select BR2_PACKAGE_KODI_PVR_ADDONS
994         help
995           The XBMC media center project was renamed to Kodi entertainment center
997 config BR2_PACKAGE_XBMC
998         bool "xbmc options have been renamed"
999         select BR2_LEGACY
1000         select BR2_PACKAGE_KODI
1001         help
1002           The XBMC media center project was renamed to Kodi entertainment center
1004 config BR2_PACKAGE_XBMC_ALSA_LIB
1005         bool "xbmc options have been renamed"
1006         select BR2_LEGACY
1007         select BR2_PACKAGE_KODI_ALSA_LIB
1008         help
1009           The XBMC media center project was renamed to Kodi entertainment center
1011 config BR2_PACKAGE_XBMC_AVAHI
1012         bool "xbmc options have been renamed"
1013         select BR2_LEGACY
1014         select BR2_PACKAGE_KODI_AVAHI
1015         help
1016           The XBMC media center project was renamed to Kodi entertainment center
1018 config BR2_PACKAGE_XBMC_DBUS
1019         bool "xbmc options have been renamed"
1020         select BR2_LEGACY
1021         select BR2_PACKAGE_KODI_DBUS
1022         help
1023           The XBMC media center project was renamed to Kodi entertainment center
1025 config BR2_PACKAGE_XBMC_LIBBLURAY
1026         bool "xbmc options have been renamed"
1027         select BR2_LEGACY
1028         select BR2_PACKAGE_KODI_LIBBLURAY
1029         help
1030           The XBMC media center project was renamed to Kodi entertainment center
1032 config BR2_PACKAGE_XBMC_GOOM
1033         bool "xbmc options have been renamed"
1034         select BR2_LEGACY
1035         select BR2_PACKAGE_KODI_GOOM
1036         help
1037           The XBMC media center project was renamed to Kodi entertainment center
1039 config BR2_PACKAGE_XBMC_RSXS
1040         bool "xbmc options have been renamed"
1041         select BR2_LEGACY
1042         select BR2_PACKAGE_KODI_RSXS
1043         help
1044           The XBMC media center project was renamed to Kodi entertainment center
1046 config BR2_PACKAGE_XBMC_LIBCEC
1047         bool "xbmc options have been renamed"
1048         select BR2_LEGACY
1049         select BR2_PACKAGE_KODI_LIBCEC
1050         help
1051           The XBMC media center project was renamed to Kodi entertainment center
1053 config BR2_PACKAGE_XBMC_LIBMICROHTTPD
1054         bool "xbmc options have been renamed"
1055         select BR2_LEGACY
1056         select BR2_PACKAGE_KODI_LIBMICROHTTPD
1057         help
1058           The XBMC media center project was renamed to Kodi entertainment center
1060 config BR2_PACKAGE_XBMC_LIBNFS
1061         bool "xbmc options have been renamed"
1062         select BR2_LEGACY
1063         select BR2_PACKAGE_KODI_LIBNFS
1064         help
1065           The XBMC media center project was renamed to Kodi entertainment center
1067 config BR2_PACKAGE_XBMC_RTMPDUMP
1068         bool "xbmc options have been renamed"
1069         select BR2_LEGACY
1070         select BR2_PACKAGE_KODI_RTMPDUMP
1071         help
1072           The XBMC media center project was renamed to Kodi entertainment center
1074 config BR2_PACKAGE_XBMC_LIBSHAIRPLAY
1075         bool "xbmc options have been renamed"
1076         select BR2_LEGACY
1077         select BR2_PACKAGE_KODI_LIBSHAIRPLAY
1078         help
1079           The XBMC media center project was renamed to Kodi entertainment center
1081 config BR2_PACKAGE_XBMC_LIBSMBCLIENT
1082         bool "xbmc options have been renamed"
1083         select BR2_LEGACY
1084         select BR2_PACKAGE_KODI_LIBSMBCLIENT
1085         help
1086           The XBMC media center project was renamed to Kodi entertainment center
1088 config BR2_PACKAGE_XBMC_LIBTHEORA
1089         bool "xbmc options have been renamed"
1090         select BR2_LEGACY
1091         select BR2_PACKAGE_KODI_LIBTHEORA
1092         help
1093           The XBMC media center project was renamed to Kodi entertainment center
1095 config BR2_PACKAGE_XBMC_LIBUSB
1096         bool "xbmc options have been renamed"
1097         select BR2_LEGACY
1098         select BR2_PACKAGE_KODI_LIBUSB
1099         help
1100           The XBMC media center project was renamed to Kodi entertainment center
1102 config BR2_PACKAGE_XBMC_LIBVA
1103         bool "xbmc options have been renamed"
1104         select BR2_LEGACY
1105         select BR2_PACKAGE_KODI_LIBVA
1106         help
1107           The XBMC media center project was renamed to Kodi entertainment center
1109 config BR2_PACKAGE_XBMC_WAVPACK
1110         bool "xbmc options have been renamed"
1111         select BR2_LEGACY
1112         select BR2_PACKAGE_KODI_WAVPACK
1113         help
1114           The XBMC media center project was renamed to Kodi entertainment center
1116 config BR2_PREFER_STATIC_LIB
1117         bool "static library option renamed"
1118         select BR2_LEGACY
1119         help
1120           The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
1121           highlights the fact that the option no longer "prefers"
1122           static libraries, but "enforces" static libraries (i.e
1123           shared libraries are completely unused).
1125           Take care of updating the type of libraries you want under the
1126           "Build options" menu.
1128 ###############################################################################
1129 comment "Legacy options removed in 2014.11"
1131 config BR2_x86_generic
1132         bool "x86 generic variant has been removed"
1133         select BR2_LEGACY
1134         help
1135           The generic x86 CPU variant has been removed. Use another
1136           CPU variant instead.
1138 config BR2_GCC_VERSION_4_4_X
1139         bool "gcc 4.4.x has been removed"
1140         select BR2_LEGACY
1141         help
1142           The 4.4.x version of gcc has been removed. Use a newer
1143           version instead.
1145 config BR2_sparc_sparchfleon
1146         bool "sparchfleon CPU has been removed"
1147         select BR2_LEGACY
1148         help
1149           The sparchfleon CPU was only supported in a patched gcc 4.4
1150           version. Its support has been removed in favor of the leon3
1151           CPU starting from gcc 4.8.x.
1153 config BR2_sparc_sparchfleonv8
1154         bool "sparchfleonv8 CPU has been removed"
1155         select BR2_LEGACY
1156         help
1157           The sparchfleonv8 CPU was only supported in a patched gcc
1158           4.4 version. Its support has been removed in favor of the
1159           leon3 CPU starting from gcc 4.8.x.
1161 config BR2_sparc_sparcsfleon
1162         bool "sparcsfleon CPU has been removed"
1163         select BR2_LEGACY
1164         help
1165           The sparcsfleon CPU was only supported in a patched gcc 4.4
1166           version. Its support has been removed in favor of the leon3
1167           CPU starting from gcc 4.8.x.
1169 config BR2_sparc_sparcsfleonv8
1170         bool "sparcsfleonv8 CPU has been removed"
1171         select BR2_LEGACY
1172         help
1173           The sparcsfleonv8 CPU was only supported in a patched gcc
1174           4.4 version. Its support has been removed in favor of the
1175           leon3 CPU starting from gcc 4.8.x.
1177 config BR2_PACKAGE_XLIB_LIBPCIACCESS
1178         bool "xlib-libpciaccess option has been renamed"
1179         depends on BR2_PACKAGE_XORG7
1180         select BR2_LEGACY
1181         select BR2_PACKAGE_LIBPCIACCESS
1182         help
1183           libpciaccess neither depends on X11 nor Xlib. Thus the
1184           package has been renamed BR2_PACKAGE_LIBPCIACCESS
1186 config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
1187         bool "Xceive xc5000 option has been renamed"
1188         select BR2_LEGACY
1189         select BR2_PACKAGE_LINUX_FIRMWARE_XCx000
1190         help
1191           The Xceive xc5000 option now also handles older firmwares from
1192           Xceive (the xc4000 series), as well as new firmwares (the xc5000c)
1193           from Cresta, who bought Xceive.
1195 config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
1196         bool "Chelsio T4 option has been renamed"
1197         select BR2_LEGACY
1198         select BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
1199         help
1200           The Chelsio T4 option BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
1201           has been renamed to BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
1202           to better account for the fact that a T5 variant exists.
1204 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7
1205         bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 has been renamed"
1206         select BR2_LEGACY
1207         help
1208           The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 was
1209           renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_7. You must
1210           select it in:
1211               Target packages -> Hardware handling ->
1212               Firmware -> linux-firmware -> WiFi firmware ->
1213               iwlwifi 3160/726x revision to use (revision 7)
1215 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8
1216         bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 has been renamed"
1217         select BR2_LEGACY
1218         help
1219           The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 was
1220           renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_8. You must
1221           select it in:
1222               Target packages -> Hardware handling ->
1223               Firmware -> linux-firmware -> WiFi firmware ->
1224               iwlwifi 3160/726x revision to use (revision 8)
1226 ###############################################################################
1227 comment "Legacy options removed in 2014.08"
1229 config BR2_PACKAGE_LIBELF
1230         bool "libelf has been removed"
1231         select BR2_PACKAGE_ELFUTILS
1232         select BR2_LEGACY
1233         help
1234           The libelf package provided an old version of the libelf library
1235           and is deprecated. The libelf library is now provided by the
1236           elfutils package.
1238 config BR2_KERNEL_HEADERS_3_8
1239         bool "kernel headers version 3.8.x are no longer supported"
1240         select BR2_KERNEL_HEADERS_3_10
1241         select BR2_LEGACY
1242         help
1243           Version 3.8.x of the Linux kernel headers have been deprecated
1244           for more than four buildroot releases and are now removed.
1245           As an alternative, version 3.10.x of the headers have been
1246           automatically selected in your configuration.
1248 config BR2_PACKAGE_GETTEXT_TOOLS
1249         bool "support for gettext-tools on target has been removed"
1250         select BR2_LEGACY
1251         help
1252           The option to install the gettext utilities on the target
1253           has been removed. This is not necessary as Buildroot is not
1254           designed to provide a full development environment on the
1255           target. gettext tools should be used on the build machine
1256           instead.
1258 config BR2_PACKAGE_PROCPS
1259         bool "procps has been replaced by procps-ng"
1260         select BR2_PACKAGE_PROCPS_NG
1261         select BR2_LEGACY
1262         help
1263           The procps package has been replaced by the equivalent procps-ng.
1265 config BR2_BINUTILS_VERSION_2_20_1
1266         bool "binutils 2.20.1 has been removed"
1267         select BR2_LEGACY
1268         help
1269           The 2.20.1 version of binutils has been removed. Use a newer
1270           version instead.
1272 config BR2_BINUTILS_VERSION_2_21
1273         bool "binutils 2.21 has been removed"
1274         select BR2_LEGACY
1275         help
1276           The 2.21 version of binutils has been removed. Use a newer
1277           version instead.
1279 config BR2_BINUTILS_VERSION_2_23_1
1280         bool "binutils 2.23.1 has been removed"
1281         select BR2_LEGACY
1282         help
1283           The 2.23.1 version of binutils has been removed. Use a newer
1284           version instead.
1286 config BR2_UCLIBC_VERSION_0_9_32
1287         bool "uclibc 0.9.32 has been removed"
1288         select BR2_LEGACY
1289         help
1290           The 0.9.32 version of uClibc has been removed. Use a newer
1291           version instead.
1293 config BR2_GCC_VERSION_4_3_X
1294         bool "gcc 4.3.x has been removed"
1295         select BR2_LEGACY
1296         help
1297           The 4.3.x version of gcc has been removed. Use a newer
1298           version instead.
1300 config BR2_GCC_VERSION_4_6_X
1301         bool "gcc 4.6.x has been removed"
1302         select BR2_LEGACY
1303         help
1304           The 4.6.x version of gcc has been removed. Use a newer
1305           version instead.
1307 config BR2_GDB_VERSION_7_4
1308         bool "gdb 7.4 has been removed"
1309         select BR2_LEGACY
1310         help
1311           The 7.4 version of gdb has been removed. Use a newer version
1312           instead.
1314 config BR2_GDB_VERSION_7_5
1315         bool "gdb 7.5 has been removed"
1316         select BR2_LEGACY
1317         help
1318           The 7.5 version of gdb has been removed. Use a newer version
1319           instead.
1321 config BR2_BUSYBOX_VERSION_1_19_X
1322         bool "busybox version selection has been removed"
1323         select BR2_LEGACY
1324         help
1325           The possibility of selecting the Busybox version has been
1326           removed. Use the latest version provided by the Busybox
1327           package instead.
1329 config BR2_BUSYBOX_VERSION_1_20_X
1330         bool "busybox version selection has been removed"
1331         select BR2_LEGACY
1332         help
1333           The possibility of selecting the Busybox version has been
1334           removed. Use the latest version provided by the Busybox
1335           package instead.
1337 config BR2_BUSYBOX_VERSION_1_21_X
1338         bool "busybox version selection has been removed"
1339         select BR2_LEGACY
1340         help
1341           The possibility of selecting the Busybox version has been
1342           removed. Use the latest version provided by the Busybox
1343           package instead.
1345 config BR2_PACKAGE_LIBV4L_DECODE_TM6000
1346         bool "decode_tm6000"
1347         select BR2_PACKAGE_LIBV4L_UTILS
1348         select BR2_LEGACY
1349         help
1350           This libv4l option has been deprecated and replaced by a single
1351           option to build all the libv4l utilities.
1353 config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
1354         bool "ir-keytable"
1355         select BR2_PACKAGE_LIBV4L_UTILS
1356         select BR2_LEGACY
1357         help
1358           This libv4l option has been deprecated and replaced by a single
1359           option to build all the libv4l utilities.
1361 config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE
1362         bool "v4l2-compliance"
1363         select BR2_PACKAGE_LIBV4L_UTILS
1364         select BR2_LEGACY
1365         help
1366           This libv4l option has been deprecated and replaced by a single
1367           option to build all the libv4l utilities.
1369 config BR2_PACKAGE_LIBV4L_V4L2_CTL
1370         bool "v4l2-ctl"
1371         select BR2_PACKAGE_LIBV4L_UTILS
1372         select BR2_LEGACY
1373         help
1374           This libv4l option has been deprecated and replaced by a single
1375           option to build all the libv4l utilities.
1377 config BR2_PACKAGE_LIBV4L_V4L2_DBG
1378         bool "v4l2-dbg"
1379         select BR2_PACKAGE_LIBV4L_UTILS
1380         select BR2_LEGACY
1381         help
1382           This libv4l option has been deprecated and replaced by a single
1383           option to build all the libv4l utilities.
1385 ###############################################################################
1386 comment "Legacy options removed in 2014.05"
1388 config BR2_PACKAGE_EVTEST_CAPTURE
1389         bool "evtest-capture support removed (dropped since evtest 1.31)"
1390         select BR2_LEGACY
1391         help
1392           Support for evtest-capture has been removed (dropped from
1393           evtest package since version 1.31), use evemu package
1394           instead.
1396 config BR2_KERNEL_HEADERS_3_6
1397         bool "kernel headers version 3.6.x are no longer supported"
1398         select BR2_KERNEL_HEADERS_3_10
1399         select BR2_LEGACY
1400         help
1401           Version 3.6.x of the Linux kernel headers have been deprecated
1402           for more than four buildroot releases and are now removed.
1403           As an alternative, version 3.10.x of the headers have been
1404           automatically selected in your configuration.
1406 config BR2_KERNEL_HEADERS_3_7
1407         bool "kernel headers version 3.7.x are no longer supported"
1408         select BR2_KERNEL_HEADERS_3_10
1409         select BR2_LEGACY
1410         help
1411           Version 3.7.x of the Linux kernel headers have been deprecated
1412           for more than four buildroot releases and are now removed.
1413           As an alternative, version 3.10.x of the headers have been
1414           automatically selected in your configuration.
1416 config BR2_PACKAGE_VALA
1417         bool "vala target package has been removed"
1418         select BR2_LEGACY
1419         help
1420           The 'vala' target package has been removed since it has been
1421           deprecated for more than four buildroot releases.
1422           Note: the host vala package still exists.
1424 config BR2_TARGET_TZ_ZONELIST
1425         default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
1427 config BR2_PACKAGE_TZDATA_ZONELIST
1428         string "tzdata: the timezone list option has been renamed"
1429         help
1430           The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
1431           BR2_TARGET_TZ_ZONELIST, and moved to the "System configuration"
1432           menu. You'll need to select BR2_TARGET_TZ_INFO.
1434 config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
1435         bool
1436         default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
1437         select BR2_LEGACY
1439 config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
1440         bool "Lua command-line editing none has been renamed"
1441         select BR2_LEGACY
1442         help
1443           The BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE option has been
1444           renamed to BR2_PACKAGE_LUA_EDITING_NONE. You will have to select
1445           it in the corresponding choice.
1447 config BR2_PACKAGE_LUA_INTERPRETER_READLINE
1448         bool "Lua command-line editing using readline has been renamed"
1449         select BR2_LEGACY
1450         help
1451           The BR2_PACKAGE_LUA_INTERPRETER_READLINE option has been
1452           renamed to BR2_PACKAGE_LUA_READLINE. You will have to select
1453           it in the corresponding choice.
1455 config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
1456         bool "Lua command-line editing using linenoise has been renamed"
1457         select BR2_LEGACY
1458         help
1459           The BR2_PACKAGE_LUA_INTERPRETER_LINENOISE option has been
1460           renamed to BR2_PACKAGE_LUA_LINENOISE. You will have to select
1461           it in the corresponding choice.
1463 config BR2_PACKAGE_DVB_APPS_UTILS
1464         bool "dvb-apps utilities now built by default"
1465         select BR2_LEGACY
1466         help
1467           The dvb-apps utilities are now always built when the dvb-apps
1468           package is selected.
1470 config BR2_KERNEL_HEADERS_SNAP
1471         bool "Local Linux snapshot support removed"
1472         select BR2_LEGACY
1473         help
1474           Support for using a custom snapshot to install the Linux
1475           kernel headers has been removed.
1477 config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
1478         bool "/dev management by udev removed"
1479         select BR2_LEGACY
1480         help
1481           The 'udev' package has been converted to a virtual package.
1482           The providers for this feature are: 'eudev', 'systemd'.
1484           Therefore, if you are not using 'systemd' as init system, you
1485           must choose 'Dynamic using eudev' in the '/dev management'
1486           menu to get the same behaviour as in your old configuration.
1488           If you are using 'systemd', its internal implementation of
1489           'udev' will be used automatically.
1491           You must also check the packages depending on 'udev' are still
1492           selected.
1494 config BR2_PACKAGE_UDEV
1495         bool "udev is now a virtual package"
1496         select BR2_LEGACY
1497         select BR2_PACKAGE_HAS_UDEV
1498         help
1499           The 'udev' package has been converted to a virtual package.
1500           The providers for this feature are: 'eudev', 'systemd'.
1502           Your old configuration refers to packages depending on 'udev',
1503           either for build or at runtime.
1505           Check that a 'udev' provider is selected. If you are not using
1506           'systemd' as init system, 'eudev' should be selected, which is
1507           the case if '/dev management' is set to 'Dynamic using eudev'.
1509           If you are using 'systemd', its internal implementation of 'udev'
1510           is used.
1512 config BR2_PACKAGE_UDEV_RULES_GEN
1513         bool "udev rules generation handled by provider"
1514         select BR2_LEGACY
1515         select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD
1516         select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD
1517         help
1518           The 'udev' package has been converted to a virtual package.
1519           The providers for this feature are: 'eudev', 'systemd'.
1521           If you are not using 'systemd' as init system, udev rules
1522           generation will be handled by 'eudev'. Check that
1523           '/dev management' is set to 'Dynamic using eudev' to get
1524           the same behaviour as in your old configuration.
1526           If you are using 'systemd', it internal implementation of 'udev'
1527           will generate the rules.
1529 config BR2_PACKAGE_UDEV_ALL_EXTRAS
1530         bool "udev extras removed"
1531         select BR2_LEGACY
1532         help
1533           The 'udev' package has been converted to a virtual package.
1534           The providers for this feature are: 'eudev', 'systemd'.
1536           The option to enable the extra features of 'udev' (gudev, ...)
1537           has been removed. These features are automatically enabled in
1538           the 'udev' providers if the dependencies are selected. For
1539           example, selecting 'libglib2' will trigger the build of gudev.
1541 config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
1542         bool "xlib-libpthread-stubs option has been renamed"
1543         depends on BR2_PACKAGE_XORG7
1544         select BR2_LEGACY
1545         select BR2_PACKAGE_LIBPTHREAD_STUBS
1546         help
1547           The pthread stubs neither depend on X11 nor Xlib. Thus the
1548           package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
1550 ###############################################################################
1551 comment "Legacy options removed in 2014.02"
1553 config BR2_sh2
1554         bool "sh2 support removed"
1555         select BR2_LEGACY
1556         help
1557           Due to an inexistent user base and generally poor Linux
1558           support, the support for the SH2 architecture was removed.
1560 config BR2_sh3
1561         bool "sh3 support removed"
1562         select BR2_LEGACY
1563         help
1564           Due to an inexistent user base and generally poor Linux
1565           support, the support for the SH3 architecture was removed.
1567 config BR2_sh3eb
1568         bool "sh3eb support removed"
1569         select BR2_LEGACY
1570         help
1571           Due to an inexistent user base and generally poor Linux
1572           support, the support for the SH3eb architecture was removed.
1574 config BR2_KERNEL_HEADERS_3_1
1575         bool "kernel headers version 3.1.x are no longer supported"
1576         select BR2_KERNEL_HEADERS_3_2
1577         select BR2_LEGACY
1578         help
1579           Version 3.1.x of the Linux kernel headers have been deprecated
1580           for more than four buildroot releases and are now removed.
1581           As an alternative, version 3.2.x of the headers have been
1582           automatically selected in your configuration.
1584 config BR2_KERNEL_HEADERS_3_3
1585         bool "kernel headers version 3.3.x are no longer supported"
1586         select BR2_KERNEL_HEADERS_3_4
1587         select BR2_LEGACY
1588         help
1589           Version 3.3.x of the Linux kernel headers have been deprecated
1590           for more than four buildroot releases and are now removed.
1591           As an alternative, version 3.4.x of the headers have been
1592           automatically selected in your configuration.
1594 config BR2_KERNEL_HEADERS_3_5
1595         bool "kernel headers version 3.5.x are no longer supported"
1596         select BR2_KERNEL_HEADERS_3_10
1597         select BR2_LEGACY
1598         help
1599           Version 3.5.x of the Linux kernel headers have been deprecated
1600           for more than four buildroot releases and are now removed.
1601           As an alternative, version 3.10.x of the headers have been
1602           automatically selected in your configuration.
1604 config BR2_GDB_VERSION_7_2
1605         bool "gdb 7.2.x is no longer supported"
1606         select BR2_GDB_VERSION_7_6
1607         select BR2_LEGACY
1608         help
1609           Version 7.2.x of gdb has been deprecated for more than four
1610           buildroot releases and is now removed. As an alternative, gdb
1611           7.5.x has been automatically selected in your configuration.
1613 config BR2_GDB_VERSION_7_3
1614         bool "gdb 7.3.x is no longer supported"
1615         select BR2_GDB_VERSION_7_6
1616         select BR2_LEGACY
1617         help
1618           Version 7.3.x of gdb has been deprecated for more than four
1619           buildroot releases and is now removed. As an alternative, gdb
1620           7.5.x has been automatically selected in your configuration.
1622 config BR2_PACKAGE_CCACHE
1623         bool "ccache target package has been removed"
1624         select BR2_LEGACY
1625         help
1626           The 'ccache' target package has been removed since it has been
1627           deprecated for more than four buildroot releases.
1628           Note: using ccache for speeding up builds is still supported.
1630 config BR2_HAVE_DOCUMENTATION
1631         bool "support for documentation on target has been removed"
1632         select BR2_LEGACY
1633         help
1634           Support for documentation on target has been removed since it has
1635           been deprecated for more than four buildroot releases.
1637 config BR2_PACKAGE_AUTOMAKE
1638         bool "automake target package has been removed"
1639         select BR2_LEGACY
1640         help
1641           The 'automake' target package has been removed since it has been
1642           deprecated for more than four buildroot releases.
1643           Note: the host automake still exists.
1645 config BR2_PACKAGE_AUTOCONF
1646         bool "autoconf target package has been removed"
1647         select BR2_LEGACY
1648         help
1649           The 'autoconf' target package has been removed since it has been
1650           deprecated for more than four buildroot releases.
1651           Note: the host autoconf still exists.
1653 config BR2_PACKAGE_XSTROKE
1654         bool "xstroke has been removed"
1655         select BR2_LEGACY
1656         help
1657           The 'xstroke' package has been removed since it has been
1658           deprecated for more than four buildroot releases.
1660 config BR2_PACKAGE_LZMA
1661         bool "lzma target package has been removed"
1662         select BR2_LEGACY
1663         help
1664           The 'lzma' target package has been removed since it has been
1665           deprecated for more than four buildroot releases.
1666           Note: generating lzma-compressed rootfs images is still supported.
1668 config BR2_PACKAGE_TTCP
1669         bool "ttcp has been removed"
1670         select BR2_LEGACY
1671         help
1672           The 'ttcp' package has been removed since it has been
1673           deprecated for more than four buildroot releases.
1675 config BR2_PACKAGE_LIBNFC_LLCP
1676         bool "libnfc-llcp has been replaced by libllcp"
1677         select BR2_LEGACY
1678         select BR2_PACKAGE_LIBLLCP
1679         help
1680           The 'libnfc-llcp' package has been removed since upstream renamed
1681           to 'libllcp'. We have added a new package for 'libllcp' and bumped
1682           the version at the same time.
1684 config BR2_PACKAGE_MYSQL_CLIENT
1685         bool "MySQL client renamed to MySQL"
1686         select BR2_LEGACY
1687         select BR2_PACKAGE_MYSQL
1688         help
1689           The option has been renamed BR2_PACKAGE_MYSQL
1691 config BR2_PACKAGE_SQUASHFS3
1692         bool "squashfs3 has been removed"
1693         select BR2_LEGACY
1694         select BR2_PACKAGE_SQUASHFS
1695         help
1696           The 'squashfs3' package has been removed since it has been
1697           deprecated for more than four buildroot releases. Package
1698           'squashfs' (4) has been selected automatically as replacement.
1700 config BR2_TARGET_ROOTFS_SQUASHFS3
1701         bool "squashfs3 rootfs support has been removed"
1702         select BR2_LEGACY
1703         help
1704           Together with the removal of the squashfs3 package, support
1705           for squashfs3 root filesystems has been removed too. Squashfs
1706           root filesystems will automatically use squashfs4 now.
1708 config BR2_PACKAGE_NETKITBASE
1709         bool "netkitbase has been removed"
1710         select BR2_LEGACY
1711         help
1712           The 'netkitbase' package has been removed since it has been
1713           deprecated since 2012.11. This package provided 'inetd'
1714           which is replaced by 'xinet' and 'ping' which is replaced by
1715           'busybox' or 'fping'.
1717 config BR2_PACKAGE_NETKITTELNET
1718         bool "netkittelnet has been removed"
1719         select BR2_LEGACY
1720         help
1721           The 'netkittelnet' package has been removed since it has
1722           been deprecated since 2012.11. 'busybox' provides a telnet
1723           client and should be used instead.
1725 config BR2_PACKAGE_LUASQL
1726         bool "luasql has been replaced by luasql-sqlite3"
1727         select BR2_PACKAGE_LUASQL_SQLITE3
1728         select BR2_LEGACY
1729         help
1730           The option has been renamed BR2_PACKAGE_LUASQL_SQLITE3.
1732 config BR2_PACKAGE_LUACJSON
1733         bool "luacjson has been replaced by lua-cjson"
1734         select BR2_PACKAGE_LUA_CJSON
1735         select BR2_LEGACY
1736         help
1737           The option has been renamed BR2_PACKAGE_LUA_CJSON.
1739 ###############################################################################
1740 comment "Legacy options removed in 2013.11"
1742 config BR2_PACKAGE_LVM2_DMSETUP_ONLY
1743         bool "lvm2's 'dmsetup only' option removed"
1744         select BR2_LEGACY
1745         help
1746           The BR2_PACKAGE_LVM2_DMSETUP_ONLY was a negative option, which
1747           led to problems with other packages that need the full lvm2
1748           suite. Therefore, the option has been replaced with the positive
1749           BR2_PACKAGE_LVM2_STANDARD_INSTALL option.
1751 # Note: BR2_PACKAGE_LVM2_DMSETUP_ONLY is still referenced in package/lvm2/Config.in
1752 # in order to automatically propagate old configs
1754 config BR2_PACKAGE_QT_JAVASCRIPTCORE
1755         bool "qt javascriptcore option removed"
1756         select BR2_LEGACY
1757         help
1758           The BR2_PACKAGE_QT_JAVASCRIPTCORE option was available to
1759           force the activation or disabling of the JIT compiler in the
1760           Qt Javascript interpreter. However, the JIT compiler is not
1761           available for all architectures, so forcing its activation
1762           does not always work. Moreover, Qt knows by itself for which
1763           architectures JIT support is possible, and will
1764           automatically enable it if possible.
1766           Therefore, this option was in fact useless, and causing
1767           build problems when enabled on architectures for which the
1768           JIT support was not available. It has been removed, and
1769           there is no replacement: Qt will enable JIT at compile time
1770           when possible.
1772 config BR2_PACKAGE_MODULE_INIT_TOOLS
1773         bool "module-init-tools replaced by kmod"
1774         select BR2_PACKAGE_KMOD
1775         select BR2_PACKAGE_KMOD_TOOLS
1776         select BR2_LEGACY
1777         help
1778           The 'module-init-tools' package has been removed, since it
1779           has been depracated upstream and replaced by 'kmod'.
1781 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
1782         string "u-boot: the git repository URL option has been renamed"
1783         help
1784           The option BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL has
1785           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_URL.
1787 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL_WRAP
1788         bool
1789         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL != ""
1790         select BR2_LEGACY
1792 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL is still referenced from
1793 # boot/uboot/Config.in
1795 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
1796         string "u-boot: the git repository version option has been renamed"
1797         help
1798           The option BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION has
1799           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION.
1801 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION_WRAP
1802         bool
1803         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION != ""
1804         select BR2_LEGACY
1806 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION is still referenced from
1807 # boot/uboot/Config.in
1809 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
1810         string "linux: the git repository URL option has been renamed"
1811         help
1812           The option BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL has
1813           been renamed to
1814           BR2_LINUX_KERNEL_CUSTOM_REPO_URL.
1816 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL_WRAP
1817         bool
1818         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL != ""
1819         select BR2_LEGACY
1821 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL is still referenced from
1822 # linux/Config.in
1824 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
1825         string "linux: the git repository version option has been renamed"
1826         help
1827           The option BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION has
1828           been renamed to
1829           BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION.
1831 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION_WRAP
1832         bool
1833         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != ""
1834         select BR2_LEGACY
1836 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION is still referenced from
1837 # linux/Config.in
1839 ###############################################################################
1840 comment "Legacy options removed in 2013.08"
1842 config BR2_ARM_OABI
1843         bool "ARM OABI support has been removed"
1844         select BR2_LEGACY
1845         help
1846           The support for the ARM OABI was deprecated since a while,
1847           and has been removed completely from Buildroot. It is also
1848           deprecated in upstream gcc, since gcc 4.7. People should
1849           switch to EABI instead, which should not be a problem as
1850           long as you don't have pre-built OABI binaries in your
1851           system that you can't recompile.
1853 config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
1854         bool "dosfstools dosfsck renamed to fsck.fat"
1855         select BR2_LEGACY
1856         select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
1857         help
1858           dosfsck was renamed upstream to fsck.fat for consistency.
1860 config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
1861         bool "dosfstools dosfslabel renamed to fatlabel"
1862         select BR2_LEGACY
1863         select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
1864         help
1865           doslabel was renamed upstream to fatlabel for consistency.
1867 config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
1868         bool "dosfstools mkdosfs renamed to mkfs.fat"
1869         select BR2_LEGACY
1870         select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
1871         help
1872           mkdosfs was renamed upstream to mkfs.fat for consistency.
1874 config BR2_ELF2FLT
1875         bool "the elf2flt option has been renamed"
1876         select BR2_LEGACY
1877         help
1878           The BR2_ELF2FLT option has been renamed to
1879           BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
1880           the package infrastructure.
1882 config BR2_VFP_FLOAT
1883         bool "the ARM VFP floating point option has been renamed"
1884         select BR2_LEGACY
1885         help
1886           Due to a major refactoring of the floating-point handling of
1887           the ARM architecture support, the BR2_VFP_FLOAT option has
1888           been replaced with a choice of options that allows to select
1889           between various VFP versions/capabilities.
1891 config BR2_PACKAGE_GCC_TARGET
1892         bool "gcc on the target filesystem has been removed"
1893         select BR2_LEGACY
1894         help
1895           The support for gcc in the target filesystem was deprecated
1896           since a while, and has been removed completely from Buildroot.
1897           See Buildroot's documentation for more explanations.
1899 config BR2_HAVE_DEVFILES
1900         bool "development files in target filesystem has been removed"
1901         select BR2_LEGACY
1902         help
1903           The installation of the development files in the target
1904           filesystem was deprecated since a while, and has been removed
1905           completely from Buildroot.
1906           See Buildroot's documentation for more explanations.
1908 ###############################################################################
1909 comment "Legacy options removed in 2013.05"
1911 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
1912         bool "Realtek 8192 replaced by Realtek 81xx"
1913         select BR2_LEGACY
1914         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
1915         help
1916           Now covers the whole Realtek 81xx familly: 8188/8192.
1918 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
1919         bool "Realtek 8712 replaced by Realtek 87xx"
1920         select BR2_LEGACY
1921         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
1922         help
1923           Now covers the whole Realtek 87xx familly: 8712/8723.
1925 ###############################################################################
1926 comment "Legacy options removed in 2013.02"
1928 config BR2_sa110
1929         bool "sa110 ARM target switched to strongarm"
1930         select BR2_LEGACY
1931         select BR2_strongarm
1932         help
1933           The SA110 is the same as a generic StrongARM, it just differs
1934           in speed, peripherals and cache.
1936 config BR2_sa1100
1937         bool "sa1100 ARM target switched to strongarm"
1938         select BR2_LEGACY
1939         select BR2_strongarm
1940         help
1941           The SA1100 is the same as a generic StrongARM, it just differs
1942           in speed, peripherals and cache.
1944 config BR2_PACKAGE_GDISK
1945         bool "gdisk has been replaced by gptfdisk"
1946         select BR2_LEGACY
1947         select BR2_PACKAGE_GPTFDISK
1948         help
1949           The option has been renamed BR2_PACKAGE_GPTFDISK.
1951 config BR2_PACKAGE_GDISK_GDISK
1952         bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
1953         select BR2_LEGACY
1954         select BR2_PACKAGE_GPTFDISK
1955         select BR2_PACKAGE_GPTFDISK_GDISK
1956         help
1957           The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
1959 config BR2_PACKAGE_GDISK_SGDISK
1960         bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
1961         select BR2_LEGACY
1962         select BR2_PACKAGE_GPTFDISK
1963         select BR2_PACKAGE_GPTFDISK_SGDISK
1964         help
1965           The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
1967 config BR2_PACKAGE_GDB_HOST
1968         bool "gdb for the host option has been renamed"
1969         select BR2_PACKAGE_HOST_GDB
1970         select BR2_LEGACY
1971         help
1972           Due to the conversion of gdb to the package infrastructure,
1973           the BR2_PACKAGE_GDB_HOST option has been renamed
1974           BR2_PACKAGE_HOST_GDB.
1976 config BR2_PACKAGE_DIRECTB_DITHER_RGB16
1977         bool "DirectFB RGB16 dithering option has been renamed"
1978         select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
1979         select BR2_LEGACY
1980         help
1981           The option has been renamed
1982           BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
1984 config BR2_PACKAGE_DIRECTB_TESTS
1985         bool "DirectFB Tests option has been renamed"
1986         select BR2_PACKAGE_DIRECTFB_TESTS
1987         select BR2_LEGACY
1988         help
1989           The option has been renamed
1990           BR2_PACKAGE_DIRECTFB_TESTS.
1992 ###############################################################################
1993 comment "Legacy options removed in 2012.11"
1995 config BR2_PACKAGE_CUSTOMIZE
1996         bool "customize package has been removed"
1997         select BR2_LEGACY
1998         help
1999           The 'customize' special package has been removed. Instead,
2000           we recommend to create either your own packages, or use a
2001           post-build script to customize your root filesystem. See
2002           Buildroot's documentation for more details.
2004 config BR2_PACKAGE_XSERVER_xorg
2005         bool "X.org modular server"
2006         select BR2_LEGACY
2007         select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
2008         help
2009           The option has been renamed
2010           BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
2012 config BR2_PACKAGE_XSERVER_tinyx
2013         bool "KDrive / TinyX server"
2014         select BR2_LEGACY
2015         select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
2016         help
2017           The option has been renamed
2018           BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
2020 config BR2_PACKAGE_PTHREAD_STUBS
2021         bool "pthread-stubs option has been renamed"
2022         select BR2_LEGACY
2023         select BR2_PACKAGE_LIBPTHREAD_STUBS
2024         help
2025           For consistency reason, the pthread-stubs package has been
2026           renamed to libpthread-stubs.
2028 ###############################################################################
2029 comment "Legacy options removed in 2012.08"
2031 config BR2_PACKAGE_GETTEXT_STATIC
2032         bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
2033         select BR2_LEGACY
2034         help
2035           To build a static gettext library, select BR2_PREFER_STATIC_LIB.
2038 config BR2_PACKAGE_LIBINTL
2039         bool "libintl"
2040         select BR2_LEGACY
2041         select BR2_PACKAGE_GETTEXT
2042         help
2043           libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
2044           only installs the library, not the executables.
2046 config BR2_PACKAGE_INPUT_TOOLS_EVTEST
2047         bool "input-tools evtest is now a separate package evtest"
2048         select BR2_LEGACY
2049         select BR2_PACKAGE_EVTEST
2050         help
2051           The evtest program from input-tools is now a separate package.
2053 config BR2_BFIN_FDPIC
2054         bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
2055         select BR2_BINFMT_FDPIC
2056         select BR2_LEGACY
2058 config BR2_BFIN_FLAT
2059         bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
2060         select BR2_BINFMT_FLAT
2061         select BR2_LEGACY
2063 endmenu
2065 endif # !SKIP_LEGACY