]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - Config.in.legacy
binutils: remove deprecated 2.24.X
[coffee/buildroot.git] / Config.in.legacy
1 #
2 # Config.in.legacy - support for backward compatibility
3 #
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.
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.
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.
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]
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
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.
67 #
68 # [Example: renaming a string option from FOO to BAR]
69 # original symbol:
70 #   config BR2_FOO_STRING
71 #       string "Some foo string"
72 #
73 # becomes:
74 #   config BR2_BAR_STRING
75 #       string "Some bar string"
76 #       default BR2_FOO_STRING if BR2_FOO_STRING != ""  # legacy
77 #
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>
83 #
84 #   config BR2_FOO_STRING_WRAP
85 #       bool
86 #       default y if BR2_FOO_STRING != ""
87 #       select BR2_LEGACY
88 #
89 #   # Note: BR2_FOO_STRING is still referenced from package/foo/Config.in
90 #
91 # [End of example]
92
93 config BR2_SKIP_LEGACY
94         bool
95         option env="SKIP_LEGACY"
96
97 if !BR2_SKIP_LEGACY
98
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.
107
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
111
112 menu "Legacy config options"
113
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
144
145 ###############################################################################
146 comment "Legacy options removed in 2016.11"
147
148 config BR2_BINUTILS_VERSION_2_24_X
149         bool "binutils version 2.24 support removed"
150         select BR2_LEGACY
151         help
152           Support for binutils version 2.24 has been removed. The
153           current default version (2.26 or later) has been selected
154           instead.
155
156 config BR2_PACKAGE_WESTON_RPI
157         bool "Weston propietary RPI support is gone"
158         select BR2_LEGACY
159         help
160           Upstream decided the propietary (rpi-userland) weston composer
161           support wasn't worth the effort so it was removed. Switch to
162           the open VC4 support.
163
164 config BR2_LINUX_KERNEL_TOOL_CPUPOWER
165         bool "linux-tool cpupower"
166         depends on BR2_LINUX_KERNEL
167         select BR2_LEGACY
168         select BR2_PACKAGE_LINUX_TOOLS_CPUPOWER
169         help
170           Linux tool cpupower option was renamed.
171
172 config BR2_LINUX_KERNEL_TOOL_PERF
173         bool "linux-tool perf"
174         depends on BR2_LINUX_KERNEL
175         select BR2_LEGACY
176         select BR2_PACKAGE_LINUX_TOOLS_PERF
177         help
178           Linux tool perf option was renamed.
179
180 config BR2_LINUX_KERNEL_TOOL_SELFTESTS
181         bool "linux-tool selftests"
182         depends on BR2_LINUX_KERNEL
183         select BR2_LEGACY
184         select BR2_PACKAGE_LINUX_TOOLS_SELFTESTS
185         help
186           Linux tool selftests option was renamed.
187
188 config BR2_GCC_VERSION_4_8_ARC
189         bool "gcc arc option renamed"
190         select BR2_LEGACY
191         select BR2_GCC_VERSION_ARC
192         help
193           The option that selects the gcc version for the ARC
194           architecture has been renamed to BR2_GCC_VERSION_ARC.
195
196 config BR2_KERNEL_HEADERS_4_0
197         bool "kernel headers version 4.0.x are no longer supported"
198         select BR2_KERNEL_HEADERS_3_18
199         select BR2_LEGACY
200         help
201           Version 4.0.x of the Linux kernel headers have been deprecated
202           for more than four buildroot releases and are now removed.
203           As an alternative, version 3.18.x of the headers have been
204           automatically selected in your configuration.
205
206 config BR2_KERNEL_HEADERS_3_19
207         bool "kernel headers version 3.19.x are no longer supported"
208         select BR2_KERNEL_HEADERS_3_18
209         select BR2_LEGACY
210         help
211           Version 3.19.x of the Linux kernel headers have been deprecated
212           for more than four buildroot releases and are now removed.
213           As an alternative, version 3.18.x of the headers have been
214           automatically selected in your configuration.
215
216 config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
217         bool "libevas-generic-loaders package removed"
218         select BR2_LEGACY
219         select BR2_PACKAGE_EFL
220         help
221           With EFL 1.18, libevas-generic-loaders is now provided by the efl
222           package.
223
224 config BR2_PACKAGE_ELEMENTARY
225         bool "elementary package removed"
226         select BR2_LEGACY
227         select BR2_PACKAGE_EFL
228         help
229           With EFL 1.18, elementary is now provided by the efl package.
230
231 config BR2_LINUX_KERNEL_CUSTOM_LOCAL
232         bool "Linux kernel local directory option removed"
233         help
234           The option to select a local directory as the source of the Linux
235           kernel has been removed. It hurts reproducibility of builds.
236
237           In case you were using this option during development of your
238           Linux kernel, use the override mechanism instead.
239
240 ###############################################################################
241 comment "Legacy options removed in 2016.08"
242
243 config BR2_PACKAGE_SYSTEMD_COMPAT
244         bool "systemd compatibility libraries have been removed"
245         select BR2_LEGACY
246         help
247           The systemd option to enable the compatibility libraries has
248           been removed. Theses libraries have been useless since a few
249           version, and have been fully dropped from the source since
250           v230.
251
252 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER
253         bool "gst1-plugins-bad liveadder plugin removed"
254         select BR2_LEGACY
255         select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUDIOMIXER
256         help
257           The functionality of the liveadder plugin of the
258           gst1-plugins-bad package has been merged into audiomixer.
259
260 config BR2_PACKAGE_LIBFSLVPUWRAP
261         bool "libfslvpuwrap has been renamed to imx-vpuwrap"
262         select BR2_LEGACY
263         select BR2_PACKAGE_IMX_VPUWRAP
264         help
265           The libfslvpuwrap has been renamed to match the renamed package.
266
267 config BR2_PACKAGE_LIBFSLPARSER
268         bool "libfslparser has been renamed to imx-parser"
269         select BR2_LEGACY
270         select BR2_PACKAGE_IMX_PARSER
271         help
272           The libfslparser has been renamed to match the renamed package.
273
274 config BR2_PACKAGE_LIBFSLCODEC
275         bool "libfslcodec has been renamed to imx-codec"
276         select BR2_LEGACY
277         select BR2_PACKAGE_IMX_CODEC
278         help
279           The libfslcodec has been renamed to match the renamed package.
280
281 config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT
282         bool "FIT support in uboot-tools has been refactored"
283         select BR2_LEGACY
284         select BR2_PACKAGE_DTC
285         select BR2_PACKAGE_DTC_PROGRAMS
286         select BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
287         select BR2_PACKAGE_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT
288         select BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
289         help
290           This option has been removed in favor of a more fine-grained
291           configuration, which is recommended. Selecting this option
292           enables FIT and FIT signature support for the target packages.
293           It will also select the dtc and openssl packages.
294
295 config BR2_PTHREADS_OLD
296         bool "linuxthreads (stable/old)"
297         select BR2_LEGACY
298         help
299           Linuxthreads have been reworked, BR2_PTHREADS_OLD is now
300           BR2_PTHREADS and the old BR2_PTHREADS - LT.new got removed.
301
302 config BR2_BINUTILS_VERSION_2_23_X
303         bool "binutils 2.23 removed"
304         select BR2_LEGACY
305         help
306           Binutils 2.23 has been removed, using a newer version is
307           recommended.
308
309 config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
310         bool "eglibc support has been removed"
311         select BR2_LEGACY
312         help
313           The eglibc project no longer exists, as it has been merged
314           back into the glibc project. Therefore, support for eglibc
315           has been removed, and glibc should be used instead.
316
317 config BR2_GDB_VERSION_7_8
318         bool "gdb 7.8 has been removed"
319         select BR2_LEGACY
320         help
321           The 7.8 version of gdb has been removed. Use a newer version
322           instead.
323
324 ###############################################################################
325 comment "Legacy options removed in 2016.05"
326
327 config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
328         bool "openvpn polarssl crypto backend removed"
329         select BR2_LEGACY
330         help
331           The OpenVPN polarssl crypto backend option has been removed.
332           Version from 2.3.10 onwards need polarssl >= 1.3.8 but aren't
333           compatible with mbedtls (polarssl) series 2.x which is the
334           version provided in buildroot. And both can't coexist.
335           It now uses OpenSSL as the only option.
336
337
338 config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
339         bool "nginx http spdy module removed"
340         select BR2_LEGACY
341         select BR2_PACKAGE_NGINX_HTTP_V2_MODULE
342         help
343           The ngx_http_spdy_module has been superseded by the
344           ngx_http_v2_module since nginx v1.9.5.  The
345           ngx_http_v2_module modules has been automatically selected
346           in your configuration.
347
348 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
349         bool "gst1-plugins-bad rtp plugin moved to good"
350         select BR2_LEGACY
351         help
352           The rtp plugin has been moved from gst1-plugins-base to
353           gst1-plugins-good.
354
355 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123
356         bool "gst1-plugins-bad mpg123 plugin moved to ugly"
357         select BR2_LEGACY
358         help
359           The mpg123 plugin has been moved from gst1-plugins-bad to
360           gst1-plugins-ugly.
361
362 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
363         bool "PowerPC Sourcery toolchain has been removed"
364         select BR2_LEGACY
365         help
366           The Sourcery CodeBench toolchain for the PowerPC
367           architecture has been removed, as it was very old, not
368           maintained, and causing numerous build failures with modern
369           userspace packages.
370
371 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2
372         bool "PowerPC Sourcery E500v2 toolchain has been removed"
373         select BR2_LEGACY
374         help
375           The Sourcery CodeBench toolchain for the PowerPC E500v2
376           architecture has been removed, as it was very old, not
377           maintained, and causing numerous build failures with modern
378           userspace packages.
379
380 config BR2_x86_i386
381         bool "x86 i386 support removed"
382         select BR2_LEGACY
383         help
384           The support for the i386 processors of the x86 architecture
385           has been removed.
386
387 config BR2_PACKAGE_QT5WEBKIT_EXAMPLES
388         bool "qt5webkit-examples package removed"
389         select BR2_LEGACY
390         help
391           The qt5webkit-examples package has been removed, since it
392           was removed from upstream starting from Qt 5.6.
393
394 config BR2_PACKAGE_QT5QUICK1
395         bool "qt5quick1 package removed"
396         select BR2_LEGACY
397         help
398           The qt5quick1 package has been removed, since it was removed
399           from upstream starting from Qt 5.6.
400
401 config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
402         bool "uboot custom patch dir removed"
403         select BR2_LEGACY
404         help
405           The uboot custom patch directory option has been removed. Use
406           the improved BR2_TARGET_UBOOT_PATCH option instead.
407
408 config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
409         bool "xf86-input-void removed"
410         select BR2_LEGACY
411         help
412           The xf86-input-void package has been removed, there's no need
413           for it in any modern (post-2007) xorg server.
414
415 config BR2_KERNEL_HEADERS_3_17
416         bool "kernel headers version 3.17.x are no longer supported"
417         select BR2_KERNEL_HEADERS_3_14
418         select BR2_LEGACY
419         help
420           Version 3.17.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.
424
425 config BR2_GDB_VERSION_7_7
426         bool "gdb 7.7 has been removed"
427         select BR2_LEGACY
428         help
429           The 7.7 version of gdb has been removed. Use a newer version
430           instead.
431
432 config BR2_PACKAGE_FOOMATIC_FILTERS
433         bool "foomatic-filters"
434         select BR2_LEGACY
435         help
436           The foomatic-filters package was removed.
437
438 config BR2_PACKAGE_SAMBA
439         bool "samba"
440         select BR2_LEGACY
441         help
442           The samba package was removed in favour of samba4 since the
443           3.x series isn't supported by upstream any longer.
444
445 config BR2_PACKAGE_KODI_WAVPACK
446         bool "wavpack"
447         select BR2_LEGACY
448         help
449           wavpack support was removed in favour of ffmpeg:
450           https://github.com/xbmc/xbmc/commit/7916902c9e6f7a523265594f3ad7f921f93f1cd4
451
452 config BR2_PACKAGE_KODI_RSXS
453         bool "rsxs support in Kodi was moved to an addon"
454         select BR2_LEGACY
455         select BR2_PACKAGE_KODI_SCREENSAVER_RSXS
456         help
457           rsxs support in Kodi was moved to an addon
458
459 config BR2_PACKAGE_KODI_GOOM
460         bool "Goom support in Kodi was moved to an addon"
461         select BR2_LEGACY
462         select BR2_PACKAGE_KODI_VISUALISATION_GOOM
463         help
464           Goom support in Kodi was moved to an addon
465
466 config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
467         bool "systemd all extras option has been removed"
468         select BR2_LEGACY
469         select BR2_PACKAGE_XZ
470         select BR2_PACKAGE_LIBGCRYPT
471         help
472           The systemd option to enable "all extras" has been
473           removed. To get the same features, the libgcrypt and xz
474           package should now be enabled.
475
476 config BR2_GCC_VERSION_4_5_X
477         bool "gcc 4.5.x has been removed"
478         select BR2_LEGACY
479         help
480           The 4.5.x version of gcc has been removed. Use a newer
481           version instead.
482
483 config BR2_PACKAGE_SQLITE_READLINE
484         bool "command-line editing support was updated"
485         select BR2_PACKAGE_NCURSES
486         select BR2_PACKAGE_READLINE
487         select BR2_LEGACY
488         help
489           This option was removed in favour of the sqlite package
490           deciding itself depending on the enabled packages whether
491           command-line editing should be enabled, it also also takes
492           libedit into account.
493
494 ###############################################################################
495 comment "Legacy options removed in 2016.02"
496
497 config BR2_PACKAGE_DOVECOT_BZIP2
498         bool "bzip2 support option has been removed"
499         select BR2_LEGACY
500         select BR2_PACKAGE_BZIP2
501         help
502           Bzip2 support is built if the bzip2 package is selected.
503
504 config BR2_PACKAGE_DOVECOT_ZLIB
505         bool "zlib support option has been removed"
506         select BR2_LEGACY
507         select BR2_PACKAGE_ZLIB
508         help
509           Zlib support is built if the zlib package is selected.
510
511 config BR2_PACKAGE_E2FSPROGS_FINDFS
512         bool "e2fsprogs findfs option has been removed"
513         select BR2_LEGACY
514         help
515           This option attempted to enable findfs capabilities from
516           e2fsprogs but has not worked since July 2015 (due to
517           packaging changes). One can use BusyBox's findfs support or
518           enable the BR2_PACKAGE_UTIL_LINUX_FINDFS option.
519
520 config BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL
521         bool "openpowerlink debug option has been removed"
522         select BR2_LEGACY
523         help
524           This option depends on BR2_ENABLE_DEBUG which should not be used
525           by packages anymore.
526
527 config BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE
528         bool "openpowerlink package has been updated"
529         select BR2_LEGACY
530         select BR2_PACKAGE_OPENPOWERLINK_STACK_KERNEL_STACK_LIB
531         help
532           openpowerlink kernel modules are built if the
533           kernel stack library is selected.
534
535 config BR2_PACKAGE_OPENPOWERLINK_LIBPCAP
536         bool "openpowerlink package has been updated"
537         select BR2_LEGACY
538         select BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
539         help
540           The user space support has been split in two part:
541           - a monolitic user space library
542           - a user spae deamon driver
543
544 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
545         bool "using the linux headers version for the kernel has been removed"
546         select BR2_LEGACY
547         help
548           The option to use the version of the kernel headers for the
549           kernel to build has been removed.
550
551           There is now the converse, better-suited and more versatile
552           option to use the kernel version for the linux headers.
553
554 config BR2_PACKAGE_CUPS_PDFTOPS
555         bool "Pdftops support has been removed from Cups"
556         select BR2_LEGACY
557         help
558           Pdftops support has been removed from the cups package
559           It is now part of the cups-filters package.
560
561 config BR2_KERNEL_HEADERS_3_16
562         bool "kernel headers version 3.16.x are no longer supported"
563         select BR2_KERNEL_HEADERS_3_14
564         select BR2_LEGACY
565         help
566         Version 3.16.x of the Linux kernel headers have been deprecated
567         for more than four buildroot releases and are now removed.
568         As an alternative, version 3.14.x of the headers have been
569         automatically selected in your configuration.
570
571 config BR2_PACKAGE_PYTHON_PYXML
572         bool "python-pyxml package has been removed"
573         select BR2_LEGACY
574         help
575           PyXML is obsolete and its functionality is covered either via
576           native Python XML support or python-lxml package.
577
578 # BR2_ENABLE_SSP is still referenced in Config.in (default in choice)
579 config BR2_ENABLE_SSP
580         bool "Stack Smashing protection now has different levels"
581         help
582           The protection offered by SSP can now be selected from different
583           protection levels. Be sure to review the SSP level in the build
584           options menu.
585
586 config BR2_PACKAGE_DIRECTFB_CLE266
587         bool "cle266 driver for directfb removed"
588         select BR2_LEGACY
589         help
590           The cle266 directfb driver support has been removed.
591           It doesn't build in the latest version and it's unlikely
592           anyone has any use for it.
593
594 config BR2_PACKAGE_DIRECTFB_UNICHROME
595         bool "unichrome driver for directfb removed"
596         select BR2_LEGACY
597         help
598           The unichrome directfb driver support has been removed.
599           It doesn't build in the latest version and it's unlikely
600           anyone has any use for it.
601
602 config BR2_PACKAGE_LIBELEMENTARY
603         bool "libelementary has been renamed to elementary"
604         select BR2_LEGACY
605         select BR2_PACKAGE_ELEMENTARY
606         help
607           The libelementary package has been renamed to match the upstream
608           name.
609
610 config BR2_PACKAGE_LIBEINA
611         bool "libeina package has been removed"
612         select BR2_LEGACY
613         select BR2_PACKAGE_EFL
614         help
615           With EFL 1.15, libeina is now provided by the efl package.
616
617 config BR2_PACKAGE_LIBEET
618         bool "libeet package has been removed"
619         select BR2_LEGACY
620         select BR2_PACKAGE_EFL
621         help
622           With EFL 1.15, libeet is now provided by the efl package.
623
624 config BR2_PACKAGE_LIBEVAS
625         bool "libevas package has been removed"
626         select BR2_LEGACY
627         select BR2_PACKAGE_EFL
628         help
629           With EFL 1.15, libevas is now provided by the efl package.
630
631 config BR2_PACKAGE_LIBECORE
632         bool "libecore package has been removed"
633         select BR2_LEGACY
634         select BR2_PACKAGE_EFL
635         help
636           With EFL 1.15, libecore is now provided by the efl package.
637
638 config BR2_PACKAGE_LIBEDBUS
639         bool "libedbus package has been removed"
640         select BR2_LEGACY
641         select BR2_PACKAGE_EFL
642         help
643           With EFL 1.15, libedbus is now provided by the efl package.
644
645 config BR2_PACKAGE_LIBEFREET
646         bool "libefreet package has been removed"
647         select BR2_LEGACY
648         select BR2_PACKAGE_EFL
649         help
650           With EFL 1.15, libefreet is now provided by the efl package.
651
652 config BR2_PACKAGE_LIBEIO
653         bool "libeio package has been removed"
654         select BR2_LEGACY
655         select BR2_PACKAGE_EFL
656         help
657           With EFL 1.15, libeio is now provided by the efl package.
658
659 config BR2_PACKAGE_LIBEMBRYO
660         bool "libembryo package has been removed"
661         select BR2_LEGACY
662         select BR2_PACKAGE_EFL
663         help
664           With EFL 1.15, libembryo is now provided by the efl package.
665
666 config BR2_PACKAGE_LIBEDJE
667         bool "libedje package has been removed"
668         select BR2_LEGACY
669         select BR2_PACKAGE_EFL
670         help
671           With EFL 1.15, libedje is now provided by the efl package.
672
673 config BR2_PACKAGE_LIBETHUMB
674         bool "libethumb package has been removed"
675         select BR2_LEGACY
676         select BR2_PACKAGE_EFL
677         help
678           With EFL 1.15, libethumb is now provided by the efl package.
679
680 config BR2_PACKAGE_INFOZIP
681         bool "infozip option has been renamed to zip"
682         select BR2_LEGACY
683         select BR2_PACKAGE_ZIP
684         help
685           Info-Zip's Zip package has been renamed from infozip to zip,
686           to avoid ambiguities with Info-Zip's UnZip which has been added
687           in the unzip package.
688
689 config BR2_BR2_PACKAGE_NODEJS_0_10_X
690         bool "nodejs 0.10.x option removed"
691         select BR2_LEGACY
692         select BR2_PACKAGE_NODEJS
693         help
694           nodejs 0.10.x option has been removed.  0.10.x is now
695           automatically chosen for ARMv5 architectures only and the latest
696           nodejs for all other supported architectures. The correct nodejs
697           version has been automatically selected in your configuration.
698
699 config BR2_BR2_PACKAGE_NODEJS_0_12_X
700         bool "nodejs version 0.12.x has been removed"
701         select BR2_LEGACY
702         select BR2_PACKAGE_NODEJS
703         help
704           nodejs version 0.12.x has been removed.  As an alternative,
705           the latest nodejs version has been automatically selected in
706           your configuration.
707
708 config BR2_BR2_PACKAGE_NODEJS_4_X
709         bool "nodejs version 4.x has been removed"
710         select BR2_LEGACY
711         select BR2_PACKAGE_NODEJS
712         help
713           nodejs version 4.x has been removed.  As an alternative,
714           the latest nodejs version has been automatically selected in
715           your configuration.
716
717 ###############################################################################
718 comment "Legacy options removed in 2015.11"
719
720 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL
721         bool "gst1-plugins-bad real plugin has been removed"
722         select BR2_LEGACY
723         help
724           The real plugin from GStreamer 1 bad plugins has been
725           removed.
726
727 config BR2_PACKAGE_MEDIA_CTL
728         bool "media-ctl package has been removed"
729         select BR2_LEGACY
730         select BR2_PACKAGE_LIBV4L
731         select BR2_PACKAGE_LIBV4L_UTILS
732         help
733           media-ctl source and developement have been moved to
734           v4l-utils since June 2014. For an up-to-date media-ctl
735           version select BR2_PACKAGE_LIBV4L and BR2_PACKAGE_LIBV4L_UTILS.
736
737 config BR2_PACKAGE_SCHIFRA
738         bool "schifra package has been removed"
739         select BR2_LEGACY
740         help
741           Schifra package has been maked broken since 2014.11 release and
742           haven't been fixed since then.
743
744 config BR2_PACKAGE_ZXING
745         bool "zxing option has been renamed"
746         select BR2_LEGACY
747         select BR2_PACKAGE_ZXING_CPP
748         help
749           ZXing no longer provides the cpp bindings, it has been renamed to
750           BR2_PACKAGE_ZXING_CPP which uses a new upstream.
751
752 # Since FreeRDP has new dependencies, protect this legacy to avoid the
753 # infamous "unmet direct dependencies" kconfig error.
754 config BR2_PACKAGE_FREERDP_CLIENT
755         bool "freerdp client option renamed"
756         depends on BR2_PACKAGE_FREERDP
757         select BR2_LEGACY
758         select BR2_PACKAGE_FREERDP_CLIENT_X11
759
760 config BR2_PACKAGE_BLACKBOX
761         bool "blackbox package has been removed"
762         select BR2_LEGACY
763         help
764           Upstream is dead and the package has been deprecated for
765           some time. There are other alternative maintained WMs.
766
767 config BR2_KERNEL_HEADERS_3_0
768         bool "kernel headers version 3.0.x are no longer supported"
769         select BR2_KERNEL_HEADERS_3_2
770         select BR2_LEGACY
771         help
772           Version 3.0.x of the Linux kernel headers have been deprecated
773           for more than four buildroot releases and are now removed.
774           As an alternative, version 3.2.x of the headers have been
775           automatically selected in your configuration.
776
777 config BR2_KERNEL_HEADERS_3_11
778         bool "kernel headers version 3.11.x are no longer supported"
779         select BR2_KERNEL_HEADERS_3_10
780         select BR2_LEGACY
781         help
782           Version 3.11.x of the Linux kernel headers have been deprecated
783           for more than four buildroot releases and are now removed.
784           As an alternative, version 3.10.x of the headers have been
785           automatically selected in your configuration.
786
787 config BR2_KERNEL_HEADERS_3_13
788         bool "kernel headers version 3.13.x are no longer supported"
789         select BR2_KERNEL_HEADERS_3_12
790         select BR2_LEGACY
791         help
792           Version 3.13.x of the Linux kernel headers have been deprecated
793           for more than four buildroot releases and are now removed.
794           As an alternative, version 3.12.x of the headers have been
795           automatically selected in your configuration.
796
797 config BR2_KERNEL_HEADERS_3_15
798         bool "kernel headers version 3.15.x are no longer supported"
799         select BR2_KERNEL_HEADERS_3_14
800         select BR2_LEGACY
801         help
802           Version 3.15.x of the Linux kernel headers have been deprecated
803           for more than four buildroot releases and are now removed.
804           As an alternative, version 3.14.x of the headers have been
805           automatically selected in your configuration.
806
807 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
808         bool "DirectFB example df_andi has been removed"
809         select BR2_LEGACY
810         select BR2_PACKAGE_DIRECTFB_EXAMPLES
811         help
812           The per-DirectFB example options have been removed. The
813           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
814           examples.
815
816 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
817         bool "DirectFB example df_bltload has been removed"
818         select BR2_LEGACY
819         select BR2_PACKAGE_DIRECTFB_EXAMPLES
820         help
821           The per-DirectFB example options have been removed. The
822           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
823           examples.
824
825 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
826         bool "DirectFB example df_cpuload has been removed"
827         select BR2_LEGACY
828         select BR2_PACKAGE_DIRECTFB_EXAMPLES
829         help
830           The per-DirectFB example options have been removed. The
831           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
832           examples.
833
834 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
835         bool "DirectFB example df_databuffer has been removed"
836         select BR2_LEGACY
837         select BR2_PACKAGE_DIRECTFB_EXAMPLES
838         help
839           The per-DirectFB example options have been removed. The
840           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
841           examples.
842
843 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
844         bool "DirectFB example df_dioload has been removed"
845         select BR2_LEGACY
846         select BR2_PACKAGE_DIRECTFB_EXAMPLES
847         help
848           The per-DirectFB example options have been removed. The
849           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
850           examples.
851
852 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
853         bool "DirectFB example df_dok has been removed"
854         select BR2_LEGACY
855         select BR2_PACKAGE_DIRECTFB_EXAMPLES
856         help
857           The per-DirectFB example options have been removed. The
858           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
859           examples.
860
861 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
862         bool "DirectFB example df_drivertest has been removed"
863         select BR2_LEGACY
864         select BR2_PACKAGE_DIRECTFB_EXAMPLES
865         help
866           The per-DirectFB example options have been removed. The
867           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
868           examples.
869
870 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
871         bool "DirectFB example df_fire has been removed"
872         select BR2_LEGACY
873         select BR2_PACKAGE_DIRECTFB_EXAMPLES
874         help
875           The per-DirectFB example options have been removed. The
876           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
877           examples.
878
879 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
880         bool "DirectFB example df_flip has been removed"
881         select BR2_LEGACY
882         select BR2_PACKAGE_DIRECTFB_EXAMPLES
883         help
884           The per-DirectFB example options have been removed. The
885           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
886           examples.
887
888 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
889         bool "DirectFB example df_fonts has been removed"
890         select BR2_LEGACY
891         select BR2_PACKAGE_DIRECTFB_EXAMPLES
892         help
893           The per-DirectFB example options have been removed. The
894           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
895           examples.
896
897 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
898         bool "DirectFB example df_input has been removed"
899         select BR2_LEGACY
900         select BR2_PACKAGE_DIRECTFB_EXAMPLES
901         help
902           The per-DirectFB example options have been removed. The
903           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
904           examples.
905
906 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
907         bool "DirectFB example df_joystick has been removed"
908         select BR2_LEGACY
909         select BR2_PACKAGE_DIRECTFB_EXAMPLES
910         help
911           The per-DirectFB example options have been removed. The
912           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
913           examples.
914
915 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
916         bool "DirectFB example df_knuckles has been removed"
917         select BR2_LEGACY
918         select BR2_PACKAGE_DIRECTFB_EXAMPLES
919         help
920           The per-DirectFB example options have been removed. The
921           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
922           examples.
923
924 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
925         bool "DirectFB example df_layer has been removed"
926         select BR2_LEGACY
927         select BR2_PACKAGE_DIRECTFB_EXAMPLES
928         help
929           The per-DirectFB example options have been removed. The
930           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
931           examples.
932
933 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
934         bool "DirectFB example df_matrix has been removed"
935         select BR2_LEGACY
936         select BR2_PACKAGE_DIRECTFB_EXAMPLES
937         help
938           The per-DirectFB example options have been removed. The
939           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
940           examples.
941
942 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
943         bool "DirectFB example df_matrix_water has been removed"
944         select BR2_LEGACY
945         select BR2_PACKAGE_DIRECTFB_EXAMPLES
946         help
947           The per-DirectFB example options have been removed. The
948           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
949           examples.
950
951 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
952         bool "DirectFB example df_neo has been removed"
953         select BR2_LEGACY
954         select BR2_PACKAGE_DIRECTFB_EXAMPLES
955         help
956           The per-DirectFB example options have been removed. The
957           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
958           examples.
959
960 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
961         bool "DirectFB example df_netload has been removed"
962         select BR2_LEGACY
963         select BR2_PACKAGE_DIRECTFB_EXAMPLES
964         help
965           The per-DirectFB example options have been removed. The
966           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
967           examples.
968
969 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
970         bool "DirectFB example df_palette has been removed"
971         select BR2_PACKAGE_DIRECTFB_EXAMPLES
972         help
973           The per-DirectFB example options have been removed. The
974           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
975           examples.
976
977 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
978         bool "DirectFB example df_particle has been removed"
979         select BR2_LEGACY
980         select BR2_PACKAGE_DIRECTFB_EXAMPLES
981         help
982           The per-DirectFB example options have been removed. The
983           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
984           examples.
985
986 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
987         bool "DirectFB example df_porter has been removed"
988         select BR2_LEGACY
989         select BR2_PACKAGE_DIRECTFB_EXAMPLES
990         help
991           The per-DirectFB example options have been removed. The
992           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
993           examples.
994
995 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
996         bool "DirectFB example df_stress has been removed"
997         select BR2_PACKAGE_DIRECTFB_EXAMPLES
998         help
999           The per-DirectFB example options have been removed. The
1000           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
1001           examples.
1002
1003 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
1004         bool "DirectFB example df_texture has been removed"
1005         select BR2_LEGACY
1006         select BR2_PACKAGE_DIRECTFB_EXAMPLES
1007         help
1008           The per-DirectFB example options have been removed. The
1009           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
1010           examples.
1011
1012 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
1013         bool "DirectFB example df_video has been removed"
1014         select BR2_LEGACY
1015         select BR2_PACKAGE_DIRECTFB_EXAMPLES
1016         help
1017           The per-DirectFB example options have been removed. The
1018           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
1019           examples.
1020
1021 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
1022         bool "DirectFB example df_video_particle has been removed"
1023         select BR2_LEGACY
1024         select BR2_PACKAGE_DIRECTFB_EXAMPLES
1025         help
1026           The per-DirectFB example options have been removed. The
1027           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
1028           examples.
1029
1030 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
1031         bool "DirectFB example df_window has been removed"
1032         select BR2_LEGACY
1033         select BR2_PACKAGE_DIRECTFB_EXAMPLES
1034         help
1035           The per-DirectFB example options have been removed. The
1036           BR2_PACKAGE_DIRECTFB_EXAMPLES option now installs all
1037           examples.
1038
1039 config BR2_PACKAGE_KOBS_NG
1040         bool "kobs-ng was replaced by imx-kobs"
1041         select BR2_LEGACY
1042         select BR2_PACKAGE_IMX_KOBS
1043         help
1044           The outdated kobs-ng has been replaced by the Freescale-
1045           maintained imx-kobs package.
1046
1047 config BR2_PACKAGE_SAWMAN
1048         bool "sawman package removed"
1049         select BR2_LEGACY
1050         select BR2_PACKAGE_DIRECTFB_SAWMAN
1051         help
1052           This option has been removed because the sawman package no
1053           longer exists: it was merged inside DirectFB itself. This
1054           feature can now be enabled using the
1055           BR2_PACKAGE_DIRECTFB_SAWMAN option.
1056
1057 config BR2_PACKAGE_DIVINE
1058         bool "divine package removed"
1059         select BR2_LEGACY
1060         select BR2_PACKAGE_DIRECTFB_DIVINE
1061         help
1062           This option has been removed because the divine package no
1063           longer exists: it was merged inside DirectFB itself. This
1064           feature can now be enabled using the
1065           BR2_PACKAGE_DIRECTFB_DIVINE option.
1066
1067 ###############################################################################
1068 comment "Legacy options removed in 2015.08"
1069
1070 config BR2_PACKAGE_KODI_PVR_ADDONS
1071         bool "Kodi PVR addon was split"
1072         select BR2_LEGACY
1073         select BR2_PACKAGE_KODI_PVR_ARGUSTV
1074         select BR2_PACKAGE_KODI_PVR_DVBLINK
1075         select BR2_PACKAGE_KODI_PVR_DVBVIEWER
1076         select BR2_PACKAGE_KODI_PVR_FILMON
1077         select BR2_PACKAGE_KODI_PVR_HTS
1078         select BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
1079         select BR2_PACKAGE_KODI_PVR_MEDIAPORTAL_TVSERVER
1080         select BR2_PACKAGE_KODI_PVR_MYTHTV
1081         select BR2_PACKAGE_KODI_PVR_NEXTPVR
1082         select BR2_PACKAGE_KODI_PVR_NJOY
1083         select BR2_PACKAGE_KODI_PVR_PCTV
1084         select BR2_PACKAGE_KODI_PVR_STALKER
1085         select BR2_PACKAGE_KODI_PVR_VBOX
1086         select BR2_PACKAGE_KODI_PVR_VDR_VNSI
1087         select BR2_PACKAGE_KODI_PVR_VUPLUS
1088         select BR2_PACKAGE_KODI_PVR_WMC
1089         help
1090           Kodi PVR addon was split into seperate modules
1091
1092 config BR2_BINUTILS_VERSION_2_23_2
1093         bool "binutils 2.23 option renamed"
1094         select BR2_LEGACY
1095         help
1096           Binutils 2.23.2 has been removed, using a newer version is
1097           recommended.
1098
1099 config BR2_BINUTILS_VERSION_2_24
1100         bool "binutils 2.24 option renamed"
1101         select BR2_LEGACY
1102         select BR2_BINUTILS_VERSION_2_24_X
1103         help
1104           The binutils version option has been renamed to match the
1105           same patchlevel logic used by gcc. The new option is now
1106           BR2_BINUTILS_VERSION_2_24_X.
1107
1108 config BR2_BINUTILS_VERSION_2_25
1109         bool "binutils 2.25 option renamed"
1110         select BR2_LEGACY
1111         select BR2_BINUTILS_VERSION_2_25_X
1112         help
1113           The binutils version option has been renamed to match the
1114           same patchlevel logic used by gcc. The new option is now
1115           BR2_BINUTILS_VERSION_2_25_X.
1116
1117 config BR2_PACKAGE_PERF
1118         bool "perf option has been renamed"
1119         select BR2_LEGACY
1120         select BR2_LINUX_KERNEL_TOOL_PERF
1121         help
1122           The perf package has been moved as a Linux tools package,
1123           and the option to enable it is now
1124           BR2_LINUX_KERNEL_TOOL_PERF.
1125
1126 config BR2_BINUTILS_VERSION_2_22
1127         bool "binutils 2.22 removed"
1128         select BR2_LEGACY
1129         help
1130           Binutils 2.22 has been removed, using a newer version is
1131           recommended.
1132
1133 config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
1134         bool "gpu-viv-bin-mx6q"
1135         select BR2_LEGACY
1136         select BR2_PACKAGE_IMX_GPU_VIV
1137         help
1138           Vivante graphics libraries have been renamed to
1139           BR2_PACKAGE_IMX_GPU_VIV to be aligned with upstream package
1140           name.
1141
1142 config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
1143         depends on BR2_PACKAGE_PYTHON
1144         bool "libsemanage python bindings removed"
1145         select BR2_LEGACY
1146         help
1147           This option has been removed, since the libsemanage Python
1148           bindings on the target were not useful.
1149
1150 config BR2_TARGET_UBOOT_NETWORK
1151         bool "U-Boot custom network settings removed"
1152         select BR2_LEGACY
1153         help
1154           U-Boot's custom network settings options have been removed.
1155
1156 ###############################################################################
1157 comment "Legacy options removed in 2015.05"
1158
1159 config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K
1160         bool "jffs2 16kB erasesize NAND flash option renamed"
1161         select BR2_LEGACY
1162         select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_16K
1163         help
1164           The JFFS2 NAND flash options now longer include the page
1165           size.
1166
1167 config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K
1168         bool "jffs2 128kB erasesize NAND flash option renamed"
1169         select BR2_LEGACY
1170         select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K
1171         help
1172           The JFFS2 NAND flash options now longer include the page
1173           size.
1174
1175 config BR2_PACKAGE_MONO_20
1176         bool "2.0/3.5 .Net Runtime"
1177         select BR2_LEGACY
1178         help
1179           This option no longer exists, all versions of the .Net
1180           runtime are now installed.
1181
1182 config BR2_PACKAGE_MONO_40
1183         bool "4.0 .Net Runtime"
1184         select BR2_LEGACY
1185         help
1186           This option no longer exists, all versions of the .Net
1187           runtime are now installed.
1188
1189 config BR2_PACKAGE_MONO_45
1190         bool "4.5 .Net Runtime"
1191         select BR2_LEGACY
1192         help
1193           This option no longer exists, all versions of the .Net
1194           runtime are now installed.
1195
1196 config BR2_CIVETWEB_WITH_LUA
1197         bool "civetweb lua option renamed"
1198         select BR2_LEGACY
1199         select BR2_PACKAGE_CIVETWEB_WITH_LUA
1200         help
1201           civetweb's lua option has been renamed to
1202           BR2_PACKAGE_CIVETWEB_WITH_LUA to be aligned with how other
1203           packages name options.
1204
1205 config BR2_PACKAGE_TIFF_TIFF2PDF
1206         bool "tiff utility-specific option removed"
1207         select BR2_LEGACY
1208         select BR2_PACKAGE_TIFF_UTILITIES
1209         help
1210           utility-specific options have been removed in favour of
1211           the new option BR2_PACKAGE_TIFF_UTILITIES.
1212
1213 config BR2_PACKAGE_TIFF_TIFFCP
1214         bool "tiff utility-specific option removed"
1215         select BR2_LEGACY
1216         select BR2_PACKAGE_TIFF_UTILITIES
1217         help
1218           utility-specific options have been removed in favour of
1219           the new option BR2_PACKAGE_TIFF_UTILITIES.
1220
1221 config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
1222         bool "RTAI patch file path has been removed"
1223         select BR2_LEGACY
1224         help
1225           This option has never worked, so it has been removed.
1226
1227 config BR2_TARGET_GENERIC_PASSWD_DES
1228         bool "Encoding passwords with DES has been removed"
1229         select BR2_LEGACY
1230         help
1231           Paswords can now only be encoded with either of md5, sha256 or sha512.
1232           The default is md5, which is stronger that DES (but still pretty weak).
1233
1234 config BR2_PACKAGE_GTK2_THEME_HICOLOR
1235         bool "hicolor (default theme) is a duplicate"
1236         select BR2_LEGACY
1237         select BR2_PACKAGE_HICOLOR_ICON_THEME
1238         help
1239           The option was just a duplicate of hicolor icon theme.
1240
1241 config BR2_PACKAGE_VALGRIND_PTRCHECK
1242         bool "valgrind's PTRCheck was renamed to SGCheck"
1243         select BR2_LEGACY
1244         select BR2_PACKAGE_VALGRIND_SGCHECK
1245         help
1246           PTRCheck was renamed to SGCheck in valgrind
1247
1248 ###############################################################################
1249 comment "Legacy options removed in 2015.02"
1250
1251 config BR2_PACKAGE_LIBGC
1252         bool "libgc package removed"
1253         select BR2_LEGACY
1254         select BR2_PACKAGE_BDWGC
1255         help
1256           libgc has been removed because we have the same package under a
1257           different name, bdwgc.
1258
1259 config BR2_PACKAGE_WDCTL
1260         bool "util-linux' wdctl option has been renamed"
1261         select BR2_LEGACY
1262         select BR2_PACKAGE_UTIL_LINUX_WDCTL
1263         help
1264           util-linux' wdctl option has been renamed to BR2_PACKAGE_UTIL_LINUX_WDCTL
1265           to be aligned with how the other options are named.
1266
1267 config BR2_PACKAGE_UTIL_LINUX_ARCH
1268         bool "util-linux' arch option has been removed"
1269         select BR2_LEGACY
1270         help
1271           util-linux' arch was dropped in util-linux 2.23, in favor of
1272           the coreutils version.
1273
1274 config BR2_PACKAGE_UTIL_LINUX_DDATE
1275         bool "util-linux' ddate option has been removed"
1276         select BR2_LEGACY
1277         help
1278           util-linux' ddate was dropped in util-linux 2.23.
1279
1280 config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
1281         bool "rpm's bzip2 payloads option has been removed"
1282         select BR2_LEGACY
1283         select BR2_PACKAGE_BZIP2
1284         help
1285           The bzip2 payloads option rely entirely on the dependant package bzip2.
1286           So, you need to select it to enable this feature.
1287
1288 config BR2_PACKAGE_RPM_XZ_PAYLOADS
1289         bool "rpm's xz payloads option has been removed"
1290         select BR2_LEGACY
1291         select BR2_PACKAGE_XZ
1292         help
1293           The xz payloads option rely entirely on the dependant package xz.
1294           So, you need to select it to enable this feature.
1295
1296 config BR2_PACKAGE_M4
1297         bool "m4 target package removed"
1298         select BR2_LEGACY
1299         help
1300           The m4 target package has been removed, it's been
1301           deprecated for some time now.
1302
1303 config BR2_PACKAGE_FLEX_BINARY
1304         bool "flex binary in target option removed"
1305         select BR2_LEGACY
1306         help
1307           The flex binary in the target option has been removed.
1308           It's been deprecated for some time now and is essentially a
1309           development tool which isn't very useful in the target.
1310
1311 config BR2_PACKAGE_BISON
1312         bool "bison target package removed"
1313         select BR2_LEGACY
1314         help
1315           The bison target package has been removed, it's been
1316           deprecated for some time now and is essentially a development
1317           tool which isn't very useful in the target.
1318
1319 config BR2_PACKAGE_GOB2
1320         bool "gob2 target package removed"
1321         select BR2_LEGACY
1322         help
1323           The gob2 target package has been removed, it's been
1324           deprecated for some time now and was essentially useless
1325           without a target toolchain.
1326
1327 config BR2_PACKAGE_DISTCC
1328         bool "distcc target package removed"
1329         select BR2_LEGACY
1330         help
1331           The distcc target package has been removed, it's been
1332           deprecated for some time now and was essentially useless
1333           without a target toolchain.
1334
1335 config BR2_PACKAGE_HASERL_VERSION_0_8_X
1336         bool "haserl 0.8.x version removed"
1337         select BR2_LEGACY
1338         help
1339           The 0.8.x version option for haserl has been removed since it
1340           has been deprecated for some time now.
1341           You should be able to use the 0.9.x version without issues.
1342
1343 config BR2_PACKAGE_STRONGSWAN_TOOLS
1344         bool "strongswan option has been removed"
1345         select BR2_LEGACY
1346         select BR2_PACKAGE_STRONGSWAN_PKI
1347         select BR2_PACKAGE_STRONGSWAN_SCEP
1348         help
1349           The tools option has been removed upstream and the different tools
1350           have been split between the pki and scep options, with others
1351           deprecated.
1352
1353 config BR2_PACKAGE_XBMC_ADDON_XVDR
1354         bool "xbmc options have been renamed"
1355         select BR2_LEGACY
1356         select BR2_PACKAGE_KODI_ADDON_XVDR
1357         help
1358           The XBMC media center project was renamed to Kodi entertainment center
1359
1360 config BR2_PACKAGE_XBMC_PVR_ADDONS
1361         bool "xbmc options have been renamed"
1362         select BR2_LEGACY
1363         select BR2_PACKAGE_KODI_PVR_ADDONS
1364         help
1365           The XBMC media center project was renamed to Kodi entertainment center
1366
1367 config BR2_PACKAGE_XBMC
1368         bool "xbmc options have been renamed"
1369         select BR2_LEGACY
1370         select BR2_PACKAGE_KODI
1371         help
1372           The XBMC media center project was renamed to Kodi entertainment center
1373
1374 config BR2_PACKAGE_XBMC_ALSA_LIB
1375         bool "xbmc options have been renamed"
1376         select BR2_LEGACY
1377         select BR2_PACKAGE_KODI_ALSA_LIB
1378         help
1379           The XBMC media center project was renamed to Kodi entertainment center
1380
1381 config BR2_PACKAGE_XBMC_AVAHI
1382         bool "xbmc options have been renamed"
1383         select BR2_LEGACY
1384         select BR2_PACKAGE_KODI_AVAHI
1385         help
1386           The XBMC media center project was renamed to Kodi entertainment center
1387
1388 config BR2_PACKAGE_XBMC_DBUS
1389         bool "xbmc options have been renamed"
1390         select BR2_LEGACY
1391         select BR2_PACKAGE_KODI_DBUS
1392         help
1393           The XBMC media center project was renamed to Kodi entertainment center
1394
1395 config BR2_PACKAGE_XBMC_LIBBLURAY
1396         bool "xbmc options have been renamed"
1397         select BR2_LEGACY
1398         select BR2_PACKAGE_KODI_LIBBLURAY
1399         help
1400           The XBMC media center project was renamed to Kodi entertainment center
1401
1402 config BR2_PACKAGE_XBMC_GOOM
1403         bool "xbmc options have been renamed"
1404         select BR2_LEGACY
1405         select BR2_PACKAGE_KODI_GOOM
1406         help
1407           The XBMC media center project was renamed to Kodi entertainment center
1408
1409 config BR2_PACKAGE_XBMC_RSXS
1410         bool "xbmc options have been renamed"
1411         select BR2_LEGACY
1412         select BR2_PACKAGE_KODI_RSXS
1413         help
1414           The XBMC media center project was renamed to Kodi entertainment center
1415
1416 config BR2_PACKAGE_XBMC_LIBCEC
1417         bool "xbmc options have been renamed"
1418         select BR2_LEGACY
1419         select BR2_PACKAGE_KODI_LIBCEC
1420         help
1421           The XBMC media center project was renamed to Kodi entertainment center
1422
1423 config BR2_PACKAGE_XBMC_LIBMICROHTTPD
1424         bool "xbmc options have been renamed"
1425         select BR2_LEGACY
1426         select BR2_PACKAGE_KODI_LIBMICROHTTPD
1427         help
1428           The XBMC media center project was renamed to Kodi entertainment center
1429
1430 config BR2_PACKAGE_XBMC_LIBNFS
1431         bool "xbmc options have been renamed"
1432         select BR2_LEGACY
1433         select BR2_PACKAGE_KODI_LIBNFS
1434         help
1435           The XBMC media center project was renamed to Kodi entertainment center
1436
1437 config BR2_PACKAGE_XBMC_RTMPDUMP
1438         bool "xbmc options have been renamed"
1439         select BR2_LEGACY
1440         select BR2_PACKAGE_KODI_RTMPDUMP
1441         help
1442           The XBMC media center project was renamed to Kodi entertainment center
1443
1444 config BR2_PACKAGE_XBMC_LIBSHAIRPLAY
1445         bool "xbmc options have been renamed"
1446         select BR2_LEGACY
1447         select BR2_PACKAGE_KODI_LIBSHAIRPLAY
1448         help
1449           The XBMC media center project was renamed to Kodi entertainment center
1450
1451 config BR2_PACKAGE_XBMC_LIBSMBCLIENT
1452         bool "xbmc options have been renamed"
1453         select BR2_LEGACY
1454         select BR2_PACKAGE_KODI_LIBSMBCLIENT
1455         help
1456           The XBMC media center project was renamed to Kodi entertainment center
1457
1458 config BR2_PACKAGE_XBMC_LIBTHEORA
1459         bool "xbmc options have been renamed"
1460         select BR2_LEGACY
1461         select BR2_PACKAGE_KODI_LIBTHEORA
1462         help
1463           The XBMC media center project was renamed to Kodi entertainment center
1464
1465 config BR2_PACKAGE_XBMC_LIBUSB
1466         bool "xbmc options have been renamed"
1467         select BR2_LEGACY
1468         select BR2_PACKAGE_KODI_LIBUSB
1469         help
1470           The XBMC media center project was renamed to Kodi entertainment center
1471
1472 config BR2_PACKAGE_XBMC_LIBVA
1473         bool "xbmc options have been renamed"
1474         select BR2_LEGACY
1475         select BR2_PACKAGE_KODI_LIBVA
1476         help
1477           The XBMC media center project was renamed to Kodi entertainment center
1478
1479 config BR2_PACKAGE_XBMC_WAVPACK
1480         bool "xbmc options have been renamed"
1481         select BR2_LEGACY
1482         select BR2_PACKAGE_KODI_WAVPACK
1483         help
1484           The XBMC media center project was renamed to Kodi entertainment center
1485
1486 config BR2_PREFER_STATIC_LIB
1487         bool "static library option renamed"
1488         select BR2_LEGACY
1489         help
1490           The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
1491           highlights the fact that the option no longer "prefers"
1492           static libraries, but "enforces" static libraries (i.e
1493           shared libraries are completely unused).
1494
1495           Take care of updating the type of libraries you want under the
1496           "Build options" menu.
1497
1498 ###############################################################################
1499 comment "Legacy options removed in 2014.11"
1500
1501 config BR2_x86_generic
1502         bool "x86 generic variant has been removed"
1503         select BR2_LEGACY
1504         help
1505           The generic x86 CPU variant has been removed. Use another
1506           CPU variant instead.
1507
1508 config BR2_GCC_VERSION_4_4_X
1509         bool "gcc 4.4.x has been removed"
1510         select BR2_LEGACY
1511         help
1512           The 4.4.x version of gcc has been removed. Use a newer
1513           version instead.
1514
1515 config BR2_sparc_sparchfleon
1516         bool "sparchfleon CPU has been removed"
1517         select BR2_LEGACY
1518         help
1519           The sparchfleon CPU was only supported in a patched gcc 4.4
1520           version. Its support has been removed in favor of the leon3
1521           CPU starting from gcc 4.8.x.
1522
1523 config BR2_sparc_sparchfleonv8
1524         bool "sparchfleonv8 CPU has been removed"
1525         select BR2_LEGACY
1526         help
1527           The sparchfleonv8 CPU was only supported in a patched gcc
1528           4.4 version. Its support has been removed in favor of the
1529           leon3 CPU starting from gcc 4.8.x.
1530
1531 config BR2_sparc_sparcsfleon
1532         bool "sparcsfleon CPU has been removed"
1533         select BR2_LEGACY
1534         help
1535           The sparcsfleon CPU was only supported in a patched gcc 4.4
1536           version. Its support has been removed in favor of the leon3
1537           CPU starting from gcc 4.8.x.
1538
1539 config BR2_sparc_sparcsfleonv8
1540         bool "sparcsfleonv8 CPU has been removed"
1541         select BR2_LEGACY
1542         help
1543           The sparcsfleonv8 CPU was only supported in a patched gcc
1544           4.4 version. Its support has been removed in favor of the
1545           leon3 CPU starting from gcc 4.8.x.
1546
1547 config BR2_PACKAGE_XLIB_LIBPCIACCESS
1548         bool "xlib-libpciaccess option has been renamed"
1549         depends on BR2_PACKAGE_XORG7
1550         select BR2_LEGACY
1551         select BR2_PACKAGE_LIBPCIACCESS
1552         help
1553           libpciaccess neither depends on X11 nor Xlib. Thus the
1554           package has been renamed BR2_PACKAGE_LIBPCIACCESS
1555
1556 config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
1557         bool "Xceive xc5000 option has been renamed"
1558         select BR2_LEGACY
1559         select BR2_PACKAGE_LINUX_FIRMWARE_XCx000
1560         help
1561           The Xceive xc5000 option now also handles older firmwares from
1562           Xceive (the xc4000 series), as well as new firmwares (the xc5000c)
1563           from Cresta, who bought Xceive.
1564
1565 config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
1566         bool "Chelsio T4 option has been renamed"
1567         select BR2_LEGACY
1568         select BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
1569         help
1570           The Chelsio T4 option BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
1571           has been renamed to BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
1572           to better account for the fact that a T5 variant exists.
1573
1574 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7
1575         bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 has been renamed"
1576         select BR2_LEGACY
1577         help
1578           The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 was
1579           renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_7. You must
1580           select it in:
1581               Target packages -> Hardware handling ->
1582               Firmware -> linux-firmware -> WiFi firmware ->
1583               iwlwifi 3160/726x revision to use (revision 7)
1584
1585 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8
1586         bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 has been renamed"
1587         select BR2_LEGACY
1588         help
1589           The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 was
1590           renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_8. You must
1591           select it in:
1592               Target packages -> Hardware handling ->
1593               Firmware -> linux-firmware -> WiFi firmware ->
1594               iwlwifi 3160/726x revision to use (revision 8)
1595
1596 ###############################################################################
1597 comment "Legacy options removed in 2014.08"
1598
1599 config BR2_PACKAGE_LIBELF
1600         bool "libelf has been removed"
1601         select BR2_PACKAGE_ELFUTILS
1602         select BR2_LEGACY
1603         help
1604           The libelf package provided an old version of the libelf library
1605           and is deprecated. The libelf library is now provided by the
1606           elfutils package.
1607
1608 config BR2_KERNEL_HEADERS_3_8
1609         bool "kernel headers version 3.8.x are no longer supported"
1610         select BR2_KERNEL_HEADERS_3_4
1611         select BR2_LEGACY
1612         help
1613           Version 3.8.x of the Linux kernel headers have been deprecated
1614           for more than four buildroot releases and are now removed.
1615           As an alternative, version 3.4.x of the headers have been
1616           automatically selected in your configuration.
1617
1618 config BR2_PACKAGE_GETTEXT_TOOLS
1619         bool "support for gettext-tools on target has been removed"
1620         select BR2_LEGACY
1621         help
1622           The option to install the gettext utilities on the target
1623           has been removed. This is not necessary as Buildroot is not
1624           designed to provide a full development environment on the
1625           target. gettext tools should be used on the build machine
1626           instead.
1627
1628 config BR2_PACKAGE_PROCPS
1629         bool "procps has been replaced by procps-ng"
1630         select BR2_PACKAGE_PROCPS_NG
1631         select BR2_LEGACY
1632         help
1633           The procps package has been replaced by the equivalent procps-ng.
1634
1635 config BR2_BINUTILS_VERSION_2_20_1
1636         bool "binutils 2.20.1 has been removed"
1637         select BR2_LEGACY
1638         help
1639           The 2.20.1 version of binutils has been removed. Use a newer
1640           version instead.
1641
1642 config BR2_BINUTILS_VERSION_2_21
1643         bool "binutils 2.21 has been removed"
1644         select BR2_LEGACY
1645         help
1646           The 2.21 version of binutils has been removed. Use a newer
1647           version instead.
1648
1649 config BR2_BINUTILS_VERSION_2_23_1
1650         bool "binutils 2.23.1 has been removed"
1651         select BR2_LEGACY
1652         help
1653           The 2.23.1 version of binutils has been removed. Use a newer
1654           version instead.
1655
1656 config BR2_UCLIBC_VERSION_0_9_32
1657         bool "uclibc 0.9.32 has been removed"
1658         select BR2_LEGACY
1659         help
1660           The 0.9.32 version of uClibc has been removed. Use a newer
1661           version instead.
1662
1663 config BR2_GCC_VERSION_4_3_X
1664         bool "gcc 4.3.x has been removed"
1665         select BR2_LEGACY
1666         help
1667           The 4.3.x version of gcc has been removed. Use a newer
1668           version instead.
1669
1670 config BR2_GCC_VERSION_4_6_X
1671         bool "gcc 4.6.x has been removed"
1672         select BR2_LEGACY
1673         help
1674           The 4.6.x version of gcc has been removed. Use a newer
1675           version instead.
1676
1677 config BR2_GDB_VERSION_7_4
1678         bool "gdb 7.4 has been removed"
1679         select BR2_LEGACY
1680         help
1681           The 7.4 version of gdb has been removed. Use a newer version
1682           instead.
1683
1684 config BR2_GDB_VERSION_7_5
1685         bool "gdb 7.5 has been removed"
1686         select BR2_LEGACY
1687         help
1688           The 7.5 version of gdb has been removed. Use a newer version
1689           instead.
1690
1691 config BR2_BUSYBOX_VERSION_1_19_X
1692         bool "busybox version selection has been removed"
1693         select BR2_LEGACY
1694         help
1695           The possibility of selecting the Busybox version has been
1696           removed. Use the latest version provided by the Busybox
1697           package instead.
1698
1699 config BR2_BUSYBOX_VERSION_1_20_X
1700         bool "busybox version selection has been removed"
1701         select BR2_LEGACY
1702         help
1703           The possibility of selecting the Busybox version has been
1704           removed. Use the latest version provided by the Busybox
1705           package instead.
1706
1707 config BR2_BUSYBOX_VERSION_1_21_X
1708         bool "busybox version selection has been removed"
1709         select BR2_LEGACY
1710         help
1711           The possibility of selecting the Busybox version has been
1712           removed. Use the latest version provided by the Busybox
1713           package instead.
1714
1715 config BR2_PACKAGE_LIBV4L_DECODE_TM6000
1716         bool "decode_tm6000"
1717         select BR2_PACKAGE_LIBV4L_UTILS
1718         select BR2_LEGACY
1719         help
1720           This libv4l option has been deprecated and replaced by a single
1721           option to build all the libv4l utilities.
1722
1723 config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
1724         bool "ir-keytable"
1725         select BR2_PACKAGE_LIBV4L_UTILS
1726         select BR2_LEGACY
1727         help
1728           This libv4l option has been deprecated and replaced by a single
1729           option to build all the libv4l utilities.
1730
1731 config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE
1732         bool "v4l2-compliance"
1733         select BR2_PACKAGE_LIBV4L_UTILS
1734         select BR2_LEGACY
1735         help
1736           This libv4l option has been deprecated and replaced by a single
1737           option to build all the libv4l utilities.
1738
1739 config BR2_PACKAGE_LIBV4L_V4L2_CTL
1740         bool "v4l2-ctl"
1741         select BR2_PACKAGE_LIBV4L_UTILS
1742         select BR2_LEGACY
1743         help
1744           This libv4l option has been deprecated and replaced by a single
1745           option to build all the libv4l utilities.
1746
1747 config BR2_PACKAGE_LIBV4L_V4L2_DBG
1748         bool "v4l2-dbg"
1749         select BR2_PACKAGE_LIBV4L_UTILS
1750         select BR2_LEGACY
1751         help
1752           This libv4l option has been deprecated and replaced by a single
1753           option to build all the libv4l utilities.
1754
1755 ###############################################################################
1756 comment "Legacy options removed in 2014.05"
1757
1758 config BR2_PACKAGE_EVTEST_CAPTURE
1759         bool "evtest-capture support removed (dropped since evtest 1.31)"
1760         select BR2_LEGACY
1761         help
1762           Support for evtest-capture has been removed (dropped from
1763           evtest package since version 1.31), use evemu package
1764           instead.
1765
1766 config BR2_KERNEL_HEADERS_3_6
1767         bool "kernel headers version 3.6.x are no longer supported"
1768         select BR2_KERNEL_HEADERS_3_4
1769         select BR2_LEGACY
1770         help
1771           Version 3.6.x of the Linux kernel headers have been deprecated
1772           for more than four buildroot releases and are now removed.
1773           As an alternative, version 3.4.x of the headers have been
1774           automatically selected in your configuration.
1775
1776 config BR2_KERNEL_HEADERS_3_7
1777         bool "kernel headers version 3.7.x are no longer supported"
1778         select BR2_KERNEL_HEADERS_3_4
1779         select BR2_LEGACY
1780         help
1781           Version 3.7.x of the Linux kernel headers have been deprecated
1782           for more than four buildroot releases and are now removed.
1783           As an alternative, version 3.4.x of the headers have been
1784           automatically selected in your configuration.
1785
1786 config BR2_PACKAGE_VALA
1787         bool "vala target package has been removed"
1788         select BR2_LEGACY
1789         help
1790           The 'vala' target package has been removed since it has been
1791           deprecated for more than four buildroot releases.
1792           Note: the host vala package still exists.
1793
1794 config BR2_TARGET_TZ_ZONELIST
1795         default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
1796
1797 config BR2_PACKAGE_TZDATA_ZONELIST
1798         string "tzdata: the timezone list option has been renamed"
1799         help
1800           The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
1801           BR2_TARGET_TZ_ZONELIST, and moved to the "System configuration"
1802           menu. You'll need to select BR2_TARGET_TZ_INFO.
1803
1804 config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
1805         bool
1806         default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
1807         select BR2_LEGACY
1808
1809 config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
1810         bool "Lua command-line editing none has been renamed"
1811         select BR2_LEGACY
1812         help
1813           The BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE option has been
1814           renamed to BR2_PACKAGE_LUA_EDITING_NONE. You will have to select
1815           it in the corresponding choice.
1816
1817 config BR2_PACKAGE_LUA_INTERPRETER_READLINE
1818         bool "Lua command-line editing using readline has been renamed"
1819         select BR2_LEGACY
1820         help
1821           The BR2_PACKAGE_LUA_INTERPRETER_READLINE option has been
1822           renamed to BR2_PACKAGE_LUA_READLINE. You will have to select
1823           it in the corresponding choice.
1824
1825 config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
1826         bool "Lua command-line editing using linenoise has been renamed"
1827         select BR2_LEGACY
1828         help
1829           The BR2_PACKAGE_LUA_INTERPRETER_LINENOISE option has been
1830           renamed to BR2_PACKAGE_LUA_LINENOISE. You will have to select
1831           it in the corresponding choice.
1832
1833 config BR2_PACKAGE_DVB_APPS_UTILS
1834         bool "dvb-apps utilities now built by default"
1835         select BR2_LEGACY
1836         help
1837           The dvb-apps utilities are now always built when the dvb-apps
1838           package is selected.
1839
1840 config BR2_KERNEL_HEADERS_SNAP
1841         bool "Local Linux snapshot support removed"
1842         select BR2_LEGACY
1843         help
1844           Support for using a custom snapshot to install the Linux
1845           kernel headers has been removed.
1846
1847 config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
1848         bool "/dev management by udev removed"
1849         select BR2_LEGACY
1850         help
1851           The 'udev' package has been converted to a virtual package.
1852           The providers for this feature are: 'eudev', 'systemd'.
1853
1854           Therefore, if you are not using 'systemd' as init system, you
1855           must choose 'Dynamic using eudev' in the '/dev management'
1856           menu to get the same behaviour as in your old configuration.
1857
1858           If you are using 'systemd', its internal implementation of
1859           'udev' will be used automatically.
1860
1861           You must also check the packages depending on 'udev' are still
1862           selected.
1863
1864 config BR2_PACKAGE_UDEV
1865         bool "udev is now a virtual package"
1866         select BR2_LEGACY
1867         select BR2_PACKAGE_HAS_UDEV
1868         help
1869           The 'udev' package has been converted to a virtual package.
1870           The providers for this feature are: 'eudev', 'systemd'.
1871
1872           Your old configuration refers to packages depending on 'udev',
1873           either for build or at runtime.
1874
1875           Check that a 'udev' provider is selected. If you are not using
1876           'systemd' as init system, 'eudev' should be selected, which is
1877           the case if '/dev management' is set to 'Dynamic using eudev'.
1878
1879           If you are using 'systemd', its internal implementation of 'udev'
1880           is used.
1881
1882 config BR2_PACKAGE_UDEV_RULES_GEN
1883         bool "udev rules generation handled by provider"
1884         select BR2_LEGACY
1885         select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD
1886         select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD
1887         help
1888           The 'udev' package has been converted to a virtual package.
1889           The providers for this feature are: 'eudev', 'systemd'.
1890
1891           If you are not using 'systemd' as init system, udev rules
1892           generation will be handled by 'eudev'. Check that
1893           '/dev management' is set to 'Dynamic using eudev' to get
1894           the same behaviour as in your old configuration.
1895
1896           If you are using 'systemd', it internal implementation of 'udev'
1897           will generate the rules.
1898
1899 config BR2_PACKAGE_UDEV_ALL_EXTRAS
1900         bool "udev extras removed"
1901         select BR2_LEGACY
1902         help
1903           The 'udev' package has been converted to a virtual package.
1904           The providers for this feature are: 'eudev', 'systemd'.
1905
1906           The option to enable the extra features of 'udev' (gudev, ...)
1907           has been removed. These features are automatically enabled in
1908           the 'udev' providers if the dependencies are selected. For
1909           example, selecting 'libglib2' will trigger the build of gudev.
1910
1911 config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
1912         bool "xlib-libpthread-stubs option has been renamed"
1913         depends on BR2_PACKAGE_XORG7
1914         select BR2_LEGACY
1915         select BR2_PACKAGE_LIBPTHREAD_STUBS
1916         help
1917           The pthread stubs neither depend on X11 nor Xlib. Thus the
1918           package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
1919
1920 ###############################################################################
1921 comment "Legacy options removed in 2014.02"
1922
1923 config BR2_sh2
1924         bool "sh2 support removed"
1925         select BR2_LEGACY
1926         help
1927           Due to an inexistent user base and generally poor Linux
1928           support, the support for the SH2 architecture was removed.
1929
1930 config BR2_sh3
1931         bool "sh3 support removed"
1932         select BR2_LEGACY
1933         help
1934           Due to an inexistent user base and generally poor Linux
1935           support, the support for the SH3 architecture was removed.
1936
1937 config BR2_sh3eb
1938         bool "sh3eb support removed"
1939         select BR2_LEGACY
1940         help
1941           Due to an inexistent user base and generally poor Linux
1942           support, the support for the SH3eb architecture was removed.
1943
1944 config BR2_KERNEL_HEADERS_3_1
1945         bool "kernel headers version 3.1.x are no longer supported"
1946         select BR2_KERNEL_HEADERS_3_2
1947         select BR2_LEGACY
1948         help
1949           Version 3.1.x of the Linux kernel headers have been deprecated
1950           for more than four buildroot releases and are now removed.
1951           As an alternative, version 3.2.x of the headers have been
1952           automatically selected in your configuration.
1953
1954 config BR2_KERNEL_HEADERS_3_3
1955         bool "kernel headers version 3.3.x are no longer supported"
1956         select BR2_KERNEL_HEADERS_3_2
1957         select BR2_LEGACY
1958         help
1959           Version 3.3.x of the Linux kernel headers have been deprecated
1960           for more than four buildroot releases and are now removed.
1961           As an alternative, version 3.2.x of the headers have been
1962           automatically selected in your configuration.
1963
1964 config BR2_KERNEL_HEADERS_3_5
1965         bool "kernel headers version 3.5.x are no longer supported"
1966         select BR2_KERNEL_HEADERS_3_4
1967         select BR2_LEGACY
1968         help
1969           Version 3.5.x of the Linux kernel headers have been deprecated
1970           for more than four buildroot releases and are now removed.
1971           As an alternative, version 3.4.x of the headers have been
1972           automatically selected in your configuration.
1973
1974 config BR2_GDB_VERSION_7_2
1975         bool "gdb 7.2.x is no longer supported"
1976         select BR2_GDB_VERSION_7_6
1977         select BR2_LEGACY
1978         help
1979           Version 7.2.x of gdb has been deprecated for more than four
1980           buildroot releases and is now removed. As an alternative, gdb
1981           7.5.x has been automatically selected in your configuration.
1982
1983 config BR2_GDB_VERSION_7_3
1984         bool "gdb 7.3.x is no longer supported"
1985         select BR2_GDB_VERSION_7_6
1986         select BR2_LEGACY
1987         help
1988           Version 7.3.x of gdb has been deprecated for more than four
1989           buildroot releases and is now removed. As an alternative, gdb
1990           7.5.x has been automatically selected in your configuration.
1991
1992 config BR2_PACKAGE_CCACHE
1993         bool "ccache target package has been removed"
1994         select BR2_LEGACY
1995         help
1996           The 'ccache' target package has been removed since it has been
1997           deprecated for more than four buildroot releases.
1998           Note: using ccache for speeding up builds is still supported.
1999
2000 config BR2_HAVE_DOCUMENTATION
2001         bool "support for documentation on target has been removed"
2002         select BR2_LEGACY
2003         help
2004           Support for documentation on target has been removed since it has
2005           been deprecated for more than four buildroot releases.
2006
2007 config BR2_PACKAGE_AUTOMAKE
2008         bool "automake target package has been removed"
2009         select BR2_LEGACY
2010         help
2011           The 'automake' target package has been removed since it has been
2012           deprecated for more than four buildroot releases.
2013           Note: the host automake still exists.
2014
2015 config BR2_PACKAGE_AUTOCONF
2016         bool "autoconf target package has been removed"
2017         select BR2_LEGACY
2018         help
2019           The 'autoconf' target package has been removed since it has been
2020           deprecated for more than four buildroot releases.
2021           Note: the host autoconf still exists.
2022
2023 config BR2_PACKAGE_XSTROKE
2024         bool "xstroke has been removed"
2025         select BR2_LEGACY
2026         help
2027           The 'xstroke' package has been removed since it has been
2028           deprecated for more than four buildroot releases.
2029
2030 config BR2_PACKAGE_LZMA
2031         bool "lzma target package has been removed"
2032         select BR2_LEGACY
2033         help
2034           The 'lzma' target package has been removed since it has been
2035           deprecated for more than four buildroot releases.
2036           Note: generating lzma-compressed rootfs images is still supported.
2037
2038 config BR2_PACKAGE_TTCP
2039         bool "ttcp has been removed"
2040         select BR2_LEGACY
2041         help
2042           The 'ttcp' package has been removed since it has been
2043           deprecated for more than four buildroot releases.
2044
2045 config BR2_PACKAGE_LIBNFC_LLCP
2046         bool "libnfc-llcp has been replaced by libllcp"
2047         select BR2_LEGACY
2048         select BR2_PACKAGE_LIBLLCP
2049         help
2050           The 'libnfc-llcp' package has been removed since upstream renamed
2051           to 'libllcp'. We have added a new package for 'libllcp' and bumped
2052           the version at the same time.
2053
2054 config BR2_PACKAGE_MYSQL_CLIENT
2055         bool "MySQL client renamed to MySQL"
2056         select BR2_LEGACY
2057         select BR2_PACKAGE_MYSQL
2058         help
2059           The option has been renamed BR2_PACKAGE_MYSQL
2060
2061 config BR2_PACKAGE_SQUASHFS3
2062         bool "squashfs3 has been removed"
2063         select BR2_LEGACY
2064         select BR2_PACKAGE_SQUASHFS
2065         help
2066           The 'squashfs3' package has been removed since it has been
2067           deprecated for more than four buildroot releases. Package
2068           'squashfs' (4) has been selected automatically as replacement.
2069
2070 config BR2_TARGET_ROOTFS_SQUASHFS3
2071         bool "squashfs3 rootfs support has been removed"
2072         select BR2_LEGACY
2073         help
2074           Together with the removal of the squashfs3 package, support
2075           for squashfs3 root filesystems has been removed too. Squashfs
2076           root filesystems will automatically use squashfs4 now.
2077
2078 config BR2_PACKAGE_NETKITBASE
2079         bool "netkitbase has been removed"
2080         select BR2_LEGACY
2081         help
2082           The 'netkitbase' package has been removed since it has been
2083           deprecated since 2012.11. This package provided 'inetd'
2084           which is replaced by 'xinet' and 'ping' which is replaced by
2085           'busybox' or 'fping'.
2086
2087 config BR2_PACKAGE_NETKITTELNET
2088         bool "netkittelnet has been removed"
2089         select BR2_LEGACY
2090         help
2091           The 'netkittelnet' package has been removed since it has
2092           been deprecated since 2012.11. 'busybox' provides a telnet
2093           client and should be used instead.
2094
2095 config BR2_PACKAGE_LUASQL
2096         bool "luasql has been replaced by luasql-sqlite3"
2097         select BR2_PACKAGE_LUASQL_SQLITE3
2098         select BR2_LEGACY
2099         help
2100           The option has been renamed BR2_PACKAGE_LUASQL_SQLITE3.
2101
2102 config BR2_PACKAGE_LUACJSON
2103         bool "luacjson has been replaced by lua-cjson"
2104         select BR2_PACKAGE_LUA_CJSON
2105         select BR2_LEGACY
2106         help
2107           The option has been renamed BR2_PACKAGE_LUA_CJSON.
2108
2109 ###############################################################################
2110 comment "Legacy options removed in 2013.11"
2111
2112 config BR2_PACKAGE_LVM2_DMSETUP_ONLY
2113         bool "lvm2's 'dmsetup only' option removed"
2114         select BR2_LEGACY
2115         help
2116           The BR2_PACKAGE_LVM2_DMSETUP_ONLY was a negative option, which
2117           led to problems with other packages that need the full lvm2
2118           suite. Therefore, the option has been replaced with the positive
2119           BR2_PACKAGE_LVM2_STANDARD_INSTALL option.
2120
2121 # Note: BR2_PACKAGE_LVM2_DMSETUP_ONLY is still referenced in package/lvm2/Config.in
2122 # in order to automatically propagate old configs
2123
2124 config BR2_PACKAGE_QT_JAVASCRIPTCORE
2125         bool "qt javascriptcore option removed"
2126         select BR2_LEGACY
2127         help
2128           The BR2_PACKAGE_QT_JAVASCRIPTCORE option was available to
2129           force the activation or disabling of the JIT compiler in the
2130           Qt Javascript interpreter. However, the JIT compiler is not
2131           available for all architectures, so forcing its activation
2132           does not always work. Moreover, Qt knows by itself for which
2133           architectures JIT support is possible, and will
2134           automatically enable it if possible.
2135
2136           Therefore, this option was in fact useless, and causing
2137           build problems when enabled on architectures for which the
2138           JIT support was not available. It has been removed, and
2139           there is no replacement: Qt will enable JIT at compile time
2140           when possible.
2141
2142 config BR2_PACKAGE_MODULE_INIT_TOOLS
2143         bool "module-init-tools replaced by kmod"
2144         select BR2_PACKAGE_KMOD
2145         select BR2_PACKAGE_KMOD_TOOLS
2146         select BR2_LEGACY
2147         help
2148           The 'module-init-tools' package has been removed, since it
2149           has been depracated upstream and replaced by 'kmod'.
2150
2151 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
2152         string "u-boot: the git repository URL option has been renamed"
2153         help
2154           The option BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL has
2155           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_URL.
2156
2157 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL_WRAP
2158         bool
2159         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL != ""
2160         select BR2_LEGACY
2161
2162 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL is still referenced from
2163 # boot/uboot/Config.in
2164
2165 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
2166         string "u-boot: the git repository version option has been renamed"
2167         help
2168           The option BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION has
2169           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION.
2170
2171 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION_WRAP
2172         bool
2173         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION != ""
2174         select BR2_LEGACY
2175
2176 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION is still referenced from
2177 # boot/uboot/Config.in
2178
2179 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
2180         string "linux: the git repository URL option has been renamed"
2181         help
2182           The option BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL has
2183           been renamed to
2184           BR2_LINUX_KERNEL_CUSTOM_REPO_URL.
2185
2186 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL_WRAP
2187         bool
2188         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL != ""
2189         select BR2_LEGACY
2190
2191 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL is still referenced from
2192 # linux/Config.in
2193
2194 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
2195         string "linux: the git repository version option has been renamed"
2196         help
2197           The option BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION has
2198           been renamed to
2199           BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION.
2200
2201 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION_WRAP
2202         bool
2203         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != ""
2204         select BR2_LEGACY
2205
2206 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION is still referenced from
2207 # linux/Config.in
2208
2209 ###############################################################################
2210 comment "Legacy options removed in 2013.08"
2211
2212 config BR2_ARM_OABI
2213         bool "ARM OABI support has been removed"
2214         select BR2_LEGACY
2215         help
2216           The support for the ARM OABI was deprecated since a while,
2217           and has been removed completely from Buildroot. It is also
2218           deprecated in upstream gcc, since gcc 4.7. People should
2219           switch to EABI instead, which should not be a problem as
2220           long as you don't have pre-built OABI binaries in your
2221           system that you can't recompile.
2222
2223 config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
2224         bool "dosfstools dosfsck renamed to fsck.fat"
2225         select BR2_LEGACY
2226         select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
2227         help
2228           dosfsck was renamed upstream to fsck.fat for consistency.
2229
2230 config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
2231         bool "dosfstools dosfslabel renamed to fatlabel"
2232         select BR2_LEGACY
2233         select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
2234         help
2235           doslabel was renamed upstream to fatlabel for consistency.
2236
2237 config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
2238         bool "dosfstools mkdosfs renamed to mkfs.fat"
2239         select BR2_LEGACY
2240         select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
2241         help
2242           mkdosfs was renamed upstream to mkfs.fat for consistency.
2243
2244 config BR2_ELF2FLT
2245         bool "the elf2flt option has been renamed"
2246         select BR2_LEGACY
2247         help
2248           The BR2_ELF2FLT option has been renamed to
2249           BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
2250           the package infrastructure.
2251
2252 config BR2_VFP_FLOAT
2253         bool "the ARM VFP floating point option has been renamed"
2254         select BR2_LEGACY
2255         help
2256           Due to a major refactoring of the floating-point handling of
2257           the ARM architecture support, the BR2_VFP_FLOAT option has
2258           been replaced with a choice of options that allows to select
2259           between various VFP versions/capabilities.
2260
2261 config BR2_PACKAGE_GCC_TARGET
2262         bool "gcc on the target filesystem has been removed"
2263         select BR2_LEGACY
2264         help
2265           The support for gcc in the target filesystem was deprecated
2266           since a while, and has been removed completely from Buildroot.
2267           See Buildroot's documentation for more explanations.
2268
2269 config BR2_HAVE_DEVFILES
2270         bool "development files in target filesystem has been removed"
2271         select BR2_LEGACY
2272         help
2273           The installation of the development files in the target
2274           filesystem was deprecated since a while, and has been removed
2275           completely from Buildroot.
2276           See Buildroot's documentation for more explanations.
2277
2278 ###############################################################################
2279 comment "Legacy options removed in 2013.05"
2280
2281 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
2282         bool "Realtek 8192 replaced by Realtek 81xx"
2283         select BR2_LEGACY
2284         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
2285         help
2286           Now covers the whole Realtek 81xx familly: 8188/8192.
2287
2288 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
2289         bool "Realtek 8712 replaced by Realtek 87xx"
2290         select BR2_LEGACY
2291         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
2292         help
2293           Now covers the whole Realtek 87xx familly: 8712/8723.
2294
2295 ###############################################################################
2296 comment "Legacy options removed in 2013.02"
2297
2298 config BR2_sa110
2299         bool "sa110 ARM target switched to strongarm"
2300         select BR2_LEGACY
2301         select BR2_strongarm
2302         help
2303           The SA110 is the same as a generic StrongARM, it just differs
2304           in speed, peripherals and cache.
2305
2306 config BR2_sa1100
2307         bool "sa1100 ARM target switched to strongarm"
2308         select BR2_LEGACY
2309         select BR2_strongarm
2310         help
2311           The SA1100 is the same as a generic StrongARM, it just differs
2312           in speed, peripherals and cache.
2313
2314 config BR2_PACKAGE_GDISK
2315         bool "gdisk has been replaced by gptfdisk"
2316         select BR2_LEGACY
2317         select BR2_PACKAGE_GPTFDISK
2318         help
2319           The option has been renamed BR2_PACKAGE_GPTFDISK.
2320
2321 config BR2_PACKAGE_GDISK_GDISK
2322         bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
2323         select BR2_LEGACY
2324         select BR2_PACKAGE_GPTFDISK
2325         select BR2_PACKAGE_GPTFDISK_GDISK
2326         help
2327           The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
2328
2329 config BR2_PACKAGE_GDISK_SGDISK
2330         bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
2331         select BR2_LEGACY
2332         select BR2_PACKAGE_GPTFDISK
2333         select BR2_PACKAGE_GPTFDISK_SGDISK
2334         help
2335           The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
2336
2337 config BR2_PACKAGE_GDB_HOST
2338         bool "gdb for the host option has been renamed"
2339         select BR2_PACKAGE_HOST_GDB
2340         select BR2_LEGACY
2341         help
2342           Due to the conversion of gdb to the package infrastructure,
2343           the BR2_PACKAGE_GDB_HOST option has been renamed
2344           BR2_PACKAGE_HOST_GDB.
2345
2346 config BR2_PACKAGE_DIRECTB_DITHER_RGB16
2347         bool "DirectFB RGB16 dithering option has been renamed"
2348         select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
2349         select BR2_LEGACY
2350         help
2351           The option has been renamed
2352           BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
2353
2354 config BR2_PACKAGE_DIRECTB_TESTS
2355         bool "DirectFB Tests option has been renamed"
2356         select BR2_PACKAGE_DIRECTFB_TESTS
2357         select BR2_LEGACY
2358         help
2359           The option has been renamed
2360           BR2_PACKAGE_DIRECTFB_TESTS.
2361
2362 ###############################################################################
2363 comment "Legacy options removed in 2012.11"
2364
2365 config BR2_PACKAGE_CUSTOMIZE
2366         bool "customize package has been removed"
2367         select BR2_LEGACY
2368         help
2369           The 'customize' special package has been removed. Instead,
2370           we recommend to create either your own packages, or use a
2371           post-build script to customize your root filesystem. See
2372           Buildroot's documentation for more details.
2373
2374 config BR2_PACKAGE_XSERVER_xorg
2375         bool "X.org modular server"
2376         select BR2_LEGACY
2377         select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
2378         help
2379           The option has been renamed
2380           BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
2381
2382 config BR2_PACKAGE_XSERVER_tinyx
2383         bool "KDrive / TinyX server"
2384         select BR2_LEGACY
2385         select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
2386         help
2387           The option has been renamed
2388           BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
2389
2390 config BR2_PACKAGE_PTHREAD_STUBS
2391         bool "pthread-stubs option has been renamed"
2392         select BR2_LEGACY
2393         select BR2_PACKAGE_LIBPTHREAD_STUBS
2394         help
2395           For consistency reason, the pthread-stubs package has been
2396           renamed to libpthread-stubs.
2397
2398 ###############################################################################
2399 comment "Legacy options removed in 2012.08"
2400
2401 config BR2_PACKAGE_GETTEXT_STATIC
2402         bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
2403         select BR2_LEGACY
2404         help
2405           To build a static gettext library, select BR2_PREFER_STATIC_LIB.
2406
2407
2408 config BR2_PACKAGE_LIBINTL
2409         bool "libintl"
2410         select BR2_LEGACY
2411         select BR2_PACKAGE_GETTEXT
2412         help
2413           libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
2414           only installs the library, not the executables.
2415
2416 config BR2_PACKAGE_INPUT_TOOLS_EVTEST
2417         bool "input-tools evtest is now a separate package evtest"
2418         select BR2_LEGACY
2419         select BR2_PACKAGE_EVTEST
2420         help
2421           The evtest program from input-tools is now a separate package.
2422
2423 config BR2_BFIN_FDPIC
2424         bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
2425         select BR2_BINFMT_FDPIC
2426         select BR2_LEGACY
2427
2428 config BR2_BFIN_FLAT
2429         bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
2430         select BR2_BINFMT_FLAT
2431         select BR2_LEGACY
2432
2433 endmenu
2434
2435 endif # !SKIP_LEGACY