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