]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - Config.in.legacy
tclap: new package
[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 #
20 # For string options, it is not possible to directly select another symbol. In
21 # this case, a hidden wrap bool option has to be added, that defaults to y if
22 # the old string is not set at its default value. The wrap symbol should select
23 # BR2_LEGACY.
24 # If the original symbol has been renamed, the new symbol should use the value
25 # of the old symbol as default. This requires a change outside of
26 # Config.in.legacy, and this should be clearly marked as such below, so that
27 # removal of legacy options also include the removal of these external
28 # references.
29 #
30 # [Example: renaming a string option from FOO to BAR]
31 # original symbol:
32 #     config BR2_FOO_STRING
33 #             string "Some foo string"
34 #
35 # becomes:
36 #     config BR2_BAR_STRING
37 #             string "Some bar string"
38 #             default BR2_FOO_STRING if BR2_FOO_STRING != ""  # legacy
39 #
40 # and in Config.in.legacy:
41 #     config BR2_FOO_STRING
42 #             string "The foo string has been renamed"
43 #             help
44 #               <suitable help text>
45 #
46 #     config BR2_FOO_STRING_WRAP
47 #             bool
48 #             default y if BR2_FOO_STRING != ""
49 #             select BR2_LEGACY
50 #
51 #     # Note: BR2_FOO_STRING is still referenced from package/foo/Config.in
52 #
53 # [End of example]
54
55 config BR2_LEGACY
56         bool
57         help
58           This option is selected automatically when your old .config uses an
59           option that no longer exists in current buildroot. In that case, the
60           build will fail. Look for config options which are selected in the
61           menu below: they no longer exist and should be replaced by something
62           else.
63
64 # This comment fits exactly in a 80-column display
65 comment "Legacy detected: check the content of the menu below"
66         depends on BR2_LEGACY
67
68 menu "Legacy config options"
69
70 if BR2_LEGACY
71 comment "----------------------------------------------------"
72 comment "Your old configuration uses legacy options that no  "
73 comment "longer exist in buildroot, as indicated in the menu "
74 comment "below. As long as these options stay selected, or in"
75 comment "case of string options are non-empty, the build     "
76 comment "will fail.                                          "
77 comment "*                                                   "
78 comment "Where possible, an automatic conversion from old to "
79 comment "new symbols has been performed. Before making any   "
80 comment "change in this legacy menu, make sure to exit the   "
81 comment "configuration editor a first time and save the      "
82 comment "configuration. Otherwise, the automatic conversion  "
83 comment "of symbols will be lost.                            "
84 comment "*                                                   "
85 comment "After this initial save, reopen the configuration   "
86 comment "editor, inspect the options selected below, read    "
87 comment "their help texts, and verify/update the new         "
88 comment "configuration in the corresponding configuration    "
89 comment "menus. When everything is ok, you can disable the   "
90 comment "legacy options in the menu below. Once you have     "
91 comment "disabled all legacy options, this text will         "
92 comment "disappear and you will be able to start the build.  "
93 comment "*                                                   "
94 comment "Note: at some point in the future, the oldest legacy"
95 comment "options will be removed, and configuration files    "
96 comment "that still have those options set, will fail to     "
97 comment "build, or run, in unpredictable ways.               "
98 comment "----------------------------------------------------"
99 endif
100
101 ###############################################################################
102 comment "Legacy options removed in 2014.08"
103
104 config BR2_KERNEL_HEADERS_3_8
105         bool "kernel headers version 3.8.x are no longer supported"
106         select BR2_KERNEL_HEADERS_3_9
107         select BR2_LEGACY
108         help
109           Version 3.8.x of the Linux kernel headers have been deprecated
110           for more than four buildroot releases and are now removed.
111           As an alternative, version 3.9.x of the headers have been
112           automatically selected in your configuration.
113
114 config BR2_PACKAGE_GETTEXT_TOOLS
115         bool "support for gettext-tools on target has been removed"
116         select BR2_LEGACY
117         help
118           The option to install the gettext utilities on the target
119           has been removed. This is not necessary as Buildroot is not
120           designed to provide a full development environment on the
121           target. gettext tools should be used on the build machine
122           instead.
123
124 config BR2_PACKAGE_PROCPS
125         bool "procps has been replaced by procps-ng"
126         select BR2_PACKAGE_PROCPS_NG
127         select BR2_LEGACY
128         help
129           The procps package has been replaced by the equivalent procps-ng.
130
131 ###############################################################################
132 comment "Legacy options removed in 2014.05"
133
134 config BR2_PACKAGE_EVTEST_CAPTURE
135         bool "evtest-capture support removed (dropped since evtest 1.31)"
136         select BR2_LEGACY
137         help
138           Support for evtest-capture has been removed (dropped from
139           evtest package since version 1.31), use evemu package
140           instead.
141
142 config BR2_KERNEL_HEADERS_3_6
143         bool "kernel headers version 3.6.x are no longer supported"
144         select BR2_KERNEL_HEADERS_3_9
145         select BR2_LEGACY
146         help
147           Version 3.6.x of the Linux kernel headers have been deprecated
148           for more than four buildroot releases and are now removed.
149           As an alternative, version 3.8.x of the headers have been
150           automatically selected in your configuration.
151
152 config BR2_KERNEL_HEADERS_3_7
153         bool "kernel headers version 3.7.x are no longer supported"
154         select BR2_KERNEL_HEADERS_3_9
155         select BR2_LEGACY
156         help
157           Version 3.7.x of the Linux kernel headers have been deprecated
158           for more than four buildroot releases and are now removed.
159           As an alternative, version 3.8.x of the headers have been
160           automatically selected in your configuration.
161
162 config BR2_PACKAGE_VALA
163         bool "vala target package has been removed"
164         select BR2_LEGACY
165         help
166           The 'vala' target package has been removed since it has been
167           deprecated for more than four buildroot releases.
168           Note: the host vala package still exists.
169
170 config BR2_TARGET_TZ_ZONELIST
171         default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
172
173 config BR2_PACKAGE_TZDATA_ZONELIST
174         string "tzdata: the timezone list option has been renamed"
175         help
176           The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
177           BR2_TARGET_TZ_ZONELIST, and moved to the "System configuration"
178           menu. You'll need to select BR2_TARGET_TZ_INFO.
179
180 config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
181         bool
182         default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
183         select BR2_LEGACY
184
185 config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
186         bool "Lua command-line editing none has been renamed"
187         select BR2_LEGACY
188         help
189           The BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE option has been
190           renamed to BR2_PACKAGE_LUA_EDITING_NONE. You will have to select
191           it in the corresponding choice.
192
193 config BR2_PACKAGE_LUA_INTERPRETER_READLINE
194         bool "Lua command-line editing using readline has been renamed"
195         select BR2_LEGACY
196         help
197           The BR2_PACKAGE_LUA_INTERPRETER_READLINE option has been
198           renamed to BR2_PACKAGE_LUA_READLINE. You will have to select
199           it in the corresponding choice.
200
201 config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
202         bool "Lua command-line editing using linenoise has been renamed"
203         select BR2_LEGACY
204         help
205           The BR2_PACKAGE_LUA_INTERPRETER_LINENOISE option has been
206           renamed to BR2_PACKAGE_LUA_LINENOISE. You will have to select
207           it in the corresponding choice.
208
209 config BR2_PACKAGE_DVB_APPS_UTILS
210         bool "dvb-apps utilities now built by default"
211         select BR2_LEGACY
212         help
213           The dvb-apps utilities are now always built when the dvb-apps
214           package is selected.
215
216 config BR2_KERNEL_HEADERS_SNAP
217         bool "Local Linux snapshot support removed"
218         select BR2_LEGACY
219         help
220           Support for using a custom snapshot to install the Linux
221           kernel headers has been removed.
222
223 config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
224         bool "/dev management by udev removed"
225         select BR2_LEGACY
226         help
227           The 'udev' package has been converted to a virtual package.
228           The providers for this feature are: 'eudev', 'systemd'.
229
230           Therefore, if you are not using 'systemd' as init system, you
231           must choose 'Dynamic using eudev' in the '/dev management'
232           menu to get the same behaviour as in your old configuration.
233
234           If you are using 'systemd', its internal implementation of
235           'udev' will be used automatically.
236
237           You must also check the packages depending on 'udev' are still
238           selected.
239
240 config BR2_PACKAGE_UDEV
241         bool "udev is now a virtual package"
242         select BR2_LEGACY
243         select BR2_PACKAGE_HAS_UDEV
244         help
245           The 'udev' package has been converted to a virtual package.
246           The providers for this feature are: 'eudev', 'systemd'.
247
248           Your old configuration refers to packages depending on 'udev',
249           either for build or at runtime.
250
251           Check that a 'udev' provider is selected. If you are not using
252           'systemd' as init system, 'eudev' should be selected, which is
253           the case if '/dev management' is set to 'Dynamic using eudev'.
254
255           If you are using 'systemd', its internal implementation of 'udev'
256           is used.
257
258 config BR2_PACKAGE_UDEV_RULES_GEN
259         bool "udev rules generation handled by provider"
260         select BR2_LEGACY
261         select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD
262         select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD
263         help
264           The 'udev' package has been converted to a virtual package.
265           The providers for this feature are: 'eudev', 'systemd'.
266
267           If you are not using 'systemd' as init system, udev rules
268           generation will be handled by 'eudev'. Check that
269           '/dev management' is set to 'Dynamic using eudev' to get
270           the same behaviour as in your old configuration.
271
272           If you are using 'systemd', it internal implementation of 'udev'
273           will generate the rules.
274
275 config BR2_PACKAGE_UDEV_ALL_EXTRAS
276         bool "udev extras removed"
277         select BR2_LEGACY
278         help
279           The 'udev' package has been converted to a virtual package.
280           The providers for this feature are: 'eudev', 'systemd'.
281
282           The option to enable the extra features of 'udev' (gudev, ...)
283           has been removed. These features are automatically enabled in
284           the 'udev' providers if the dependencies are selected. For
285           example, selecting 'libglib2' will trigger the build of gudev.
286
287 config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
288         bool "xlib-libpthread-stubs option has been renamed"
289         depends on BR2_PACKAGE_XORG7
290         select BR2_LEGACY
291         select BR2_PACKAGE_LIBPTHREAD_STUBS
292         help
293           The pthread stubs neither depend on X11 nor Xlib. Thus the
294           package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
295
296 ###############################################################################
297 comment "Legacy options removed in 2014.02"
298
299 config BR2_sh2
300         bool "sh2 support removed"
301         help
302           Due to an inexistent user base and generally poor Linux
303           support, the support for the SH2 architecture was removed.
304
305 config BR2_sh3
306         bool "sh3 support removed"
307         help
308           Due to an inexistent user base and generally poor Linux
309           support, the support for the SH3 architecture was removed.
310
311 config BR2_sh3eb
312         bool "sh3eb support removed"
313         help
314           Due to an inexistent user base and generally poor Linux
315           support, the support for the SH3eb architecture was removed.
316
317 config BR2_KERNEL_HEADERS_3_1
318         bool "kernel headers version 3.1.x are no longer supported"
319         select BR2_KERNEL_HEADERS_3_2
320         select BR2_LEGACY
321         help
322           Version 3.1.x of the Linux kernel headers have been deprecated
323           for more than four buildroot releases and are now removed.
324           As an alternative, version 3.2.x of the headers have been
325           automatically selected in your configuration.
326
327 config BR2_KERNEL_HEADERS_3_3
328         bool "kernel headers version 3.3.x are no longer supported"
329         select BR2_KERNEL_HEADERS_3_4
330         select BR2_LEGACY
331         help
332           Version 3.3.x of the Linux kernel headers have been deprecated
333           for more than four buildroot releases and are now removed.
334           As an alternative, version 3.4.x of the headers have been
335           automatically selected in your configuration.
336
337 config BR2_KERNEL_HEADERS_3_5
338         bool "kernel headers version 3.5.x are no longer supported"
339         select BR2_KERNEL_HEADERS_3_9
340         select BR2_LEGACY
341         help
342           Version 3.5.x of the Linux kernel headers have been deprecated
343           for more than four buildroot releases and are now removed.
344           As an alternative, version 3.8.x of the headers have been
345           automatically selected in your configuration.
346
347 config BR2_GDB_VERSION_7_2
348         bool "gdb 7.2.x is no longer supported"
349         select BR2_GDB_VERSION_7_5
350         select BR2_LEGACY
351         help
352           Version 7.2.x of gdb has been deprecated for more than four
353           buildroot releases and is now removed. As an alternative, gdb
354           7.5.x has been automatically selected in your configuration.
355
356 config BR2_GDB_VERSION_7_3
357         bool "gdb 7.3.x is no longer supported"
358         select BR2_GDB_VERSION_7_5
359         select BR2_LEGACY
360         help
361           Version 7.3.x of gdb has been deprecated for more than four
362           buildroot releases and is now removed. As an alternative, gdb
363           7.5.x has been automatically selected in your configuration.
364
365 config BR2_PACKAGE_CCACHE
366         bool "ccache target package has been removed"
367         select BR2_LEGACY
368         help
369           The 'ccache' target package has been removed since it has been
370           deprecated for more than four buildroot releases.
371           Note: using ccache for speeding up builds is still supported.
372
373 config BR2_HAVE_DOCUMENTATION
374         bool "support for documentation on target has been removed"
375         select BR2_LEGACY
376         help
377           Support for documentation on target has been removed since it has
378           been deprecated for more than four buildroot releases.
379
380 config BR2_PACKAGE_AUTOMAKE
381         bool "automake target package has been removed"
382         select BR2_LEGACY
383         help
384           The 'automake' target package has been removed since it has been
385           deprecated for more than four buildroot releases.
386           Note: the host automake still exists.
387
388 config BR2_PACKAGE_AUTOCONF
389         bool "autoconf target package has been removed"
390         select BR2_LEGACY
391         help
392           The 'autoconf' target package has been removed since it has been
393           deprecated for more than four buildroot releases.
394           Note: the host autoconf still exists.
395
396 config BR2_PACKAGE_XSTROKE
397         bool "xstroke has been removed"
398         select BR2_LEGACY
399         help
400           The 'xstroke' package has been removed since it has been
401           deprecated for more than four buildroot releases.
402
403 config BR2_PACKAGE_LZMA
404         bool "lzma target package has been removed"
405         select BR2_LEGACY
406         help
407           The 'lzma' target package has been removed since it has been
408           deprecated for more than four buildroot releases.
409           Note: generating lzma-compressed rootfs images is still supported.
410
411 config BR2_PACKAGE_TTCP
412         bool "ttcp has been removed"
413         select BR2_LEGACY
414         help
415           The 'ttcp' package has been removed since it has been
416           deprecated for more than four buildroot releases.
417
418 config BR2_PACKAGE_LIBNFC_LLCP
419         bool "libnfc-llcp has been replaced by libllcp"
420         select BR2_LEGACY
421         select BR2_PACKAGE_LIBLLCP
422         help
423           The 'libnfc-llcp' package has been removed since upstream renamed
424           to 'libllcp'. We have added a new package for 'libllcp' and bumped
425           the version at the same time.
426
427 config BR2_PACKAGE_MYSQL_CLIENT
428         bool "MySQL client renamed to MySQL"
429         select BR2_LEGACY
430         select BR2_PACKAGE_MYSQL
431         help
432           The option has been renamed BR2_PACKAGE_MYSQL
433
434 config BR2_PACKAGE_SQUASHFS3
435         bool "squashfs3 has been removed"
436         select BR2_LEGACY
437         select BR2_PACKAGE_SQUASHFS
438         help
439           The 'squashfs3' package has been removed since it has been
440           deprecated for more than four buildroot releases. Package
441           'squashfs' (4) has been selected automatically as replacement.
442
443 config BR2_TARGET_ROOTFS_SQUASHFS3
444         bool "squashfs3 rootfs support has been removed"
445         select BR2_LEGACY
446         help
447           Together with the removal of the squashfs3 package, support
448           for squashfs3 root filesystems has been removed too. Squashfs
449           root filesystems will automatically use squashfs4 now.
450
451 config BR2_PACKAGE_NETKITBASE
452         bool "netkitbase has been removed"
453         select BR2_LEGACY
454         help
455           The 'netkitbase' package has been removed since it has been
456           deprecated since 2012.11. This package provided 'inetd'
457           which is replaced by 'xinet' and 'ping' which is replaced by
458           'busybox' or 'fping'.
459
460 config BR2_PACKAGE_NETKITTELNET
461         bool "netkittelnet has been removed"
462         select BR2_LEGACY
463         help
464           The 'netkittelnet' package has been removed since it has
465           been deprecated since 2012.11. 'busybox' provides a telnet
466           client and should be used instead.
467
468 config BR2_PACKAGE_LUASQL
469         bool "luasql has been replaced by luasql-sqlite3"
470         select BR2_PACKAGE_LUASQL_SQLITE3
471         select BR2_LEGACY
472         help
473           The option has been renamed BR2_PACKAGE_LUASQL_SQLITE3.
474
475 config BR2_PACKAGE_LUACJSON
476         bool "luacjson has been replaced by lua-cjson"
477         select BR2_PACKAGE_LUA_CJSON
478         select BR2_LEGACY
479         help
480           The option has been renamed BR2_PACKAGE_LUA_CJSON.
481
482 ###############################################################################
483 comment "Legacy options removed in 2013.11"
484
485 config BR2_PACKAGE_LVM2_DMSETUP_ONLY
486         bool "lvm2's 'dmsetup only' option removed"
487         select BR2_LEGACY
488         help
489           The BR2_PACKAGE_LVM2_DMSETUP_ONLY was a negative option, which
490           led to problems with other packages that need the full lvm2
491           suite. Therefore, the option has been replaced with the positive
492           BR2_PACKAGE_LVM2_STANDARD_INSTALL option.
493
494 # Note: BR2_PACKAGE_LVM2_DMSETUP_ONLY is still referenced in package/lvm2/Config.in
495 # in order to automatically propagate old configs
496
497 config BR2_PACKAGE_QT_JAVASCRIPTCORE
498         bool "qt javascriptcore option removed"
499         select BR2_LEGACY
500         help
501           The BR2_PACKAGE_QT_JAVASCRIPTCORE option was available to
502           force the activation or disabling of the JIT compiler in the
503           Qt Javascript interpreter. However, the JIT compiler is not
504           available for all architectures, so forcing its activation
505           does not always work. Moreover, Qt knows by itself for which
506           architectures JIT support is possible, and will
507           automatically enable it if possible.
508
509           Therefore, this option was in fact useless, and causing
510           build problems when enabled on architectures for which the
511           JIT support was not available. It has been removed, and
512           there is no replacement: Qt will enable JIT at compile time
513           when possible.
514
515 config BR2_PACKAGE_MODULE_INIT_TOOLS
516         bool "module-init-tools replaced by kmod"
517         select BR2_PACKAGE_KMOD
518         select BR2_PACKAGE_KMOD_TOOLS
519         select BR2_LEGACY
520         help
521           The 'module-init-tools' package has been removed, since it
522           has been depracated upstream and replaced by 'kmod'.
523
524 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
525         string "u-boot: the git repository URL option has been renamed"
526         help
527           The option BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL has
528           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_URL.
529
530 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL_WRAP
531         bool
532         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL != ""
533         select BR2_LEGACY
534
535 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL is still referenced from
536 # boot/uboot/Config.in
537
538 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
539         string "u-boot: the git repository version option has been renamed"
540         help
541           The option BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION has
542           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION.
543
544 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION_WRAP
545         bool
546         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION != ""
547         select BR2_LEGACY
548
549 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION is still referenced from
550 # boot/uboot/Config.in
551
552 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
553         string "linux: the git repository URL option has been renamed"
554         help
555           The option BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL has
556           been renamed to
557           BR2_LINUX_KERNEL_CUSTOM_REPO_URL.
558
559 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL_WRAP
560         bool
561         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL != ""
562         select BR2_LEGACY
563
564 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL is still referenced from
565 # linux/Config.in
566
567 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
568         string "linux: the git repository version option has been renamed"
569         help
570           The option BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION has
571           been renamed to
572           BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION.
573
574 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION_WRAP
575         bool
576         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != ""
577         select BR2_LEGACY
578
579 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION is still referenced from
580 # linux/Config.in
581
582 ###############################################################################
583 comment "Legacy options removed in 2013.08"
584
585 config BR2_ARM_OABI
586         bool "ARM OABI support has been removed"
587         select BR2_LEGACY
588         help
589           The support for the ARM OABI was deprecated since a while,
590           and has been removed completely from Buildroot. It is also
591           deprecated in upstream gcc, since gcc 4.7. People should
592           switch to EABI instead, which should not be a problem as
593           long as you don't have pre-built OABI binaries in your
594           system that you can't recompile.
595
596 config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
597         bool "dosfstools dosfsck renamed to fsck.fat"
598         select BR2_LEGACY
599         select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
600         help
601           dosfsck was renamed upstream to fsck.fat for consistency.
602
603 config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
604         bool "dosfstools dosfslabel renamed to fatlabel"
605         select BR2_LEGACY
606         select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
607         help
608           doslabel was renamed upstream to fatlabel for consistency.
609
610 config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
611         bool "dosfstools mkdosfs renamed to mkfs.fat"
612         select BR2_LEGACY
613         select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
614         help
615           mkdosfs was renamed upstream to mkfs.fat for consistency.
616
617 config BR2_ELF2FLT
618         bool "the elf2flt option has been renamed"
619         select BR2_LEGACY
620         help
621           The BR2_ELF2FLT option has been renamed to
622           BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
623           the package infrastructure.
624
625 config BR2_VFP_FLOAT
626         bool "the ARM VFP floating point option has been renamed"
627         select BR2_LEGACY
628         help
629           Due to a major refactoring of the floating-point handling of
630           the ARM architecture support, the BR2_VFP_FLOAT option has
631           been replaced with a choice of options that allows to select
632           between various VFP versions/capabilities.
633
634 config BR2_PACKAGE_GCC_TARGET
635         bool "gcc on the target filesystem has been removed"
636         select BR2_LEGACY
637         help
638           The support for gcc in the target filesystem was deprecated
639           since a while, and has been removed completely from Buildroot.
640           See Buildroot's documentation for more explanations.
641
642 config BR2_HAVE_DEVFILES
643         bool "development files in target filesystem has been removed"
644         select BR2_LEGACY
645         help
646           The installation of the development files in the target
647           filesystem was deprecated since a while, and has been removed
648           completely from Buildroot.
649           See Buildroot's documentation for more explanations.
650
651 ###############################################################################
652 comment "Legacy options removed in 2013.05"
653
654 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
655         bool "Realtek 8192 replaced by Realtek 81xx"
656         select BR2_LEGACY
657         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
658         help
659           Now covers the whole Realtek 81xx familly: 8188/8192.
660
661 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
662         bool "Realtek 8712 replaced by Realtek 87xx"
663         select BR2_LEGACY
664         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
665         help
666           Now covers the whole Realtek 87xx familly: 8712/8723.
667
668 ###############################################################################
669 comment "Legacy options removed in 2013.02"
670
671 config BR2_sa110
672         bool "sa110 ARM target switched to strongarm"
673         select BR2_LEGACY
674         select BR2_strongarm
675         help
676           The SA110 is the same as a generic StrongARM, it just differs
677           in speed, peripherals and cache.
678
679 config BR2_sa1100
680         bool "sa1100 ARM target switched to strongarm"
681         select BR2_LEGACY
682         select BR2_strongarm
683         help
684           The SA1100 is the same as a generic StrongARM, it just differs
685           in speed, peripherals and cache.
686
687 config BR2_PACKAGE_GDISK
688         bool "gdisk has been replaced by gptfdisk"
689         select BR2_LEGACY
690         select BR2_PACKAGE_GPTFDISK
691         help
692           The option has been renamed BR2_PACKAGE_GPTFDISK.
693
694 config BR2_PACKAGE_GDISK_GDISK
695         bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
696         select BR2_LEGACY
697         select BR2_PACKAGE_GPTFDISK
698         select BR2_PACKAGE_GPTFDISK_GDISK
699         help
700           The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
701
702 config BR2_PACKAGE_GDISK_SGDISK
703         bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
704         select BR2_LEGACY
705         select BR2_PACKAGE_GPTFDISK
706         select BR2_PACKAGE_GPTFDISK_SGDISK
707         help
708           The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
709
710 config BR2_PACKAGE_GDB_HOST
711         bool "gdb for the host option has been renamed"
712         select BR2_PACKAGE_HOST_GDB
713         select BR2_LEGACY
714         help
715           Due to the conversion of gdb to the package infrastructure,
716           the BR2_PACKAGE_GDB_HOST option has been renamed
717           BR2_PACKAGE_HOST_GDB.
718
719 config BR2_PACKAGE_DIRECTB_DITHER_RGB16
720         bool "DirectFB RGB16 dithering option has been renamed"
721         select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
722         select BR2_LEGACY
723         help
724           The option has been renamed
725           BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
726
727 config BR2_PACKAGE_DIRECTB_TESTS
728         bool "DirectFB Tests option has been renamed"
729         select BR2_PACKAGE_DIRECTFB_TESTS
730         select BR2_LEGACY
731         help
732           The option has been renamed
733           BR2_PACKAGE_DIRECTFB_TESTS.
734
735 ###############################################################################
736 comment "Legacy options removed in 2012.11"
737
738 config BR2_PACKAGE_CUSTOMIZE
739         bool "customize package has been removed"
740         select BR2_LEGACY
741         help
742           The 'customize' special package has been removed. Instead,
743           we recommend to create either your own packages, or use a
744           post-build script to customize your root filesystem. See
745           Buildroot's documentation for more details.
746
747 config BR2_PACKAGE_XSERVER_xorg
748         bool "X.org modular server"
749         select BR2_LEGACY
750         select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
751         help
752           The option has been renamed
753           BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
754
755 config BR2_PACKAGE_XSERVER_tinyx
756         bool "KDrive / TinyX server"
757         select BR2_LEGACY
758         select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
759         help
760           The option has been renamed
761           BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
762
763 config BR2_PACKAGE_PTHREAD_STUBS
764         bool "pthread-stubs option has been renamed"
765         select BR2_LEGACY
766         select BR2_PACKAGE_LIBPTHREAD_STUBS
767         help
768           For consistency reason, the pthread-stubs package has been
769           renamed to libpthread-stubs.
770
771 ###############################################################################
772 comment "Legacy options removed in 2012.08"
773
774 config BR2_PACKAGE_GETTEXT_STATIC
775         bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
776         select BR2_LEGACY
777         help
778           To build a static gettext library, select BR2_PREFER_STATIC_LIB.
779
780
781 config BR2_PACKAGE_LIBINTL
782         bool "libintl"
783         select BR2_LEGACY
784         select BR2_PACKAGE_GETTEXT
785         help
786           libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
787           only installs the library, not the executables.
788
789 config BR2_PACKAGE_INPUT_TOOLS_EVTEST
790         bool "input-tools evtest is now a separate package evtest"
791         select BR2_LEGACY
792         select BR2_PACKAGE_EVTEST
793         help
794           The evtest program from input-tools is now a separate package.
795
796 config BR2_BFIN_FDPIC
797         bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
798         select BR2_BINFMT_FDPIC
799         select BR2_LEGACY
800
801 config BR2_BFIN_FLAT
802         bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
803         select BR2_BINFMT_FLAT
804         select BR2_LEGACY
805
806 endmenu