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