blob: 9b9fff021e506adfa594f15efcd8d9265b1aa058 [file] [log] [blame]
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +00001#
2# Config.in.legacy - support for backward compatibility
3#
Thomas De Schampheleiref8c56f52013-09-02 22:07:50 +02004# 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.
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +00007#
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.
Thomas De Schampheleiref8c56f52013-09-02 22:07:50 +020014#
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]
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +000054
Arnout Vandecappelle53903a12015-04-11 01:49:02 +020055config BR2_SKIP_LEGACY
56 bool
57 option env="SKIP_LEGACY"
58
59if !BR2_SKIP_LEGACY
60
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +000061config BR2_LEGACY
62 bool
63 help
64 This option is selected automatically when your old .config uses an
65 option that no longer exists in current buildroot. In that case, the
66 build will fail. Look for config options which are selected in the
67 menu below: they no longer exist and should be replaced by something
68 else.
69
70# This comment fits exactly in a 80-column display
71comment "Legacy detected: check the content of the menu below"
72 depends on BR2_LEGACY
73
Arnout Vandecappelle (Essensium/Mind)a91a5c12013-02-05 05:34:32 +000074menu "Legacy config options"
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +000075
Arnout Vandecappelle (Essensium/Mind)a91a5c12013-02-05 05:34:32 +000076if BR2_LEGACY
Thomas De Schampheleirea25e4a42013-09-02 22:07:52 +020077comment "----------------------------------------------------"
Arnout Vandecappelle (Essensium/Mind)a91a5c12013-02-05 05:34:32 +000078comment "Your old configuration uses legacy options that no "
Thomas De Schampheleirecce5baa2013-09-02 22:07:51 +020079comment "longer exist in buildroot, as indicated in the menu "
80comment "below. As long as these options stay selected, or in"
81comment "case of string options are non-empty, the build "
Arnout Vandecappelle (Essensium/Mind)a91a5c12013-02-05 05:34:32 +000082comment "will fail. "
Thomas De Schampheleirecce5baa2013-09-02 22:07:51 +020083comment "* "
84comment "Where possible, an automatic conversion from old to "
85comment "new symbols has been performed. Before making any "
86comment "change in this legacy menu, make sure to exit the "
87comment "configuration editor a first time and save the "
88comment "configuration. Otherwise, the automatic conversion "
89comment "of symbols will be lost. "
90comment "* "
91comment "After this initial save, reopen the configuration "
92comment "editor, inspect the options selected below, read "
93comment "their help texts, and verify/update the new "
94comment "configuration in the corresponding configuration "
95comment "menus. When everything is ok, you can disable the "
96comment "legacy options in the menu below. Once you have "
97comment "disabled all legacy options, this text will "
98comment "disappear and you will be able to start the build. "
99comment "* "
Yann E. MORINd2e706c2013-06-30 00:38:13 +0200100comment "Note: at some point in the future, the oldest legacy"
101comment "options will be removed, and configuration files "
102comment "that still have those options set, will fail to "
103comment "build, or run, in unpredictable ways. "
Thomas De Schampheleirea25e4a42013-09-02 22:07:52 +0200104comment "----------------------------------------------------"
Arnout Vandecappelle (Essensium/Mind)a91a5c12013-02-05 05:34:32 +0000105endif
106
Yann E. MORIN67eaf702013-06-30 00:38:12 +0200107###############################################################################
Gustavo Zacarias16b8e812015-06-02 14:52:12 -0300108comment "Legacy options removed in 2015.08"
109
110config BR2_TARGET_UBOOT_NETWORK
111 bool "U-Boot custom network settings removed"
112 select BR2_LEGACY
113 help
114 U-Boot's custom network settings options have been removed.
115
116###############################################################################
Mike Williamsfd0e5f62015-03-06 12:17:45 -0500117comment "Legacy options removed in 2015.05"
Thomas Petazzoni665e13c2014-12-03 22:41:29 +0100118
Michał Leśniewskie3904a82015-05-19 20:26:30 +0200119config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K
120 bool "jffs2 16kB erasesize NAND flash option renamed"
121 select BR2_LEGACY
122 select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_16K
123 help
124 The JFFS2 NAND flash options now longer include the page
125 size.
126
127config BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K
128 bool "jffs2 128kB erasesize NAND flash option renamed"
129 select BR2_LEGACY
130 select BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K
131 help
132 The JFFS2 NAND flash options now longer include the page
133 size.
134
Angelo Compagnuccieff7c142015-04-30 16:03:15 +0200135config BR2_PACKAGE_MONO_20
136 bool "2.0/3.5 .Net Runtime"
137 select BR2_LEGACY
138 help
139 This option no longer exists, all versions of the .Net
140 runtime are now installed.
141
142config BR2_PACKAGE_MONO_40
143 bool "4.0 .Net Runtime"
144 select BR2_LEGACY
145 help
146 This option no longer exists, all versions of the .Net
147 runtime are now installed.
148
149config BR2_PACKAGE_MONO_45
150 bool "4.5 .Net Runtime"
151 select BR2_LEGACY
152 help
153 This option no longer exists, all versions of the .Net
154 runtime are now installed.
155
Peter Korsgaardefd49e32015-04-27 22:29:05 +0200156config BR2_CIVETWEB_WITH_LUA
157 bool "civetweb lua option renamed"
158 select BR2_LEGACY
159 select BR2_PACKAGE_CIVETWEB_WITH_LUA
160 help
161 civetweb's lua option has been renamed to
162 BR2_PACKAGE_CIVETWEB_WITH_LUA to be aligned with how other
163 packages name options.
164
Bernd Kuhlse6c7ad12015-04-23 23:18:16 +0200165config BR2_PACKAGE_TIFF_TIFF2PDF
166 bool "tiff utility-specific option removed"
167 select BR2_LEGACY
168 select BR2_PACKAGE_TIFF_UTILITIES
169 help
170 utility-specific options have been removed in favour of
171 the new option BR2_PACKAGE_TIFF_UTILITIES.
172
173config BR2_PACKAGE_TIFF_TIFFCP
174 bool "tiff utility-specific option removed"
175 select BR2_LEGACY
176 select BR2_PACKAGE_TIFF_UTILITIES
177 help
178 utility-specific options have been removed in favour of
179 the new option BR2_PACKAGE_TIFF_UTILITIES.
180
Thomas Petazzonie7035d42015-04-21 23:36:28 +0200181config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
182 bool "RTAI patch file path has been removed"
183 help
184 This option has never worked, so it has been removed.
185
Yann E. MORIN02917962015-03-24 19:54:15 +0100186config BR2_TARGET_GENERIC_PASSWD_DES
187 bool "Encoding passwords with DES has been removed"
188 select BR2_LEGACY
189 help
190 Paswords can now only be encoded with either of md5, sha256 or sha512.
191 The default is md5, which is stronger that DES (but still pretty weak).
192
Gustavo Zacarias0d31b5e2015-04-01 05:56:24 -0300193config BR2_PACKAGE_GTK2_THEME_HICOLOR
194 bool "hicolor (default theme) is a duplicate"
195 select BR2_LEGACY
196 select BR2_PACKAGE_HICOLOR_ICON_THEME
197 help
198 The option was just a duplicate of hicolor icon theme.
199
Mike Williamsfd0e5f62015-03-06 12:17:45 -0500200config BR2_PACKAGE_VALGRIND_PTRCHECK
201 bool "valgrind's PTRCheck was renamed to SGCheck"
202 select BR2_LEGACY
203 select BR2_PACKAGE_VALGRIND_SGCHECK
204 help
205 PTRCheck was renamed to SGCheck in valgrind
206
207###############################################################################
Thomas Petazzoni665e13c2014-12-03 22:41:29 +0100208comment "Legacy options removed in 2015.02"
209
Pedro Aguilar10900c02015-02-27 06:38:07 +0200210config BR2_PACKAGE_LIBGC
211 bool "libgc package removed"
212 select BR2_LEGACY
213 select BR2_PACKAGE_BDWGC
214 help
215 libgc has been removed because we have the same package under a
216 different name, bdwgc.
217
Yann E. MORIN8d702ac2015-02-07 23:10:14 +0100218config BR2_PACKAGE_WDCTL
219 bool "util-linux' wdctl option has been renamed"
220 select BR2_LEGACY
221 select BR2_PACKAGE_UTIL_LINUX_WDCTL
222 help
223 util-linux' wdctl option has been renamed to BR2_PACKAGE_UTIL_LINUX_WDCTL
224 to be aligned with how the other options are named.
225
Romain Naour3c476542015-01-18 20:53:08 +0100226config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
227 bool "rpm's bzip2 payloads option has been removed"
228 select BR2_LEGACY
229 select BR2_PACKAGE_BZIP2
230 help
231 The bzip2 payloads option rely entirely on the dependant package bzip2.
232 So, you need to select it to enable this feature.
233
234config BR2_PACKAGE_RPM_XZ_PAYLOADS
235 bool "rpm's xz payloads option has been removed"
236 select BR2_LEGACY
237 select BR2_PACKAGE_XZ
238 help
239 The xz payloads option rely entirely on the dependant package xz.
240 So, you need to select it to enable this feature.
241
Gustavo Zacarias6927bc92015-01-15 11:30:22 -0300242config BR2_PACKAGE_M4
243 bool "m4 target package removed"
244 select BR2_LEGACY
245 help
246 The m4 target package has been removed, it's been
247 deprecated for some time now.
248
Gustavo Zacariasaa6ea7a2015-01-15 11:30:21 -0300249config BR2_PACKAGE_FLEX_BINARY
250 bool "flex binary in target option removed"
251 select BR2_LEGACY
252 help
253 The flex binary in the target option has been removed.
254 It's been deprecated for some time now and is essentially a
255 development tool which isn't very useful in the target.
256
Gustavo Zacarias38dabc62015-01-15 11:30:19 -0300257config BR2_PACKAGE_BISON
258 bool "bison target package removed"
259 select BR2_LEGACY
260 help
261 The bison target package has been removed, it's been
262 deprecated for some time now and is essentially a development
263 tool which isn't very useful in the target.
264
Gustavo Zacarias7f9d4442015-01-15 11:30:18 -0300265config BR2_PACKAGE_GOB2
266 bool "gob2 target package removed"
267 select BR2_LEGACY
268 help
269 The gob2 target package has been removed, it's been
270 deprecated for some time now and was essentially useless
271 without a target toolchain.
272
Gustavo Zacariasc2e3d0b2015-01-15 11:30:17 -0300273config BR2_PACKAGE_DISTCC
274 bool "distcc target package removed"
275 select BR2_LEGACY
276 help
277 The distcc target package has been removed, it's been
278 deprecated for some time now and was essentially useless
279 without a target toolchain.
280
Gustavo Zacariasb64cde62015-01-15 11:30:16 -0300281config BR2_PACKAGE_HASERL_VERSION_0_8_X
282 bool "haserl 0.8.x version removed"
283 select BR2_LEGACY
284 help
285 The 0.8.x version option for haserl has been removed since it
286 has been deprecated for some time now.
287 You should be able to use the 0.9.x version without issues.
288
Gustavo Zacarias0120d9f2015-01-06 07:35:41 -0300289config BR2_PACKAGE_STRONGSWAN_TOOLS
290 bool "strongswan option has been removed"
291 select BR2_LEGACY
292 select BR2_PACKAGE_STRONGSWAN_PKI
293 select BR2_PACKAGE_STRONGSWAN_SCEP
294 help
295 The tools option has been removed upstream and the different tools
296 have been split between the pki and scep options, with others
297 deprecated.
298
Bernd Kuhlsdb78eb02014-12-23 18:46:33 +0100299config BR2_PACKAGE_XBMC_ADDON_XVDR
300 bool "xbmc options have been renamed"
301 select BR2_LEGACY
302 select BR2_PACKAGE_KODI_ADDON_XVDR
303 help
304 The XBMC media center project was renamed to Kodi entertainment center
305
Bernd Kuhlsb3df2a32014-12-23 18:46:30 +0100306config BR2_PACKAGE_XBMC_PVR_ADDONS
307 bool "xbmc options have been renamed"
308 select BR2_LEGACY
309 select BR2_PACKAGE_KODI_PVR_ADDONS
310 help
311 The XBMC media center project was renamed to Kodi entertainment center
312
Bernd Kuhls35784592014-12-23 18:46:27 +0100313config BR2_PACKAGE_XBMC
314 bool "xbmc options have been renamed"
315 select BR2_LEGACY
316 select BR2_PACKAGE_KODI
317 help
318 The XBMC media center project was renamed to Kodi entertainment center
319
320config BR2_PACKAGE_XBMC_ALSA_LIB
321 bool "xbmc options have been renamed"
322 select BR2_LEGACY
323 select BR2_PACKAGE_KODI_ALSA_LIB
324 help
325 The XBMC media center project was renamed to Kodi entertainment center
326
327config BR2_PACKAGE_XBMC_AVAHI
328 bool "xbmc options have been renamed"
329 select BR2_LEGACY
330 select BR2_PACKAGE_KODI_AVAHI
331 help
332 The XBMC media center project was renamed to Kodi entertainment center
333
334config BR2_PACKAGE_XBMC_DBUS
335 bool "xbmc options have been renamed"
336 select BR2_LEGACY
337 select BR2_PACKAGE_KODI_DBUS
338 help
339 The XBMC media center project was renamed to Kodi entertainment center
340
341config BR2_PACKAGE_XBMC_LIBBLURAY
342 bool "xbmc options have been renamed"
343 select BR2_LEGACY
344 select BR2_PACKAGE_KODI_LIBBLURAY
345 help
346 The XBMC media center project was renamed to Kodi entertainment center
347
348config BR2_PACKAGE_XBMC_GOOM
349 bool "xbmc options have been renamed"
350 select BR2_LEGACY
351 select BR2_PACKAGE_KODI_GOOM
352 help
353 The XBMC media center project was renamed to Kodi entertainment center
354
355config BR2_PACKAGE_XBMC_RSXS
356 bool "xbmc options have been renamed"
357 select BR2_LEGACY
358 select BR2_PACKAGE_KODI_RSXS
359 help
360 The XBMC media center project was renamed to Kodi entertainment center
361
362config BR2_PACKAGE_XBMC_LIBCEC
363 bool "xbmc options have been renamed"
364 select BR2_LEGACY
365 select BR2_PACKAGE_KODI_LIBCEC
366 help
367 The XBMC media center project was renamed to Kodi entertainment center
368
369config BR2_PACKAGE_XBMC_LIBMICROHTTPD
370 bool "xbmc options have been renamed"
371 select BR2_LEGACY
372 select BR2_PACKAGE_KODI_LIBMICROHTTPD
373 help
374 The XBMC media center project was renamed to Kodi entertainment center
375
376config BR2_PACKAGE_XBMC_LIBNFS
377 bool "xbmc options have been renamed"
378 select BR2_LEGACY
379 select BR2_PACKAGE_KODI_LIBNFS
380 help
381 The XBMC media center project was renamed to Kodi entertainment center
382
383config BR2_PACKAGE_XBMC_RTMPDUMP
384 bool "xbmc options have been renamed"
385 select BR2_LEGACY
386 select BR2_PACKAGE_KODI_RTMPDUMP
387 help
388 The XBMC media center project was renamed to Kodi entertainment center
389
390config BR2_PACKAGE_XBMC_LIBSHAIRPLAY
391 bool "xbmc options have been renamed"
392 select BR2_LEGACY
393 select BR2_PACKAGE_KODI_LIBSHAIRPLAY
394 help
395 The XBMC media center project was renamed to Kodi entertainment center
396
397config BR2_PACKAGE_XBMC_LIBSMBCLIENT
398 bool "xbmc options have been renamed"
399 select BR2_LEGACY
400 select BR2_PACKAGE_KODI_LIBSMBCLIENT
401 help
402 The XBMC media center project was renamed to Kodi entertainment center
403
404config BR2_PACKAGE_XBMC_LIBTHEORA
405 bool "xbmc options have been renamed"
406 select BR2_LEGACY
407 select BR2_PACKAGE_KODI_LIBTHEORA
408 help
409 The XBMC media center project was renamed to Kodi entertainment center
410
411config BR2_PACKAGE_XBMC_LIBUSB
412 bool "xbmc options have been renamed"
413 select BR2_LEGACY
414 select BR2_PACKAGE_KODI_LIBUSB
415 help
416 The XBMC media center project was renamed to Kodi entertainment center
417
418config BR2_PACKAGE_XBMC_LIBVA
419 bool "xbmc options have been renamed"
420 select BR2_LEGACY
421 select BR2_PACKAGE_KODI_LIBVA
422 help
423 The XBMC media center project was renamed to Kodi entertainment center
424
425config BR2_PACKAGE_XBMC_WAVPACK
426 bool "xbmc options have been renamed"
427 select BR2_LEGACY
428 select BR2_PACKAGE_KODI_WAVPACK
429 help
430 The XBMC media center project was renamed to Kodi entertainment center
431
Thomas Petazzoni665e13c2014-12-03 22:41:29 +0100432config BR2_PREFER_STATIC_LIB
433 bool "static library option renamed"
Samuel Martina44b1c12014-12-14 17:24:24 +0100434 select BR2_LEGACY
Thomas Petazzoni665e13c2014-12-03 22:41:29 +0100435 help
436 The BR2_PREFER_STATIC_LIB was renamed to BR2_STATIC_LIBS. It
437 highlights the fact that the option no longer "prefers"
438 static libraries, but "enforces" static libraries (i.e
439 shared libraries are completely unused).
440
Samuel Martina44b1c12014-12-14 17:24:24 +0100441 Take care of updating the type of libraries you want under the
442 "Build options" menu.
443
Bernd Kuhls35784592014-12-23 18:46:27 +0100444###############################################################################
Yann E. MORIN120136e2014-09-21 20:38:09 +0200445comment "Legacy options removed in 2014.11"
446
Peter Korsgaarda52bad82014-11-09 00:15:24 +0100447config BR2_x86_generic
448 bool "x86 generic variant has been removed"
449 select BR2_LEGACY
450 help
451 The generic x86 CPU variant has been removed. Use another
Baruch Siacha95e98c2014-11-09 07:50:01 +0200452 CPU variant instead.
Peter Korsgaarda52bad82014-11-09 00:15:24 +0100453
Andreas Larsson40e18f22014-10-30 09:29:36 +0100454config BR2_GCC_VERSION_4_4_X
455 bool "gcc 4.4.x has been removed"
456 select BR2_LEGACY
457 help
458 The 4.4.x version of gcc has been removed. Use a newer
459 version instead.
460
Andreas Larsson43b78e72014-10-30 09:29:35 +0100461config BR2_sparc_sparchfleon
462 bool "sparchfleon CPU has been removed"
463 select BR2_LEGACY
464 help
465 The sparchfleon CPU was only supported in a patched gcc 4.4
466 version. Its support has been removed in favor of the leon3
467 CPU starting from gcc 4.8.x.
468
469config BR2_sparc_sparchfleonv8
470 bool "sparchfleonv8 CPU has been removed"
471 select BR2_LEGACY
472 help
473 The sparchfleonv8 CPU was only supported in a patched gcc
474 4.4 version. Its support has been removed in favor of the
475 leon3 CPU starting from gcc 4.8.x.
476
477config BR2_sparc_sparcsfleon
478 bool "sparcsfleon CPU has been removed"
479 select BR2_LEGACY
480 help
481 The sparcsfleon CPU was only supported in a patched gcc 4.4
482 version. Its support has been removed in favor of the leon3
483 CPU starting from gcc 4.8.x.
484
485config BR2_sparc_sparcsfleonv8
486 bool "sparcsfleonv8 CPU has been removed"
487 select BR2_LEGACY
488 help
489 The sparcsfleonv8 CPU was only supported in a patched gcc
490 4.4 version. Its support has been removed in favor of the
491 leon3 CPU starting from gcc 4.8.x.
492
Bernd Kuhlsbfd87872014-10-18 19:41:30 +0200493config BR2_PACKAGE_XLIB_LIBPCIACCESS
494 bool "xlib-libpciaccess option has been renamed"
495 depends on BR2_PACKAGE_XORG7
496 select BR2_LEGACY
497 select BR2_PACKAGE_LIBPCIACCESS
498 help
499 libpciaccess neither depends on X11 nor Xlib. Thus the
500 package has been renamed BR2_PACKAGE_LIBPCIACCESS
501
Yann E. MORINb581bba2014-09-21 20:38:13 +0200502config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
503 bool "Xceive xc5000 option has been renamed"
504 select BR2_PACKAGE_LINUX_FIRMWARE_XCx000
505 help
506 The Xceive xc5000 option now also handles older firmwares from
507 Xceive (the xc4000 series), as well as new firmwares (the xc5000c)
508 from Cresta, who bought Xceive.
509
Yann E. MORINdac546e2014-09-21 20:38:12 +0200510config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
511 bool "Chelsio T4 option has been renamed"
512 select BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
513 help
514 The Chelsio T4 option BR2_PACKAGE_LINUX_FIRMWARE_CXGB4
515 has been renamed to BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
516 to better account for the fact that a T5 variant exists.
517
Yann E. MORIN120136e2014-09-21 20:38:09 +0200518config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7
519 bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 has been renamed"
520 help
521 The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 was
522 renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_7. You must
523 select it in:
524 Target packages -> Hardware handling ->
525 Firmware -> linux-firmware -> WiFi firmware ->
526 iwlwifi 3160/726x revision to use (revision 7)
527
528config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8
529 bool "BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 has been renamed"
530 help
531 The option BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 was
532 renamed to BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_REV_8. You must
533 select it in:
534 Target packages -> Hardware handling ->
535 Firmware -> linux-firmware -> WiFi firmware ->
536 iwlwifi 3160/726x revision to use (revision 8)
537
538###############################################################################
Yann E. MORIN5cd1c4f2014-06-02 22:27:22 +0200539comment "Legacy options removed in 2014.08"
540
Gregory CLEMENT52fac6a2014-08-28 14:21:34 +0200541config BR2_PACKAGE_LIBELF
542 bool "libelf has been removed"
543 select BR2_PACKAGE_ELFUTILS
544 select BR2_LEGACY
545 help
546 The libelf package provided an old version of the libelf library
547 and is deprecated. The libelf library is now provided by the
548 elfutils package.
549
Thomas De Schampheleiredfae6f62014-06-13 21:21:45 +0200550config BR2_KERNEL_HEADERS_3_8
551 bool "kernel headers version 3.8.x are no longer supported"
552 select BR2_KERNEL_HEADERS_3_9
553 select BR2_LEGACY
554 help
555 Version 3.8.x of the Linux kernel headers have been deprecated
556 for more than four buildroot releases and are now removed.
557 As an alternative, version 3.9.x of the headers have been
558 automatically selected in your configuration.
559
Thomas Petazzoni187b4d62014-06-01 22:23:30 +0200560config BR2_PACKAGE_GETTEXT_TOOLS
561 bool "support for gettext-tools on target has been removed"
562 select BR2_LEGACY
563 help
564 The option to install the gettext utilities on the target
565 has been removed. This is not necessary as Buildroot is not
566 designed to provide a full development environment on the
567 target. gettext tools should be used on the build machine
568 instead.
569
Yann E. MORIN5cd1c4f2014-06-02 22:27:22 +0200570config BR2_PACKAGE_PROCPS
571 bool "procps has been replaced by procps-ng"
572 select BR2_PACKAGE_PROCPS_NG
573 select BR2_LEGACY
574 help
575 The procps package has been replaced by the equivalent procps-ng.
576
Thomas Petazzonid4839ff2014-07-01 20:03:02 +0200577config BR2_BINUTILS_VERSION_2_20_1
578 bool "binutils 2.20.1 has been removed"
579 select BR2_LEGACY
580 help
581 The 2.20.1 version of binutils has been removed. Use a newer
582 version instead.
583
584config BR2_BINUTILS_VERSION_2_21
585 bool "binutils 2.21 has been removed"
586 select BR2_LEGACY
587 help
588 The 2.21 version of binutils has been removed. Use a newer
589 version instead.
590
591config BR2_BINUTILS_VERSION_2_23_1
592 bool "binutils 2.23.1 has been removed"
593 select BR2_LEGACY
594 help
595 The 2.23.1 version of binutils has been removed. Use a newer
596 version instead.
597
Thomas Petazzoni506b9642014-07-01 20:03:03 +0200598config BR2_UCLIBC_VERSION_0_9_32
599 bool "uclibc 0.9.32 has been removed"
600 select BR2_LEGACY
601 help
602 The 0.9.32 version of uClibc has been removed. Use a newer
603 version instead.
604
Thomas Petazzonid10e0802014-07-01 20:03:06 +0200605config BR2_GCC_VERSION_4_3_X
606 bool "gcc 4.3.x has been removed"
607 select BR2_LEGACY
608 help
609 The 4.3.x version of gcc has been removed. Use a newer
610 version instead.
611
612config BR2_GCC_VERSION_4_6_X
613 bool "gcc 4.6.x has been removed"
614 select BR2_LEGACY
615 help
616 The 4.6.x version of gcc has been removed. Use a newer
617 version instead.
618
Thomas Petazzoni02d85f62014-07-01 20:03:08 +0200619config BR2_GDB_VERSION_7_4
620 bool "gdb 7.4 has been removed"
621 select BR2_LEGACY
622 help
623 The 7.4 version of gdb has been removed. Use a newer version
624 instead.
625
626config BR2_GDB_VERSION_7_5
627 bool "gdb 7.5 has been removed"
628 select BR2_LEGACY
629 help
630 The 7.5 version of gdb has been removed. Use a newer version
631 instead.
632
Thomas Petazzonib18dca02014-07-01 20:03:09 +0200633config BR2_BUSYBOX_VERSION_1_19_X
634 bool "busybox version selection has been removed"
635 select BR2_LEGACY
636 help
637 The possibility of selecting the Busybox version has been
638 removed. Use the latest version provided by the Busybox
639 package instead.
640
641config BR2_BUSYBOX_VERSION_1_20_X
642 bool "busybox version selection has been removed"
643 select BR2_LEGACY
644 help
645 The possibility of selecting the Busybox version has been
646 removed. Use the latest version provided by the Busybox
647 package instead.
648
649config BR2_BUSYBOX_VERSION_1_21_X
650 bool "busybox version selection has been removed"
651 select BR2_LEGACY
652 help
653 The possibility of selecting the Busybox version has been
654 removed. Use the latest version provided by the Busybox
655 package instead.
656
Ezequiel García07ac0452014-07-05 18:07:40 -0300657config BR2_PACKAGE_LIBV4L_DECODE_TM6000
658 bool "decode_tm6000"
659 select BR2_PACKAGE_LIBV4L_UTILS
660 select BR2_LEGACY
661 help
662 This libv4l option has been deprecated and replaced by a single
663 option to build all the libv4l utilities.
664
665config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
666 bool "ir-keytable"
667 select BR2_PACKAGE_LIBV4L_UTILS
668 select BR2_LEGACY
669 help
670 This libv4l option has been deprecated and replaced by a single
671 option to build all the libv4l utilities.
672
673config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE
674 bool "v4l2-compliance"
675 select BR2_PACKAGE_LIBV4L_UTILS
676 select BR2_LEGACY
677 help
678 This libv4l option has been deprecated and replaced by a single
679 option to build all the libv4l utilities.
680
681config BR2_PACKAGE_LIBV4L_V4L2_CTL
682 bool "v4l2-ctl"
683 select BR2_PACKAGE_LIBV4L_UTILS
684 select BR2_LEGACY
685 help
686 This libv4l option has been deprecated and replaced by a single
687 option to build all the libv4l utilities.
688
689config BR2_PACKAGE_LIBV4L_V4L2_DBG
690 bool "v4l2-dbg"
691 select BR2_PACKAGE_LIBV4L_UTILS
692 select BR2_LEGACY
693 help
694 This libv4l option has been deprecated and replaced by a single
695 option to build all the libv4l utilities.
696
Yann E. MORIN5cd1c4f2014-06-02 22:27:22 +0200697###############################################################################
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100698comment "Legacy options removed in 2014.05"
699
Peter Seiderer4990a382014-04-23 00:12:23 +0200700config BR2_PACKAGE_EVTEST_CAPTURE
701 bool "evtest-capture support removed (dropped since evtest 1.31)"
702 select BR2_LEGACY
703 help
704 Support for evtest-capture has been removed (dropped from
705 evtest package since version 1.31), use evemu package
706 instead.
707
Thomas De Schampheleire47c2d1b2014-04-30 20:18:24 +0200708config BR2_KERNEL_HEADERS_3_6
709 bool "kernel headers version 3.6.x are no longer supported"
Thomas De Schampheleiredfae6f62014-06-13 21:21:45 +0200710 select BR2_KERNEL_HEADERS_3_9
Thomas De Schampheleire47c2d1b2014-04-30 20:18:24 +0200711 select BR2_LEGACY
712 help
713 Version 3.6.x of the Linux kernel headers have been deprecated
714 for more than four buildroot releases and are now removed.
715 As an alternative, version 3.8.x of the headers have been
716 automatically selected in your configuration.
717
718config BR2_KERNEL_HEADERS_3_7
719 bool "kernel headers version 3.7.x are no longer supported"
Thomas De Schampheleiredfae6f62014-06-13 21:21:45 +0200720 select BR2_KERNEL_HEADERS_3_9
Thomas De Schampheleire47c2d1b2014-04-30 20:18:24 +0200721 select BR2_LEGACY
722 help
723 Version 3.7.x of the Linux kernel headers have been deprecated
724 for more than four buildroot releases and are now removed.
725 As an alternative, version 3.8.x of the headers have been
726 automatically selected in your configuration.
727
Thomas De Schampheleire947ca9e2014-04-30 20:18:23 +0200728config BR2_PACKAGE_VALA
729 bool "vala target package has been removed"
730 select BR2_LEGACY
731 help
732 The 'vala' target package has been removed since it has been
733 deprecated for more than four buildroot releases.
734 Note: the host vala package still exists.
735
Yann E. MORINd6a37912014-04-07 21:58:03 +0200736config BR2_TARGET_TZ_ZONELIST
737 default BR2_PACKAGE_TZDATA_ZONELIST if BR2_PACKAGE_TZDATA_ZONELIST != ""
738
739config BR2_PACKAGE_TZDATA_ZONELIST
740 string "tzdata: the timezone list option has been renamed"
741 help
742 The option BR2_PACKAGE_TZDATA_ZONELIST has been renamed to
743 BR2_TARGET_TZ_ZONELIST, and moved to the "System configuration"
744 menu. You'll need to select BR2_TARGET_TZ_INFO.
745
746config BR2_PACKAGE_TZDATA_ZONELIST_WRAP
747 bool
748 default y if BR2_PACKAGE_TZDATA_ZONELIST != ""
749 select BR2_LEGACY
750
Yann E. MORINc97aeb72014-04-05 17:21:43 +0200751config BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE
752 bool "Lua command-line editing none has been renamed"
753 select BR2_LEGACY
754 help
755 The BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE option has been
756 renamed to BR2_PACKAGE_LUA_EDITING_NONE. You will have to select
757 it in the corresponding choice.
758
759config BR2_PACKAGE_LUA_INTERPRETER_READLINE
760 bool "Lua command-line editing using readline has been renamed"
761 select BR2_LEGACY
762 help
763 The BR2_PACKAGE_LUA_INTERPRETER_READLINE option has been
764 renamed to BR2_PACKAGE_LUA_READLINE. You will have to select
765 it in the corresponding choice.
766
767config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
768 bool "Lua command-line editing using linenoise has been renamed"
769 select BR2_LEGACY
770 help
771 The BR2_PACKAGE_LUA_INTERPRETER_LINENOISE option has been
772 renamed to BR2_PACKAGE_LUA_LINENOISE. You will have to select
773 it in the corresponding choice.
774
Yann E. MORIN365ae612014-03-28 01:00:24 +0100775config BR2_PACKAGE_DVB_APPS_UTILS
776 bool "dvb-apps utilities now built by default"
777 select BR2_LEGACY
778 help
779 The dvb-apps utilities are now always built when the dvb-apps
780 package is selected.
781
Yann E. MORIN971e3312014-03-01 15:52:56 +0100782config BR2_KERNEL_HEADERS_SNAP
783 bool "Local Linux snapshot support removed"
784 select BR2_LEGACY
785 help
786 Support for using a custom snapshot to install the Linux
787 kernel headers has been removed.
788
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100789config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
790 bool "/dev management by udev removed"
791 select BR2_LEGACY
792 help
793 The 'udev' package has been converted to a virtual package.
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100794 The providers for this feature are: 'eudev', 'systemd'.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100795
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100796 Therefore, if you are not using 'systemd' as init system, you
797 must choose 'Dynamic using eudev' in the '/dev management'
798 menu to get the same behaviour as in your old configuration.
799
800 If you are using 'systemd', its internal implementation of
801 'udev' will be used automatically.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100802
803 You must also check the packages depending on 'udev' are still
804 selected.
805
806config BR2_PACKAGE_UDEV
807 bool "udev is now a virtual package"
808 select BR2_LEGACY
809 select BR2_PACKAGE_HAS_UDEV
810 help
811 The 'udev' package has been converted to a virtual package.
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100812 The providers for this feature are: 'eudev', 'systemd'.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100813
814 Your old configuration refers to packages depending on 'udev',
815 either for build or at runtime.
816
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100817 Check that a 'udev' provider is selected. If you are not using
818 'systemd' as init system, 'eudev' should be selected, which is
819 the case if '/dev management' is set to 'Dynamic using eudev'.
820
821 If you are using 'systemd', its internal implementation of 'udev'
822 is used.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100823
824config BR2_PACKAGE_UDEV_RULES_GEN
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100825 bool "udev rules generation handled by provider"
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100826 select BR2_LEGACY
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100827 select BR2_PACKAGE_EUDEV if !BR2_INIT_SYSTEMD
828 select BR2_PACKAGE_EUDEV_RULES_GEN if !BR2_INIT_SYSTEMD
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100829 help
830 The 'udev' package has been converted to a virtual package.
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100831 The providers for this feature are: 'eudev', 'systemd'.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100832
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100833 If you are not using 'systemd' as init system, udev rules
834 generation will be handled by 'eudev'. Check that
835 '/dev management' is set to 'Dynamic using eudev' to get
836 the same behaviour as in your old configuration.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100837
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100838 If you are using 'systemd', it internal implementation of 'udev'
839 will generate the rules.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100840
841config BR2_PACKAGE_UDEV_ALL_EXTRAS
842 bool "udev extras removed"
843 select BR2_LEGACY
844 help
845 The 'udev' package has been converted to a virtual package.
eric.le.bihan.dev@free.fr2c66e442014-02-07 14:21:34 +0100846 The providers for this feature are: 'eudev', 'systemd'.
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100847
848 The option to enable the extra features of 'udev' (gudev, ...)
849 has been removed. These features are automatically enabled in
850 the 'udev' providers if the dependencies are selected. For
851 example, selecting 'libglib2' will trigger the build of gudev.
852
Bernd Kuhls5562be12014-03-01 16:41:10 +0100853config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
854 bool "xlib-libpthread-stubs option has been renamed"
855 depends on BR2_PACKAGE_XORG7
856 select BR2_LEGACY
857 select BR2_PACKAGE_LIBPTHREAD_STUBS
858 help
859 The pthread stubs neither depend on X11 nor Xlib. Thus the
860 package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
861
eric.le.bihan.dev@free.frfabcb112014-02-07 14:21:33 +0100862###############################################################################
Yann E. MORINf169e5e2014-01-19 23:30:42 +0100863comment "Legacy options removed in 2014.02"
864
Thomas Petazzonie543f5a2014-02-04 15:25:34 +0100865config BR2_sh2
866 bool "sh2 support removed"
867 help
868 Due to an inexistent user base and generally poor Linux
869 support, the support for the SH2 architecture was removed.
870
871config BR2_sh3
872 bool "sh3 support removed"
873 help
874 Due to an inexistent user base and generally poor Linux
875 support, the support for the SH3 architecture was removed.
876
877config BR2_sh3eb
878 bool "sh3eb support removed"
879 help
880 Due to an inexistent user base and generally poor Linux
881 support, the support for the SH3eb architecture was removed.
882
Thomas De Schampheleire334dca62014-02-05 14:50:59 +0100883config BR2_KERNEL_HEADERS_3_1
884 bool "kernel headers version 3.1.x are no longer supported"
885 select BR2_KERNEL_HEADERS_3_2
886 select BR2_LEGACY
887 help
888 Version 3.1.x of the Linux kernel headers have been deprecated
889 for more than four buildroot releases and are now removed.
890 As an alternative, version 3.2.x of the headers have been
891 automatically selected in your configuration.
892
893config BR2_KERNEL_HEADERS_3_3
894 bool "kernel headers version 3.3.x are no longer supported"
895 select BR2_KERNEL_HEADERS_3_4
896 select BR2_LEGACY
897 help
898 Version 3.3.x of the Linux kernel headers have been deprecated
899 for more than four buildroot releases and are now removed.
900 As an alternative, version 3.4.x of the headers have been
901 automatically selected in your configuration.
902
903config BR2_KERNEL_HEADERS_3_5
904 bool "kernel headers version 3.5.x are no longer supported"
Thomas De Schampheleiredfae6f62014-06-13 21:21:45 +0200905 select BR2_KERNEL_HEADERS_3_9
Thomas De Schampheleire334dca62014-02-05 14:50:59 +0100906 select BR2_LEGACY
907 help
908 Version 3.5.x of the Linux kernel headers have been deprecated
909 for more than four buildroot releases and are now removed.
Thomas De Schampheleire47c2d1b2014-04-30 20:18:24 +0200910 As an alternative, version 3.8.x of the headers have been
Thomas De Schampheleire334dca62014-02-05 14:50:59 +0100911 automatically selected in your configuration.
912
Thomas De Schampheleire348060f2014-02-05 14:50:58 +0100913config BR2_GDB_VERSION_7_2
914 bool "gdb 7.2.x is no longer supported"
Thomas Petazzoni02d85f62014-07-01 20:03:08 +0200915 select BR2_GDB_VERSION_7_6
Thomas De Schampheleire348060f2014-02-05 14:50:58 +0100916 select BR2_LEGACY
917 help
918 Version 7.2.x of gdb has been deprecated for more than four
919 buildroot releases and is now removed. As an alternative, gdb
920 7.5.x has been automatically selected in your configuration.
921
922config BR2_GDB_VERSION_7_3
923 bool "gdb 7.3.x is no longer supported"
Thomas Petazzoni02d85f62014-07-01 20:03:08 +0200924 select BR2_GDB_VERSION_7_6
Thomas De Schampheleire348060f2014-02-05 14:50:58 +0100925 select BR2_LEGACY
926 help
927 Version 7.3.x of gdb has been deprecated for more than four
928 buildroot releases and is now removed. As an alternative, gdb
929 7.5.x has been automatically selected in your configuration.
930
Thomas De Schampheleire831624c2014-02-05 14:50:57 +0100931config BR2_PACKAGE_CCACHE
932 bool "ccache target package has been removed"
933 select BR2_LEGACY
934 help
935 The 'ccache' target package has been removed since it has been
936 deprecated for more than four buildroot releases.
937 Note: using ccache for speeding up builds is still supported.
938
Thomas De Schampheleire7164a322014-02-05 14:50:56 +0100939config BR2_HAVE_DOCUMENTATION
940 bool "support for documentation on target has been removed"
941 select BR2_LEGACY
942 help
943 Support for documentation on target has been removed since it has
944 been deprecated for more than four buildroot releases.
945
Thomas De Schampheleiref75245d2014-02-05 14:50:55 +0100946config BR2_PACKAGE_AUTOMAKE
947 bool "automake target package has been removed"
948 select BR2_LEGACY
949 help
950 The 'automake' target package has been removed since it has been
951 deprecated for more than four buildroot releases.
952 Note: the host automake still exists.
953
Thomas De Schampheleiree7af2ac2014-02-05 14:50:54 +0100954config BR2_PACKAGE_AUTOCONF
955 bool "autoconf target package has been removed"
956 select BR2_LEGACY
957 help
958 The 'autoconf' target package has been removed since it has been
959 deprecated for more than four buildroot releases.
960 Note: the host autoconf still exists.
961
Thomas De Schampheleireddf54242014-02-05 14:50:53 +0100962config BR2_PACKAGE_XSTROKE
963 bool "xstroke has been removed"
964 select BR2_LEGACY
965 help
966 The 'xstroke' package has been removed since it has been
967 deprecated for more than four buildroot releases.
968
Thomas De Schampheleire0a077312014-01-21 08:54:12 +0100969config BR2_PACKAGE_LZMA
970 bool "lzma target package has been removed"
971 select BR2_LEGACY
972 help
973 The 'lzma' target package has been removed since it has been
974 deprecated for more than four buildroot releases.
975 Note: generating lzma-compressed rootfs images is still supported.
976
Thomas De Schampheleire7ef5c3a2014-01-21 08:54:10 +0100977config BR2_PACKAGE_TTCP
978 bool "ttcp has been removed"
979 select BR2_LEGACY
980 help
981 The 'ttcp' package has been removed since it has been
982 deprecated for more than four buildroot releases.
983
Vicente Olivert Riera8b2e2352014-01-10 10:06:19 +0000984config BR2_PACKAGE_LIBNFC_LLCP
Thomas De Schampheleire93341042014-01-21 08:54:13 +0100985 bool "libnfc-llcp has been replaced by libllcp"
Vicente Olivert Riera8b2e2352014-01-10 10:06:19 +0000986 select BR2_LEGACY
Thomas De Schampheleire93341042014-01-21 08:54:13 +0100987 select BR2_PACKAGE_LIBLLCP
Vicente Olivert Riera8b2e2352014-01-10 10:06:19 +0000988 help
989 The 'libnfc-llcp' package has been removed since upstream renamed
Thomas De Schampheleire93341042014-01-21 08:54:13 +0100990 to 'libllcp'. We have added a new package for 'libllcp' and bumped
991 the version at the same time.
Vicente Olivert Riera8b2e2352014-01-10 10:06:19 +0000992
Marcelo Gutiérrez(UTN/FRH)06c82122014-01-21 14:08:28 +0000993config BR2_PACKAGE_MYSQL_CLIENT
994 bool "MySQL client renamed to MySQL"
995 select BR2_LEGACY
996 select BR2_PACKAGE_MYSQL
997 help
998 The option has been renamed BR2_PACKAGE_MYSQL
999
Thomas De Schampheleire2f7a53e2014-01-03 17:02:53 +01001000config BR2_PACKAGE_SQUASHFS3
1001 bool "squashfs3 has been removed"
1002 select BR2_LEGACY
1003 select BR2_PACKAGE_SQUASHFS
1004 help
1005 The 'squashfs3' package has been removed since it has been
1006 deprecated for more than four buildroot releases. Package
1007 'squashfs' (4) has been selected automatically as replacement.
1008
1009config BR2_TARGET_ROOTFS_SQUASHFS3
1010 bool "squashfs3 rootfs support has been removed"
1011 select BR2_LEGACY
1012 help
1013 Together with the removal of the squashfs3 package, support
1014 for squashfs3 root filesystems has been removed too. Squashfs
1015 root filesystems will automatically use squashfs4 now.
1016
Arnaud Aujon560fe852013-12-15 20:23:12 +01001017config BR2_PACKAGE_NETKITBASE
1018 bool "netkitbase has been removed"
1019 select BR2_LEGACY
1020 help
1021 The 'netkitbase' package has been removed since it has been
1022 deprecated since 2012.11. This package provided 'inetd'
1023 which is replaced by 'xinet' and 'ping' which is replaced by
1024 'busybox' or 'fping'.
1025
1026config BR2_PACKAGE_NETKITTELNET
1027 bool "netkittelnet has been removed"
1028 select BR2_LEGACY
1029 help
1030 The 'netkittelnet' package has been removed since it has
1031 been deprecated since 2012.11. 'busybox' provides a telnet
1032 client and should be used instead.
1033
Francois Perrad63058f82014-01-11 16:42:09 +01001034config BR2_PACKAGE_LUASQL
1035 bool "luasql has been replaced by luasql-sqlite3"
1036 select BR2_PACKAGE_LUASQL_SQLITE3
1037 select BR2_LEGACY
1038 help
1039 The option has been renamed BR2_PACKAGE_LUASQL_SQLITE3.
1040
Francois Perrada6c53472014-01-11 16:42:08 +01001041config BR2_PACKAGE_LUACJSON
1042 bool "luacjson has been replaced by lua-cjson"
1043 select BR2_PACKAGE_LUA_CJSON
1044 select BR2_LEGACY
1045 help
1046 The option has been renamed BR2_PACKAGE_LUA_CJSON.
1047
Arnaud Aujon560fe852013-12-15 20:23:12 +01001048###############################################################################
Thomas Petazzoni94c72082013-08-27 19:28:34 +02001049comment "Legacy options removed in 2013.11"
1050
Arnout Vandecappelleff0f55e2013-11-28 09:29:28 +01001051config BR2_PACKAGE_LVM2_DMSETUP_ONLY
1052 bool "lvm2's 'dmsetup only' option removed"
1053 select BR2_LEGACY
1054 help
1055 The BR2_PACKAGE_LVM2_DMSETUP_ONLY was a negative option, which
1056 led to problems with other packages that need the full lvm2
1057 suite. Therefore, the option has been replaced with the positive
1058 BR2_PACKAGE_LVM2_STANDARD_INSTALL option.
1059
1060# Note: BR2_PACKAGE_LVM2_DMSETUP_ONLY is still referenced in package/lvm2/Config.in
1061# in order to automatically propagate old configs
1062
Thomas Petazzoni1f9c04f2013-11-07 20:07:21 +01001063config BR2_PACKAGE_QT_JAVASCRIPTCORE
1064 bool "qt javascriptcore option removed"
1065 select BR2_LEGACY
1066 help
1067 The BR2_PACKAGE_QT_JAVASCRIPTCORE option was available to
1068 force the activation or disabling of the JIT compiler in the
1069 Qt Javascript interpreter. However, the JIT compiler is not
1070 available for all architectures, so forcing its activation
1071 does not always work. Moreover, Qt knows by itself for which
1072 architectures JIT support is possible, and will
1073 automatically enable it if possible.
1074
1075 Therefore, this option was in fact useless, and causing
1076 build problems when enabled on architectures for which the
1077 JIT support was not available. It has been removed, and
1078 there is no replacement: Qt will enable JIT at compile time
1079 when possible.
1080
Thomas Petazzoni94c72082013-08-27 19:28:34 +02001081config BR2_PACKAGE_MODULE_INIT_TOOLS
1082 bool "module-init-tools replaced by kmod"
1083 select BR2_PACKAGE_KMOD
1084 select BR2_PACKAGE_KMOD_TOOLS
Thomas Petazzoni0f401f92013-11-07 20:09:48 +01001085 select BR2_LEGACY
Thomas Petazzoni94c72082013-08-27 19:28:34 +02001086 help
1087 The 'module-init-tools' package has been removed, since it
1088 has been depracated upstream and replaced by 'kmod'.
1089
Thomas De Schampheleiref2c21932013-09-02 22:07:55 +02001090config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL
1091 string "u-boot: the git repository URL option has been renamed"
1092 help
1093 The option BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL has
1094 been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_URL.
1095
1096config BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL_WRAP
1097 bool
1098 default y if BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL != ""
1099 select BR2_LEGACY
1100
1101# Note: BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL is still referenced from
1102# boot/uboot/Config.in
1103
1104config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION
1105 string "u-boot: the git repository version option has been renamed"
1106 help
1107 The option BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION has
1108 been renamed to BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION.
1109
1110config BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION_WRAP
1111 bool
1112 default y if BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION != ""
1113 select BR2_LEGACY
1114
1115# Note: BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION is still referenced from
1116# boot/uboot/Config.in
1117
Thomas De Schampheleire63ecded2013-09-02 22:07:54 +02001118config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
1119 string "linux: the git repository URL option has been renamed"
1120 help
1121 The option BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL has
1122 been renamed to
1123 BR2_LINUX_KERNEL_CUSTOM_REPO_URL.
1124
1125config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL_WRAP
1126 bool
1127 default y if BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL != ""
1128 select BR2_LEGACY
1129
1130# Note: BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL is still referenced from
1131# linux/Config.in
1132
1133config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
1134 string "linux: the git repository version option has been renamed"
1135 help
1136 The option BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION has
1137 been renamed to
1138 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION.
1139
1140config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION_WRAP
1141 bool
1142 default y if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != ""
1143 select BR2_LEGACY
1144
1145# Note: BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION is still referenced from
1146# linux/Config.in
1147
Thomas Petazzoni94c72082013-08-27 19:28:34 +02001148###############################################################################
Yann E. MORIN67eaf702013-06-30 00:38:12 +02001149comment "Legacy options removed in 2013.08"
Gustavo Zacariasc6e4fcb2013-06-10 11:14:31 -03001150
Thomas Petazzoni1f3078b2013-08-10 19:20:01 +02001151config BR2_ARM_OABI
1152 bool "ARM OABI support has been removed"
1153 select BR2_LEGACY
1154 help
1155 The support for the ARM OABI was deprecated since a while,
1156 and has been removed completely from Buildroot. It is also
1157 deprecated in upstream gcc, since gcc 4.7. People should
1158 switch to EABI instead, which should not be a problem as
1159 long as you don't have pre-built OABI binaries in your
1160 system that you can't recompile.
1161
Gustavo Zacariasc6e4fcb2013-06-10 11:14:31 -03001162config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
1163 bool "dosfstools dosfsck renamed to fsck.fat"
1164 select BR2_LEGACY
1165 select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
1166 help
1167 dosfsck was renamed upstream to fsck.fat for consistency.
1168
1169config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
1170 bool "dosfstools dosfslabel renamed to fatlabel"
1171 select BR2_LEGACY
1172 select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
1173 help
1174 doslabel was renamed upstream to fatlabel for consistency.
1175
1176config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
1177 bool "dosfstools mkdosfs renamed to mkfs.fat"
1178 select BR2_LEGACY
1179 select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
1180 help
1181 mkdosfs was renamed upstream to mkfs.fat for consistency.
1182
Thomas Petazzonie21db002013-06-30 21:28:57 +02001183config BR2_ELF2FLT
1184 bool "the elf2flt option has been renamed"
1185 select BR2_LEGACY
1186 help
1187 The BR2_ELF2FLT option has been renamed to
1188 BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
1189 the package infrastructure.
1190
Thomas Petazzonid8060052013-07-16 10:03:17 +02001191config BR2_VFP_FLOAT
1192 bool "the ARM VFP floating point option has been renamed"
1193 select BR2_LEGACY
1194 help
1195 Due to a major refactoring of the floating-point handling of
1196 the ARM architecture support, the BR2_VFP_FLOAT option has
1197 been replaced with a choice of options that allows to select
1198 between various VFP versions/capabilities.
1199
Samuel Martinba8f82b2013-08-30 06:08:59 +02001200config BR2_PACKAGE_GCC_TARGET
1201 bool "gcc on the target filesystem has been removed"
1202 select BR2_LEGACY
1203 help
1204 The support for gcc in the target filesystem was deprecated
1205 since a while, and has been removed completely from Buildroot.
1206 See Buildroot's documentation for more explanations.
1207
1208config BR2_HAVE_DEVFILES
1209 bool "development files in target filesystem has been removed"
1210 select BR2_LEGACY
1211 help
1212 The installation of the development files in the target
1213 filesystem was deprecated since a while, and has been removed
1214 completely from Buildroot.
1215 See Buildroot's documentation for more explanations.
1216
Yann E. MORIN67eaf702013-06-30 00:38:12 +02001217###############################################################################
1218comment "Legacy options removed in 2013.05"
Yann E. MORIN860d37a2013-06-04 11:49:53 +00001219
1220config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
1221 bool "Realtek 8192 replaced by Realtek 81xx"
1222 select BR2_LEGACY
1223 select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
1224 help
1225 Now covers the whole Realtek 81xx familly: 8188/8192.
1226
1227config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
1228 bool "Realtek 8712 replaced by Realtek 87xx"
1229 select BR2_LEGACY
1230 select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
1231 help
1232 Now covers the whole Realtek 87xx familly: 8712/8723.
1233
Yann E. MORIN67eaf702013-06-30 00:38:12 +02001234###############################################################################
1235comment "Legacy options removed in 2013.02"
Thomas Petazzoni29b83f02013-03-07 10:45:24 +00001236
Gustavo Zacarias94744212013-04-04 07:29:45 +00001237config BR2_sa110
1238 bool "sa110 ARM target switched to strongarm"
1239 select BR2_LEGACY
1240 select BR2_strongarm
1241 help
1242 The SA110 is the same as a generic StrongARM, it just differs
1243 in speed, peripherals and cache.
1244
1245config BR2_sa1100
1246 bool "sa1100 ARM target switched to strongarm"
1247 select BR2_LEGACY
1248 select BR2_strongarm
1249 help
1250 The SA1100 is the same as a generic StrongARM, it just differs
1251 in speed, peripherals and cache.
1252
Thomas Petazzoni29b83f02013-03-07 10:45:24 +00001253config BR2_PACKAGE_GDISK
1254 bool "gdisk has been replaced by gptfdisk"
1255 select BR2_LEGACY
1256 select BR2_PACKAGE_GPTFDISK
1257 help
1258 The option has been renamed BR2_PACKAGE_GPTFDISK.
1259
1260config BR2_PACKAGE_GDISK_GDISK
1261 bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
1262 select BR2_LEGACY
1263 select BR2_PACKAGE_GPTFDISK
1264 select BR2_PACKAGE_GPTFDISK_GDISK
1265 help
1266 The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
1267
1268config BR2_PACKAGE_GDISK_SGDISK
1269 bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
1270 select BR2_LEGACY
1271 select BR2_PACKAGE_GPTFDISK
1272 select BR2_PACKAGE_GPTFDISK_SGDISK
1273 help
1274 The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +00001275
Thomas Petazzonia0b6faa2013-04-07 00:04:33 +00001276config BR2_PACKAGE_GDB_HOST
1277 bool "gdb for the host option has been renamed"
1278 select BR2_PACKAGE_HOST_GDB
1279 select BR2_LEGACY
1280 help
1281 Due to the conversion of gdb to the package infrastructure,
1282 the BR2_PACKAGE_GDB_HOST option has been renamed
1283 BR2_PACKAGE_HOST_GDB.
1284
Carsten Schoenert76de0f82013-03-10 08:32:46 +00001285config BR2_PACKAGE_DIRECTB_DITHER_RGB16
1286 bool "DirectFB RGB16 dithering option has been renamed"
1287 select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
1288 select BR2_LEGACY
1289 help
1290 The option has been renamed
1291 BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
1292
1293config BR2_PACKAGE_DIRECTB_TESTS
1294 bool "DirectFB Tests option has been renamed"
1295 select BR2_PACKAGE_DIRECTFB_TESTS
1296 select BR2_LEGACY
1297 help
1298 The option has been renamed
1299 BR2_PACKAGE_DIRECTFB_TESTS.
1300
Yann E. MORIN67eaf702013-06-30 00:38:12 +02001301###############################################################################
1302comment "Legacy options removed in 2012.11"
1303
Thomas Petazzoni12ccc432013-02-07 11:58:45 +00001304config BR2_PACKAGE_CUSTOMIZE
1305 bool "customize package has been removed"
1306 select BR2_LEGACY
1307 help
1308 The 'customize' special package has been removed. Instead,
1309 we recommend to create either your own packages, or use a
1310 post-build script to customize your root filesystem. See
1311 Buildroot's documentation for more details.
Arnout Vandecappelle (Essensium/Mind)2cd91212013-02-05 05:34:33 +00001312
1313config BR2_PACKAGE_XSERVER_xorg
1314 bool "X.org modular server"
1315 select BR2_LEGACY
1316 select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
1317 help
1318 The option has been renamed
1319 BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
1320
1321config BR2_PACKAGE_XSERVER_tinyx
1322 bool "KDrive / TinyX server"
1323 select BR2_LEGACY
1324 select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
1325 help
1326 The option has been renamed
1327 BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
1328
1329config BR2_PACKAGE_PTHREAD_STUBS
1330 bool "pthread-stubs option has been renamed"
1331 select BR2_LEGACY
Bernd Kuhls5562be12014-03-01 16:41:10 +01001332 select BR2_PACKAGE_LIBPTHREAD_STUBS
Arnout Vandecappelle (Essensium/Mind)2cd91212013-02-05 05:34:33 +00001333 help
1334 For consistency reason, the pthread-stubs package has been
Bernd Kuhls5562be12014-03-01 16:41:10 +01001335 renamed to libpthread-stubs.
Arnout Vandecappelle (Essensium/Mind)2cd91212013-02-05 05:34:33 +00001336
Yann E. MORIN67eaf702013-06-30 00:38:12 +02001337###############################################################################
1338comment "Legacy options removed in 2012.08"
Arnout Vandecappelle (Essensium/Mind)ebcfa982012-11-12 10:08:28 +00001339
Arnout Vandecappelle (Essensium/Mind)26803e82012-11-12 10:08:32 +00001340config BR2_PACKAGE_GETTEXT_STATIC
1341 bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
1342 select BR2_LEGACY
1343 help
1344 To build a static gettext library, select BR2_PREFER_STATIC_LIB.
1345
1346
1347config BR2_PACKAGE_LIBINTL
1348 bool "libintl"
1349 select BR2_LEGACY
1350 select BR2_PACKAGE_GETTEXT
1351 help
1352 libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
1353 only installs the library, not the executables.
1354
Arnout Vandecappelle (Essensium/Mind)c430fab2012-11-12 10:08:31 +00001355config BR2_PACKAGE_INPUT_TOOLS_EVTEST
1356 bool "input-tools evtest is now a separate package evtest"
1357 select BR2_LEGACY
1358 select BR2_PACKAGE_EVTEST
1359 help
1360 The evtest program from input-tools is now a separate package.
1361
Sonic Zhang57133822013-05-03 00:39:34 +00001362config BR2_BFIN_FDPIC
1363 bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
1364 select BR2_BINFMT_FDPIC
1365 select BR2_LEGACY
1366
1367config BR2_BFIN_FLAT
1368 bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
1369 select BR2_BINFMT_FLAT
1370 select BR2_LEGACY
1371
Arnout Vandecappelle (Essensium/Mind)a91a5c12013-02-05 05:34:32 +00001372endmenu
Arnout Vandecappelle53903a12015-04-11 01:49:02 +02001373
1374endif # !SKIP_LEGACY