]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - Config.in.legacy
package/feh: bump to version 2.13.1, add hash file
[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_SKIP_LEGACY
56         bool
57         option env="SKIP_LEGACY"
58
59 if !BR2_SKIP_LEGACY
60
61 config BR2_LEGACY
62         bool
63         help
64           This option is selected automatically when your old .config uses an
65           option that no longer exists in current buildroot. In that case, the
66           build will fail. Look for config options which are selected in the
67           menu below: they no longer exist and should be replaced by something
68           else.
69
70 # This comment fits exactly in a 80-column display
71 comment "Legacy detected: check the content of the menu below"
72         depends on BR2_LEGACY
73
74 menu "Legacy config options"
75
76 if BR2_LEGACY
77 comment "----------------------------------------------------"
78 comment "Your old configuration uses legacy options that no  "
79 comment "longer exist in buildroot, as indicated in the menu "
80 comment "below. As long as these options stay selected, or in"
81 comment "case of string options are non-empty, the build     "
82 comment "will fail.                                          "
83 comment "*                                                   "
84 comment "Where possible, an automatic conversion from old to "
85 comment "new symbols has been performed. Before making any   "
86 comment "change in this legacy menu, make sure to exit the   "
87 comment "configuration editor a first time and save the      "
88 comment "configuration. Otherwise, the automatic conversion  "
89 comment "of symbols will be lost.                            "
90 comment "*                                                   "
91 comment "After this initial save, reopen the configuration   "
92 comment "editor, inspect the options selected below, read    "
93 comment "their help texts, and verify/update the new         "
94 comment "configuration in the corresponding configuration    "
95 comment "menus. When everything is ok, you can disable the   "
96 comment "legacy options in the menu below. Once you have     "
97 comment "disabled all legacy options, this text will         "
98 comment "disappear and you will be able to start the build.  "
99 comment "*                                                   "
100 comment "Note: at some point in the future, the oldest legacy"
101 comment "options will be removed, and configuration files    "
102 comment "that still have those options set, will fail to     "
103 comment "build, or run, in unpredictable ways.               "
104 comment "----------------------------------------------------"
105 endif
106
107 ###############################################################################
108 comment "Legacy options removed in 2015.08"
109
110 config BR2_TARGET_UBOOT_NETWORK
111         bool "U-Boot custom network settings removed"
112         select BR2_LEGACY
113         help
114           U-Boot's custom network settings options have been removed.
115
116 ###############################################################################
117 comment "Legacy options removed in 2015.05"
118
119 config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K
120         bool "jffs2 16kB erasesize NAND flash option renamed"
121         select BR2_LEGACY
122         select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_16K
123         help
124           The JFFS2 NAND flash options now longer include the page
125           size.
126
127 config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K
128         bool "jffs2 128kB erasesize NAND flash option renamed"
129         select BR2_LEGACY
130         select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K
131         help
132           The JFFS2 NAND flash options now longer include the page
133           size.
134
135 config BR2_PACKAGE_MONO_20
136         bool "2.0/3.5 .Net Runtime"
137         select BR2_LEGACY
138         help
139           This option no longer exists, all versions of the .Net
140           runtime are now installed.
141
142 config BR2_PACKAGE_MONO_40
143         bool "4.0 .Net Runtime"
144         select BR2_LEGACY
145         help
146           This option no longer exists, all versions of the .Net
147           runtime are now installed.
148
149 config BR2_PACKAGE_MONO_45
150         bool "4.5 .Net Runtime"
151         select BR2_LEGACY
152         help
153           This option no longer exists, all versions of the .Net
154           runtime are now installed.
155
156 config BR2_CIVETWEB_WITH_LUA
157         bool "civetweb lua option renamed"
158         select BR2_LEGACY
159         select BR2_PACKAGE_CIVETWEB_WITH_LUA
160         help
161           civetweb's lua option has been renamed to
162           BR2_PACKAGE_CIVETWEB_WITH_LUA to be aligned with how other
163           packages name options.
164
165 config BR2_PACKAGE_TIFF_TIFF2PDF
166         bool "tiff utility-specific option removed"
167         select BR2_LEGACY
168         select BR2_PACKAGE_TIFF_UTILITIES
169         help
170           utility-specific options have been removed in favour of
171           the new option BR2_PACKAGE_TIFF_UTILITIES.
172
173 config BR2_PACKAGE_TIFF_TIFFCP
174         bool "tiff utility-specific option removed"
175         select BR2_LEGACY
176         select BR2_PACKAGE_TIFF_UTILITIES
177         help
178           utility-specific options have been removed in favour of
179           the new option BR2_PACKAGE_TIFF_UTILITIES.
180
181 config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
182         bool "RTAI patch file path has been removed"
183         help
184           This option has never worked, so it has been removed.
185
186 config BR2_TARGET_GENERIC_PASSWD_DES
187         bool "Encoding passwords with DES has been removed"
188         select BR2_LEGACY
189         help
190           Paswords can now only be encoded with either of md5, sha256 or sha512.
191           The default is md5, which is stronger that DES (but still pretty weak).
192
193 config BR2_PACKAGE_GTK2_THEME_HICOLOR
194         bool "hicolor (default theme) is a duplicate"
195         select BR2_LEGACY
196         select BR2_PACKAGE_HICOLOR_ICON_THEME
197         help
198           The option was just a duplicate of hicolor icon theme.
199
200 config BR2_PACKAGE_VALGRIND_PTRCHECK
201         bool "valgrind's PTRCheck was renamed to SGCheck"
202         select BR2_LEGACY
203         select BR2_PACKAGE_VALGRIND_SGCHECK
204         help
205           PTRCheck was renamed to SGCheck in valgrind
206
207 ###############################################################################
208 comment "Legacy options removed in 2015.02"
209
210 config BR2_PACKAGE_LIBGC
211         bool "libgc package removed"
212         select BR2_LEGACY
213         select BR2_PACKAGE_BDWGC
214         help
215           libgc has been removed because we have the same package under a
216           different name, bdwgc.
217
218 config BR2_PACKAGE_WDCTL
219         bool "util-linux' wdctl option has been renamed"
220         select BR2_LEGACY
221         select BR2_PACKAGE_UTIL_LINUX_WDCTL
222         help
223           util-linux' wdctl option has been renamed to BR2_PACKAGE_UTIL_LINUX_WDCTL
224           to be aligned with how the other options are named.
225
226 config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
227         bool "rpm's bzip2 payloads option has been removed"
228         select BR2_LEGACY
229         select BR2_PACKAGE_BZIP2
230         help
231           The bzip2 payloads option rely entirely on the dependant package bzip2.
232           So, you need to select it to enable this feature.
233
234 config BR2_PACKAGE_RPM_XZ_PAYLOADS
235         bool "rpm's xz payloads option has been removed"
236         select BR2_LEGACY
237         select BR2_PACKAGE_XZ
238         help
239           The xz payloads option rely entirely on the dependant package xz.
240           So, you need to select it to enable this feature.
241
242 config BR2_PACKAGE_M4
243         bool "m4 target package removed"
244         select BR2_LEGACY
245         help
246           The m4 target package has been removed, it's been
247           deprecated for some time now.
248
249 config BR2_PACKAGE_FLEX_BINARY
250         bool "flex binary in target option removed"
251         select BR2_LEGACY
252         help
253           The flex binary in the target option has been removed.
254           It's been deprecated for some time now and is essentially a
255           development tool which isn't very useful in the target.
256
257 config BR2_PACKAGE_BISON
258         bool "bison target package removed"
259         select BR2_LEGACY
260         help
261           The bison target package has been removed, it's been
262           deprecated for some time now and is essentially a development
263           tool which isn't very useful in the target.
264
265 config BR2_PACKAGE_GOB2
266         bool "gob2 target package removed"
267         select BR2_LEGACY
268         help
269           The gob2 target package has been removed, it's been
270           deprecated for some time now and was essentially useless
271           without a target toolchain.
272
273 config BR2_PACKAGE_DISTCC
274         bool "distcc target package removed"
275         select BR2_LEGACY
276         help
277           The distcc target package has been removed, it's been
278           deprecated for some time now and was essentially useless
279           without a target toolchain.
280
281 config BR2_PACKAGE_HASERL_VERSION_0_8_X
282         bool "haserl 0.8.x version removed"
283         select BR2_LEGACY
284         help
285           The 0.8.x version option for haserl has been removed since it
286           has been deprecated for some time now.
287           You should be able to use the 0.9.x version without issues.
288
289 config BR2_PACKAGE_STRONGSWAN_TOOLS
290         bool "strongswan option has been removed"
291         select BR2_LEGACY
292         select BR2_PACKAGE_STRONGSWAN_PKI
293         select BR2_PACKAGE_STRONGSWAN_SCEP
294         help
295           The tools option has been removed upstream and the different tools
296           have been split between the pki and scep options, with others
297           deprecated.
298
299 config BR2_PACKAGE_XBMC_ADDON_XVDR
300         bool "xbmc options have been renamed"
301         select BR2_LEGACY
302         select BR2_PACKAGE_KODI_ADDON_XVDR
303         help
304           The XBMC media center project was renamed to Kodi entertainment center
305
306 config BR2_PACKAGE_XBMC_PVR_ADDONS
307         bool "xbmc options have been renamed"
308         select BR2_LEGACY
309         select BR2_PACKAGE_KODI_PVR_ADDONS
310         help
311           The XBMC media center project was renamed to Kodi entertainment center
312
313 config BR2_PACKAGE_XBMC
314         bool "xbmc options have been renamed"
315         select BR2_LEGACY
316         select BR2_PACKAGE_KODI
317         help
318           The XBMC media center project was renamed to Kodi entertainment center
319
320 config BR2_PACKAGE_XBMC_ALSA_LIB
321         bool "xbmc options have been renamed"
322         select BR2_LEGACY
323         select BR2_PACKAGE_KODI_ALSA_LIB
324         help
325           The XBMC media center project was renamed to Kodi entertainment center
326
327 config BR2_PACKAGE_XBMC_AVAHI
328         bool "xbmc options have been renamed"
329         select BR2_LEGACY
330         select BR2_PACKAGE_KODI_AVAHI
331         help
332           The XBMC media center project was renamed to Kodi entertainment center
333
334 config BR2_PACKAGE_XBMC_DBUS
335         bool "xbmc options have been renamed"
336         select BR2_LEGACY
337         select BR2_PACKAGE_KODI_DBUS
338         help
339           The XBMC media center project was renamed to Kodi entertainment center
340
341 config BR2_PACKAGE_XBMC_LIBBLURAY
342         bool "xbmc options have been renamed"
343         select BR2_LEGACY
344         select BR2_PACKAGE_KODI_LIBBLURAY
345         help
346           The XBMC media center project was renamed to Kodi entertainment center
347
348 config BR2_PACKAGE_XBMC_GOOM
349         bool "xbmc options have been renamed"
350         select BR2_LEGACY
351         select BR2_PACKAGE_KODI_GOOM
352         help
353           The XBMC media center project was renamed to Kodi entertainment center
354
355 config BR2_PACKAGE_XBMC_RSXS
356         bool "xbmc options have been renamed"
357         select BR2_LEGACY
358         select BR2_PACKAGE_KODI_RSXS
359         help
360           The XBMC media center project was renamed to Kodi entertainment center
361
362 config BR2_PACKAGE_XBMC_LIBCEC
363         bool "xbmc options have been renamed"
364         select BR2_LEGACY
365         select BR2_PACKAGE_KODI_LIBCEC
366         help
367           The XBMC media center project was renamed to Kodi entertainment center
368
369 config BR2_PACKAGE_XBMC_LIBMICROHTTPD
370         bool "xbmc options have been renamed"
371         select BR2_LEGACY
372         select BR2_PACKAGE_KODI_LIBMICROHTTPD
373         help
374           The XBMC media center project was renamed to Kodi entertainment center
375
376 config BR2_PACKAGE_XBMC_LIBNFS
377         bool "xbmc options have been renamed"
378         select BR2_LEGACY
379         select BR2_PACKAGE_KODI_LIBNFS
380         help
381           The XBMC media center project was renamed to Kodi entertainment center
382
383 config BR2_PACKAGE_XBMC_RTMPDUMP
384         bool "xbmc options have been renamed"
385         select BR2_LEGACY
386         select BR2_PACKAGE_KODI_RTMPDUMP
387         help
388           The XBMC media center project was renamed to Kodi entertainment center
389
390 config BR2_PACKAGE_XBMC_LIBSHAIRPLAY
391         bool "xbmc options have been renamed"
392         select BR2_LEGACY
393         select BR2_PACKAGE_KODI_LIBSHAIRPLAY
394         help
395           The XBMC media center project was renamed to Kodi entertainment center
396
397 config BR2_PACKAGE_XBMC_LIBSMBCLIENT
398         bool "xbmc options have been renamed"
399         select BR2_LEGACY
400         select BR2_PACKAGE_KODI_LIBSMBCLIENT
401         help
402           The XBMC media center project was renamed to Kodi entertainment center
403
404 config BR2_PACKAGE_XBMC_LIBTHEORA
405         bool "xbmc options have been renamed"
406         select BR2_LEGACY
407         select BR2_PACKAGE_KODI_LIBTHEORA
408         help
409           The XBMC media center project was renamed to Kodi entertainment center
410
411 config BR2_PACKAGE_XBMC_LIBUSB
412         bool "xbmc options have been renamed"
413         select BR2_LEGACY
414         select BR2_PACKAGE_KODI_LIBUSB
415         help
416           The XBMC media center project was renamed to Kodi entertainment center
417
418 config BR2_PACKAGE_XBMC_LIBVA
419         bool "xbmc options have been renamed"
420         select BR2_LEGACY
421         select BR2_PACKAGE_KODI_LIBVA
422         help
423           The XBMC media center project was renamed to Kodi entertainment center
424
425 config BR2_PACKAGE_XBMC_WAVPACK
426         bool "xbmc options have been renamed"
427         select BR2_LEGACY
428         select BR2_PACKAGE_KODI_WAVPACK
429         help
430           The XBMC media center project was renamed to Kodi entertainment center
431
432 config BR2_PREFER_STATIC_LIB
433         bool "static library option renamed"
434         select BR2_LEGACY
435         help
436           The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
437           highlights the fact that the option no longer "prefers"
438           static libraries, but "enforces" static libraries (i.e
439           shared libraries are completely unused).
440
441           Take care of updating the type of libraries you want under the
442           "Build options" menu.
443
444 ###############################################################################
445 comment "Legacy options removed in 2014.11"
446
447 config BR2_x86_generic
448         bool "x86 generic variant has been removed"
449         select BR2_LEGACY
450         help
451           The generic x86 CPU variant has been removed. Use another
452           CPU variant instead.
453
454 config BR2_GCC_VERSION_4_4_X
455         bool "gcc 4.4.x has been removed"
456         select BR2_LEGACY
457         help
458           The 4.4.x version of gcc has been removed. Use a newer
459           version instead.
460
461 config BR2_sparc_sparchfleon
462         bool "sparchfleon CPU has been removed"
463         select BR2_LEGACY
464         help
465           The sparchfleon CPU was only supported in a patched gcc 4.4
466           version. Its support has been removed in favor of the leon3
467           CPU starting from gcc 4.8.x.
468
469 config BR2_sparc_sparchfleonv8
470         bool "sparchfleonv8 CPU has been removed"
471         select BR2_LEGACY
472         help
473           The sparchfleonv8 CPU was only supported in a patched gcc
474           4.4 version. Its support has been removed in favor of the
475           leon3 CPU starting from gcc 4.8.x.
476
477 config BR2_sparc_sparcsfleon
478         bool "sparcsfleon CPU has been removed"
479         select BR2_LEGACY
480         help
481           The sparcsfleon CPU was only supported in a patched gcc 4.4
482           version. Its support has been removed in favor of the leon3
483           CPU starting from gcc 4.8.x.
484
485 config BR2_sparc_sparcsfleonv8
486         bool "sparcsfleonv8 CPU has been removed"
487         select BR2_LEGACY
488         help
489           The sparcsfleonv8 CPU was only supported in a patched gcc
490           4.4 version. Its support has been removed in favor of the
491           leon3 CPU starting from gcc 4.8.x.
492
493 config BR2_PACKAGE_XLIB_LIBPCIACCESS
494         bool "xlib-libpciaccess option has been renamed"
495         depends on BR2_PACKAGE_XORG7
496         select BR2_LEGACY
497         select BR2_PACKAGE_LIBPCIACCESS
498         help
499           libpciaccess neither depends on X11 nor Xlib. Thus the
500           package has been renamed BR2_PACKAGE_LIBPCIACCESS
501
502 config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
503         bool "Xceive xc5000 option has been renamed"
504         select BR2_PACKAGE_LINUX_FIRMWARE_XCx000
505         help
506           The Xceive xc5000 option now also handles older firmwares from
507           Xceive (the xc4000 series), as well as new firmwares (the xc5000c)
508           from Cresta, who bought Xceive.
509
510 config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
511         bool "Chelsio T4 option has been renamed"
512         select BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
513         help
514           The Chelsio T4 option BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
515           has been renamed to BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
516           to better account for the fact that a T5 variant exists.
517
518 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7
519         bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 has been renamed"
520         help
521           The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 was
522           renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_7. You must
523           select it in:
524               Target packages -> Hardware handling ->
525               Firmware -> linux-firmware -> WiFi firmware ->
526               iwlwifi 3160/726x revision to use (revision 7)
527
528 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8
529         bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 has been renamed"
530         help
531           The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 was
532           renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_8. You must
533           select it in:
534               Target packages -> Hardware handling ->
535               Firmware -> linux-firmware -> WiFi firmware ->
536               iwlwifi 3160/726x revision to use (revision 8)
537
538 ###############################################################################
539 comment "Legacy options removed in 2014.08"
540
541 config BR2_PACKAGE_LIBELF
542         bool "libelf has been removed"
543         select BR2_PACKAGE_ELFUTILS
544         select BR2_LEGACY
545         help
546           The libelf package provided an old version of the libelf library
547           and is deprecated. The libelf library is now provided by the
548           elfutils package.
549
550 config BR2_KERNEL_HEADERS_3_8
551         bool "kernel headers version 3.8.x are no longer supported"
552         select BR2_KERNEL_HEADERS_3_9
553         select BR2_LEGACY
554         help
555           Version 3.8.x of the Linux kernel headers have been deprecated
556           for more than four buildroot releases and are now removed.
557           As an alternative, version 3.9.x of the headers have been
558           automatically selected in your configuration.
559
560 config BR2_PACKAGE_GETTEXT_TOOLS
561         bool "support for gettext-tools on target has been removed"
562         select BR2_LEGACY
563         help
564           The option to install the gettext utilities on the target
565           has been removed. This is not necessary as Buildroot is not
566           designed to provide a full development environment on the
567           target. gettext tools should be used on the build machine
568           instead.
569
570 config BR2_PACKAGE_PROCPS
571         bool "procps has been replaced by procps-ng"
572         select BR2_PACKAGE_PROCPS_NG
573         select BR2_LEGACY
574         help
575           The procps package has been replaced by the equivalent procps-ng.
576
577 config BR2_BINUTILS_VERSION_2_20_1
578         bool "binutils 2.20.1 has been removed"
579         select BR2_LEGACY
580         help
581           The 2.20.1 version of binutils has been removed. Use a newer
582           version instead.
583
584 config BR2_BINUTILS_VERSION_2_21
585         bool "binutils 2.21 has been removed"
586         select BR2_LEGACY
587         help
588           The 2.21 version of binutils has been removed. Use a newer
589           version instead.
590
591 config BR2_BINUTILS_VERSION_2_23_1
592         bool "binutils 2.23.1 has been removed"
593         select BR2_LEGACY
594         help
595           The 2.23.1 version of binutils has been removed. Use a newer
596           version instead.
597
598 config BR2_UCLIBC_VERSION_0_9_32
599         bool "uclibc 0.9.32 has been removed"
600         select BR2_LEGACY
601         help
602           The 0.9.32 version of uClibc has been removed. Use a newer
603           version instead.
604
605 config BR2_GCC_VERSION_4_3_X
606         bool "gcc 4.3.x has been removed"
607         select BR2_LEGACY
608         help
609           The 4.3.x version of gcc has been removed. Use a newer
610           version instead.
611
612 config BR2_GCC_VERSION_4_6_X
613         bool "gcc 4.6.x has been removed"
614         select BR2_LEGACY
615         help
616           The 4.6.x version of gcc has been removed. Use a newer
617           version instead.
618
619 config BR2_GDB_VERSION_7_4
620         bool "gdb 7.4 has been removed"
621         select BR2_LEGACY
622         help
623           The 7.4 version of gdb has been removed. Use a newer version
624           instead.
625
626 config BR2_GDB_VERSION_7_5
627         bool "gdb 7.5 has been removed"
628         select BR2_LEGACY
629         help
630           The 7.5 version of gdb has been removed. Use a newer version
631           instead.
632
633 config BR2_BUSYBOX_VERSION_1_19_X
634         bool "busybox version selection has been removed"
635         select BR2_LEGACY
636         help
637           The possibility of selecting the Busybox version has been
638           removed. Use the latest version provided by the Busybox
639           package instead.
640
641 config BR2_BUSYBOX_VERSION_1_20_X
642         bool "busybox version selection has been removed"
643         select BR2_LEGACY
644         help
645           The possibility of selecting the Busybox version has been
646           removed. Use the latest version provided by the Busybox
647           package instead.
648
649 config BR2_BUSYBOX_VERSION_1_21_X
650         bool "busybox version selection has been removed"
651         select BR2_LEGACY
652         help
653           The possibility of selecting the Busybox version has been
654           removed. Use the latest version provided by the Busybox
655           package instead.
656
657 config BR2_PACKAGE_LIBV4L_DECODE_TM6000
658         bool "decode_tm6000"
659         select BR2_PACKAGE_LIBV4L_UTILS
660         select BR2_LEGACY
661         help
662           This libv4l option has been deprecated and replaced by a single
663           option to build all the libv4l utilities.
664
665 config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
666         bool "ir-keytable"
667         select BR2_PACKAGE_LIBV4L_UTILS
668         select BR2_LEGACY
669         help
670           This libv4l option has been deprecated and replaced by a single
671           option to build all the libv4l utilities.
672
673 config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE
674         bool "v4l2-compliance"
675         select BR2_PACKAGE_LIBV4L_UTILS
676         select BR2_LEGACY
677         help
678           This libv4l option has been deprecated and replaced by a single
679           option to build all the libv4l utilities.
680
681 config BR2_PACKAGE_LIBV4L_V4L2_CTL
682         bool "v4l2-ctl"
683         select BR2_PACKAGE_LIBV4L_UTILS
684         select BR2_LEGACY
685         help
686           This libv4l option has been deprecated and replaced by a single
687           option to build all the libv4l utilities.
688
689 config BR2_PACKAGE_LIBV4L_V4L2_DBG
690         bool "v4l2-dbg"
691         select BR2_PACKAGE_LIBV4L_UTILS
692         select BR2_LEGACY
693         help
694           This libv4l option has been deprecated and replaced by a single
695           option to build all the libv4l utilities.
696
697 ###############################################################################
698 comment "Legacy options removed in 2014.05"
699
700 config BR2_PACKAGE_EVTEST_CAPTURE
701         bool "evtest-capture support removed (dropped since evtest 1.31)"
702         select BR2_LEGACY
703         help
704           Support for evtest-capture has been removed (dropped from
705           evtest package since version 1.31), use evemu package
706           instead.
707
708 config BR2_KERNEL_HEADERS_3_6
709         bool "kernel headers version 3.6.x are no longer supported"
710         select BR2_KERNEL_HEADERS_3_9
711         select BR2_LEGACY
712         help
713           Version 3.6.x of the Linux kernel headers have been deprecated
714           for more than four buildroot releases and are now removed.
715           As an alternative, version 3.8.x of the headers have been
716           automatically selected in your configuration.
717
718 config BR2_KERNEL_HEADERS_3_7
719         bool "kernel headers version 3.7.x are no longer supported"
720         select BR2_KERNEL_HEADERS_3_9
721         select BR2_LEGACY
722         help
723           Version 3.7.x of the Linux kernel headers have been deprecated
724           for more than four buildroot releases and are now removed.
725           As an alternative, version 3.8.x of the headers have been
726           automatically selected in your configuration.
727
728 config BR2_PACKAGE_VALA
729         bool "vala target package has been removed"
730         select BR2_LEGACY
731         help
732           The 'vala' target package has been removed since it has been
733           deprecated for more than four buildroot releases.
734           Note: the host vala package still exists.
735
736 config BR2_TARGET_TZ_ZONELIST
737         default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
738
739 config BR2_PACKAGE_TZDATA_ZONELIST
740         string "tzdata: the timezone list option has been renamed"
741         help
742           The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
743           BR2_TARGET_TZ_ZONELIST, and moved to the "System configuration"
744           menu. You'll need to select BR2_TARGET_TZ_INFO.
745
746 config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
747         bool
748         default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
749         select BR2_LEGACY
750
751 config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
752         bool "Lua command-line editing none has been renamed"
753         select BR2_LEGACY
754         help
755           The BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE option has been
756           renamed to BR2_PACKAGE_LUA_EDITING_NONE. You will have to select
757           it in the corresponding choice.
758
759 config BR2_PACKAGE_LUA_INTERPRETER_READLINE
760         bool "Lua command-line editing using readline has been renamed"
761         select BR2_LEGACY
762         help
763           The BR2_PACKAGE_LUA_INTERPRETER_READLINE option has been
764           renamed to BR2_PACKAGE_LUA_READLINE. You will have to select
765           it in the corresponding choice.
766
767 config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
768         bool "Lua command-line editing using linenoise has been renamed"
769         select BR2_LEGACY
770         help
771           The BR2_PACKAGE_LUA_INTERPRETER_LINENOISE option has been
772           renamed to BR2_PACKAGE_LUA_LINENOISE. You will have to select
773           it in the corresponding choice.
774
775 config BR2_PACKAGE_DVB_APPS_UTILS
776         bool "dvb-apps utilities now built by default"
777         select BR2_LEGACY
778         help
779           The dvb-apps utilities are now always built when the dvb-apps
780           package is selected.
781
782 config BR2_KERNEL_HEADERS_SNAP
783         bool "Local Linux snapshot support removed"
784         select BR2_LEGACY
785         help
786           Support for using a custom snapshot to install the Linux
787           kernel headers has been removed.
788
789 config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
790         bool "/dev management by udev removed"
791         select BR2_LEGACY
792         help
793           The 'udev' package has been converted to a virtual package.
794           The providers for this feature are: 'eudev', 'systemd'.
795
796           Therefore, if you are not using 'systemd' as init system, you
797           must choose 'Dynamic using eudev' in the '/dev management'
798           menu to get the same behaviour as in your old configuration.
799
800           If you are using 'systemd', its internal implementation of
801           'udev' will be used automatically.
802
803           You must also check the packages depending on 'udev' are still
804           selected.
805
806 config BR2_PACKAGE_UDEV
807         bool "udev is now a virtual package"
808         select BR2_LEGACY
809         select BR2_PACKAGE_HAS_UDEV
810         help
811           The 'udev' package has been converted to a virtual package.
812           The providers for this feature are: 'eudev', 'systemd'.
813
814           Your old configuration refers to packages depending on 'udev',
815           either for build or at runtime.
816
817           Check that a 'udev' provider is selected. If you are not using
818           'systemd' as init system, 'eudev' should be selected, which is
819           the case if '/dev management' is set to 'Dynamic using eudev'.
820
821           If you are using 'systemd', its internal implementation of 'udev'
822           is used.
823
824 config BR2_PACKAGE_UDEV_RULES_GEN
825         bool "udev rules generation handled by provider"
826         select BR2_LEGACY
827         select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD
828         select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD
829         help
830           The 'udev' package has been converted to a virtual package.
831           The providers for this feature are: 'eudev', 'systemd'.
832
833           If you are not using 'systemd' as init system, udev rules
834           generation will be handled by 'eudev'. Check that
835           '/dev management' is set to 'Dynamic using eudev' to get
836           the same behaviour as in your old configuration.
837
838           If you are using 'systemd', it internal implementation of 'udev'
839           will generate the rules.
840
841 config BR2_PACKAGE_UDEV_ALL_EXTRAS
842         bool "udev extras removed"
843         select BR2_LEGACY
844         help
845           The 'udev' package has been converted to a virtual package.
846           The providers for this feature are: 'eudev', 'systemd'.
847
848           The option to enable the extra features of 'udev' (gudev, ...)
849           has been removed. These features are automatically enabled in
850           the 'udev' providers if the dependencies are selected. For
851           example, selecting 'libglib2' will trigger the build of gudev.
852
853 config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
854         bool "xlib-libpthread-stubs option has been renamed"
855         depends on BR2_PACKAGE_XORG7
856         select BR2_LEGACY
857         select BR2_PACKAGE_LIBPTHREAD_STUBS
858         help
859           The pthread stubs neither depend on X11 nor Xlib. Thus the
860           package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
861
862 ###############################################################################
863 comment "Legacy options removed in 2014.02"
864
865 config BR2_sh2
866         bool "sh2 support removed"
867         help
868           Due to an inexistent user base and generally poor Linux
869           support, the support for the SH2 architecture was removed.
870
871 config BR2_sh3
872         bool "sh3 support removed"
873         help
874           Due to an inexistent user base and generally poor Linux
875           support, the support for the SH3 architecture was removed.
876
877 config BR2_sh3eb
878         bool "sh3eb support removed"
879         help
880           Due to an inexistent user base and generally poor Linux
881           support, the support for the SH3eb architecture was removed.
882
883 config BR2_KERNEL_HEADERS_3_1
884         bool "kernel headers version 3.1.x are no longer supported"
885         select BR2_KERNEL_HEADERS_3_2
886         select BR2_LEGACY
887         help
888           Version 3.1.x of the Linux kernel headers have been deprecated
889           for more than four buildroot releases and are now removed.
890           As an alternative, version 3.2.x of the headers have been
891           automatically selected in your configuration.
892
893 config BR2_KERNEL_HEADERS_3_3
894         bool "kernel headers version 3.3.x are no longer supported"
895         select BR2_KERNEL_HEADERS_3_4
896         select BR2_LEGACY
897         help
898           Version 3.3.x of the Linux kernel headers have been deprecated
899           for more than four buildroot releases and are now removed.
900           As an alternative, version 3.4.x of the headers have been
901           automatically selected in your configuration.
902
903 config BR2_KERNEL_HEADERS_3_5
904         bool "kernel headers version 3.5.x are no longer supported"
905         select BR2_KERNEL_HEADERS_3_9
906         select BR2_LEGACY
907         help
908           Version 3.5.x of the Linux kernel headers have been deprecated
909           for more than four buildroot releases and are now removed.
910           As an alternative, version 3.8.x of the headers have been
911           automatically selected in your configuration.
912
913 config BR2_GDB_VERSION_7_2
914         bool "gdb 7.2.x is no longer supported"
915         select BR2_GDB_VERSION_7_6
916         select BR2_LEGACY
917         help
918           Version 7.2.x of gdb has been deprecated for more than four
919           buildroot releases and is now removed. As an alternative, gdb
920           7.5.x has been automatically selected in your configuration.
921
922 config BR2_GDB_VERSION_7_3
923         bool "gdb 7.3.x is no longer supported"
924         select BR2_GDB_VERSION_7_6
925         select BR2_LEGACY
926         help
927           Version 7.3.x of gdb has been deprecated for more than four
928           buildroot releases and is now removed. As an alternative, gdb
929           7.5.x has been automatically selected in your configuration.
930
931 config BR2_PACKAGE_CCACHE
932         bool "ccache target package has been removed"
933         select BR2_LEGACY
934         help
935           The 'ccache' target package has been removed since it has been
936           deprecated for more than four buildroot releases.
937           Note: using ccache for speeding up builds is still supported.
938
939 config BR2_HAVE_DOCUMENTATION
940         bool "support for documentation on target has been removed"
941         select BR2_LEGACY
942         help
943           Support for documentation on target has been removed since it has
944           been deprecated for more than four buildroot releases.
945
946 config BR2_PACKAGE_AUTOMAKE
947         bool "automake target package has been removed"
948         select BR2_LEGACY
949         help
950           The 'automake' target package has been removed since it has been
951           deprecated for more than four buildroot releases.
952           Note: the host automake still exists.
953
954 config BR2_PACKAGE_AUTOCONF
955         bool "autoconf target package has been removed"
956         select BR2_LEGACY
957         help
958           The 'autoconf' target package has been removed since it has been
959           deprecated for more than four buildroot releases.
960           Note: the host autoconf still exists.
961
962 config BR2_PACKAGE_XSTROKE
963         bool "xstroke has been removed"
964         select BR2_LEGACY
965         help
966           The 'xstroke' package has been removed since it has been
967           deprecated for more than four buildroot releases.
968
969 config BR2_PACKAGE_LZMA
970         bool "lzma target package has been removed"
971         select BR2_LEGACY
972         help
973           The 'lzma' target package has been removed since it has been
974           deprecated for more than four buildroot releases.
975           Note: generating lzma-compressed rootfs images is still supported.
976
977 config BR2_PACKAGE_TTCP
978         bool "ttcp has been removed"
979         select BR2_LEGACY
980         help
981           The 'ttcp' package has been removed since it has been
982           deprecated for more than four buildroot releases.
983
984 config BR2_PACKAGE_LIBNFC_LLCP
985         bool "libnfc-llcp has been replaced by libllcp"
986         select BR2_LEGACY
987         select BR2_PACKAGE_LIBLLCP
988         help
989           The 'libnfc-llcp' package has been removed since upstream renamed
990           to 'libllcp'. We have added a new package for 'libllcp' and bumped
991           the version at the same time.
992
993 config BR2_PACKAGE_MYSQL_CLIENT
994         bool "MySQL client renamed to MySQL"
995         select BR2_LEGACY
996         select BR2_PACKAGE_MYSQL
997         help
998           The option has been renamed BR2_PACKAGE_MYSQL
999
1000 config BR2_PACKAGE_SQUASHFS3
1001         bool "squashfs3 has been removed"
1002         select BR2_LEGACY
1003         select BR2_PACKAGE_SQUASHFS
1004         help
1005           The 'squashfs3' package has been removed since it has been
1006           deprecated for more than four buildroot releases. Package
1007           'squashfs' (4) has been selected automatically as replacement.
1008
1009 config BR2_TARGET_ROOTFS_SQUASHFS3
1010         bool "squashfs3 rootfs support has been removed"
1011         select BR2_LEGACY
1012         help
1013           Together with the removal of the squashfs3 package, support
1014           for squashfs3 root filesystems has been removed too. Squashfs
1015           root filesystems will automatically use squashfs4 now.
1016
1017 config BR2_PACKAGE_NETKITBASE
1018         bool "netkitbase has been removed"
1019         select BR2_LEGACY
1020         help
1021           The 'netkitbase' package has been removed since it has been
1022           deprecated since 2012.11. This package provided 'inetd'
1023           which is replaced by 'xinet' and 'ping' which is replaced by
1024           'busybox' or 'fping'.
1025
1026 config BR2_PACKAGE_NETKITTELNET
1027         bool "netkittelnet has been removed"
1028         select BR2_LEGACY
1029         help
1030           The 'netkittelnet' package has been removed since it has
1031           been deprecated since 2012.11. 'busybox' provides a telnet
1032           client and should be used instead.
1033
1034 config BR2_PACKAGE_LUASQL
1035         bool "luasql has been replaced by luasql-sqlite3"
1036         select BR2_PACKAGE_LUASQL_SQLITE3
1037         select BR2_LEGACY
1038         help
1039           The option has been renamed BR2_PACKAGE_LUASQL_SQLITE3.
1040
1041 config BR2_PACKAGE_LUACJSON
1042         bool "luacjson has been replaced by lua-cjson"
1043         select BR2_PACKAGE_LUA_CJSON
1044         select BR2_LEGACY
1045         help
1046           The option has been renamed BR2_PACKAGE_LUA_CJSON.
1047
1048 ###############################################################################
1049 comment "Legacy options removed in 2013.11"
1050
1051 config BR2_PACKAGE_LVM2_DMSETUP_ONLY
1052         bool "lvm2's 'dmsetup only' option removed"
1053         select BR2_LEGACY
1054         help
1055           The BR2_PACKAGE_LVM2_DMSETUP_ONLY was a negative option, which
1056           led to problems with other packages that need the full lvm2
1057           suite. Therefore, the option has been replaced with the positive
1058           BR2_PACKAGE_LVM2_STANDARD_INSTALL option.
1059
1060 # Note: BR2_PACKAGE_LVM2_DMSETUP_ONLY is still referenced in package/lvm2/Config.in
1061 # in order to automatically propagate old configs
1062
1063 config BR2_PACKAGE_QT_JAVASCRIPTCORE
1064         bool "qt javascriptcore option removed"
1065         select BR2_LEGACY
1066         help
1067           The BR2_PACKAGE_QT_JAVASCRIPTCORE option was available to
1068           force the activation or disabling of the JIT compiler in the
1069           Qt Javascript interpreter. However, the JIT compiler is not
1070           available for all architectures, so forcing its activation
1071           does not always work. Moreover, Qt knows by itself for which
1072           architectures JIT support is possible, and will
1073           automatically enable it if possible.
1074
1075           Therefore, this option was in fact useless, and causing
1076           build problems when enabled on architectures for which the
1077           JIT support was not available. It has been removed, and
1078           there is no replacement: Qt will enable JIT at compile time
1079           when possible.
1080
1081 config BR2_PACKAGE_MODULE_INIT_TOOLS
1082         bool "module-init-tools replaced by kmod"
1083         select BR2_PACKAGE_KMOD
1084         select BR2_PACKAGE_KMOD_TOOLS
1085         select BR2_LEGACY
1086         help
1087           The 'module-init-tools' package has been removed, since it
1088           has been depracated upstream and replaced by 'kmod'.
1089
1090 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
1091         string "u-boot: the git repository URL option has been renamed"
1092         help
1093           The option BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL has
1094           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_URL.
1095
1096 config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL_WRAP
1097         bool
1098         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL != ""
1099         select BR2_LEGACY
1100
1101 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL is still referenced from
1102 # boot/uboot/Config.in
1103
1104 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
1105         string "u-boot: the git repository version option has been renamed"
1106         help
1107           The option BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION has
1108           been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION.
1109
1110 config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION_WRAP
1111         bool
1112         default y if BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION != ""
1113         select BR2_LEGACY
1114
1115 # Note: BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION is still referenced from
1116 # boot/uboot/Config.in
1117
1118 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
1119         string "linux: the git repository URL option has been renamed"
1120         help
1121           The option BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL has
1122           been renamed to
1123           BR2_LINUX_KERNEL_CUSTOM_REPO_URL.
1124
1125 config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL_WRAP
1126         bool
1127         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL != ""
1128         select BR2_LEGACY
1129
1130 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL is still referenced from
1131 # linux/Config.in
1132
1133 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
1134         string "linux: the git repository version option has been renamed"
1135         help
1136           The option BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION has
1137           been renamed to
1138           BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION.
1139
1140 config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION_WRAP
1141         bool
1142         default y if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != ""
1143         select BR2_LEGACY
1144
1145 # Note: BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION is still referenced from
1146 # linux/Config.in
1147
1148 ###############################################################################
1149 comment "Legacy options removed in 2013.08"
1150
1151 config BR2_ARM_OABI
1152         bool "ARM OABI support has been removed"
1153         select BR2_LEGACY
1154         help
1155           The support for the ARM OABI was deprecated since a while,
1156           and has been removed completely from Buildroot. It is also
1157           deprecated in upstream gcc, since gcc 4.7. People should
1158           switch to EABI instead, which should not be a problem as
1159           long as you don't have pre-built OABI binaries in your
1160           system that you can't recompile.
1161
1162 config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
1163         bool "dosfstools dosfsck renamed to fsck.fat"
1164         select BR2_LEGACY
1165         select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
1166         help
1167           dosfsck was renamed upstream to fsck.fat for consistency.
1168
1169 config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
1170         bool "dosfstools dosfslabel renamed to fatlabel"
1171         select BR2_LEGACY
1172         select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
1173         help
1174           doslabel was renamed upstream to fatlabel for consistency.
1175
1176 config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
1177         bool "dosfstools mkdosfs renamed to mkfs.fat"
1178         select BR2_LEGACY
1179         select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
1180         help
1181           mkdosfs was renamed upstream to mkfs.fat for consistency.
1182
1183 config BR2_ELF2FLT
1184         bool "the elf2flt option has been renamed"
1185         select BR2_LEGACY
1186         help
1187           The BR2_ELF2FLT option has been renamed to
1188           BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
1189           the package infrastructure.
1190
1191 config BR2_VFP_FLOAT
1192         bool "the ARM VFP floating point option has been renamed"
1193         select BR2_LEGACY
1194         help
1195           Due to a major refactoring of the floating-point handling of
1196           the ARM architecture support, the BR2_VFP_FLOAT option has
1197           been replaced with a choice of options that allows to select
1198           between various VFP versions/capabilities.
1199
1200 config BR2_PACKAGE_GCC_TARGET
1201         bool "gcc on the target filesystem has been removed"
1202         select BR2_LEGACY
1203         help
1204           The support for gcc in the target filesystem was deprecated
1205           since a while, and has been removed completely from Buildroot.
1206           See Buildroot's documentation for more explanations.
1207
1208 config BR2_HAVE_DEVFILES
1209         bool "development files in target filesystem has been removed"
1210         select BR2_LEGACY
1211         help
1212           The installation of the development files in the target
1213           filesystem was deprecated since a while, and has been removed
1214           completely from Buildroot.
1215           See Buildroot's documentation for more explanations.
1216
1217 ###############################################################################
1218 comment "Legacy options removed in 2013.05"
1219
1220 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
1221         bool "Realtek 8192 replaced by Realtek 81xx"
1222         select BR2_LEGACY
1223         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
1224         help
1225           Now covers the whole Realtek 81xx familly: 8188/8192.
1226
1227 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
1228         bool "Realtek 8712 replaced by Realtek 87xx"
1229         select BR2_LEGACY
1230         select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
1231         help
1232           Now covers the whole Realtek 87xx familly: 8712/8723.
1233
1234 ###############################################################################
1235 comment "Legacy options removed in 2013.02"
1236
1237 config BR2_sa110
1238         bool "sa110 ARM target switched to strongarm"
1239         select BR2_LEGACY
1240         select BR2_strongarm
1241         help
1242           The SA110 is the same as a generic StrongARM, it just differs
1243           in speed, peripherals and cache.
1244
1245 config BR2_sa1100
1246         bool "sa1100 ARM target switched to strongarm"
1247         select BR2_LEGACY
1248         select BR2_strongarm
1249         help
1250           The SA1100 is the same as a generic StrongARM, it just differs
1251           in speed, peripherals and cache.
1252
1253 config BR2_PACKAGE_GDISK
1254         bool "gdisk has been replaced by gptfdisk"
1255         select BR2_LEGACY
1256         select BR2_PACKAGE_GPTFDISK
1257         help
1258           The option has been renamed BR2_PACKAGE_GPTFDISK.
1259
1260 config BR2_PACKAGE_GDISK_GDISK
1261         bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
1262         select BR2_LEGACY
1263         select BR2_PACKAGE_GPTFDISK
1264         select BR2_PACKAGE_GPTFDISK_GDISK
1265         help
1266           The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
1267
1268 config BR2_PACKAGE_GDISK_SGDISK
1269         bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
1270         select BR2_LEGACY
1271         select BR2_PACKAGE_GPTFDISK
1272         select BR2_PACKAGE_GPTFDISK_SGDISK
1273         help
1274           The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
1275
1276 config BR2_PACKAGE_GDB_HOST
1277         bool "gdb for the host option has been renamed"
1278         select BR2_PACKAGE_HOST_GDB
1279         select BR2_LEGACY
1280         help
1281           Due to the conversion of gdb to the package infrastructure,
1282           the BR2_PACKAGE_GDB_HOST option has been renamed
1283           BR2_PACKAGE_HOST_GDB.
1284
1285 config BR2_PACKAGE_DIRECTB_DITHER_RGB16
1286         bool "DirectFB RGB16 dithering option has been renamed"
1287         select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
1288         select BR2_LEGACY
1289         help
1290           The option has been renamed
1291           BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
1292
1293 config BR2_PACKAGE_DIRECTB_TESTS
1294         bool "DirectFB Tests option has been renamed"
1295         select BR2_PACKAGE_DIRECTFB_TESTS
1296         select BR2_LEGACY
1297         help
1298           The option has been renamed
1299           BR2_PACKAGE_DIRECTFB_TESTS.
1300
1301 ###############################################################################
1302 comment "Legacy options removed in 2012.11"
1303
1304 config BR2_PACKAGE_CUSTOMIZE
1305         bool "customize package has been removed"
1306         select BR2_LEGACY
1307         help
1308           The 'customize' special package has been removed. Instead,
1309           we recommend to create either your own packages, or use a
1310           post-build script to customize your root filesystem. See
1311           Buildroot's documentation for more details.
1312
1313 config BR2_PACKAGE_XSERVER_xorg
1314         bool "X.org modular server"
1315         select BR2_LEGACY
1316         select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
1317         help
1318           The option has been renamed
1319           BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
1320
1321 config BR2_PACKAGE_XSERVER_tinyx
1322         bool "KDrive / TinyX server"
1323         select BR2_LEGACY
1324         select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
1325         help
1326           The option has been renamed
1327           BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
1328
1329 config BR2_PACKAGE_PTHREAD_STUBS
1330         bool "pthread-stubs option has been renamed"
1331         select BR2_LEGACY
1332         select BR2_PACKAGE_LIBPTHREAD_STUBS
1333         help
1334           For consistency reason, the pthread-stubs package has been
1335           renamed to libpthread-stubs.
1336
1337 ###############################################################################
1338 comment "Legacy options removed in 2012.08"
1339
1340 config BR2_PACKAGE_GETTEXT_STATIC
1341         bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
1342         select BR2_LEGACY
1343         help
1344           To build a static gettext library, select BR2_PREFER_STATIC_LIB.
1345
1346
1347 config BR2_PACKAGE_LIBINTL
1348         bool "libintl"
1349         select BR2_LEGACY
1350         select BR2_PACKAGE_GETTEXT
1351         help
1352           libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
1353           only installs the library, not the executables.
1354
1355 config BR2_PACKAGE_INPUT_TOOLS_EVTEST
1356         bool "input-tools evtest is now a separate package evtest"
1357         select BR2_LEGACY
1358         select BR2_PACKAGE_EVTEST
1359         help
1360           The evtest program from input-tools is now a separate package.
1361
1362 config BR2_BFIN_FDPIC
1363         bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
1364         select BR2_BINFMT_FDPIC
1365         select BR2_LEGACY
1366
1367 config BR2_BFIN_FLAT
1368         bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
1369         select BR2_BINFMT_FLAT
1370         select BR2_LEGACY
1371
1372 endmenu
1373
1374 endif # !SKIP_LEGACY