Config.in.legacy 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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 this
  5. # file, and take appropriate action to approximate backward compatibility. If
  6. # there is an equivalent (set of) new symbols, these can just be select'ed by
  7. # the old symbol. This makes sure that running 'make oldconfig' will make things
  8. # "just work" when upgrading to a new buildroot version. If the change is too
  9. # fundamental and cannot be fixed by a simple select, then the old symbol should
  10. # select BR2_LEGACY. If that symbol is set, the build will issue an error.
  11. #
  12. # When adding legacy symbols to this file, add them to the front. The oldest
  13. # symbols will be removed again after about two years.
  14. #
  15. # The symbol should be copied as-is from the place where it was previously
  16. # defined, but the help text should be removed or replaced with something that
  17. # explains how to fix it.
  18. config BR2_LEGACY
  19. bool
  20. help
  21. This option is selected automatically when your old .config uses an
  22. option that no longer exists in current buildroot. In that case, the
  23. build will fail. Look for config options which are selected in the
  24. menu below: they no longer exist and should be replaced by something
  25. else.
  26. # This comment fits exactly in a 80-column display
  27. comment "Legacy detected: check the content of the menu below"
  28. depends on BR2_LEGACY
  29. menu "Legacy config options"
  30. if BR2_LEGACY
  31. comment "Your old configuration uses legacy options that no "
  32. comment "longer exist in buildroot. "
  33. comment "Please look at the options which have been selected "
  34. comment "and read their help text. "
  35. comment "As long as these options stay selected, the build "
  36. comment "will fail. "
  37. comment "Note: at some point in the future, the oldest legacy"
  38. comment "options will be removed, and configuration files "
  39. comment "that still have those options set, will fail to "
  40. comment "build, or run, in unpredictable ways. "
  41. endif
  42. ###############################################################################
  43. comment "Legacy options removed in 2013.08"
  44. config BR2_ARM_OABI
  45. bool "ARM OABI support has been removed"
  46. select BR2_LEGACY
  47. help
  48. The support for the ARM OABI was deprecated since a while,
  49. and has been removed completely from Buildroot. It is also
  50. deprecated in upstream gcc, since gcc 4.7. People should
  51. switch to EABI instead, which should not be a problem as
  52. long as you don't have pre-built OABI binaries in your
  53. system that you can't recompile.
  54. config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
  55. bool "dosfstools dosfsck renamed to fsck.fat"
  56. select BR2_LEGACY
  57. select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
  58. help
  59. dosfsck was renamed upstream to fsck.fat for consistency.
  60. config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
  61. bool "dosfstools dosfslabel renamed to fatlabel"
  62. select BR2_LEGACY
  63. select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
  64. help
  65. doslabel was renamed upstream to fatlabel for consistency.
  66. config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
  67. bool "dosfstools mkdosfs renamed to mkfs.fat"
  68. select BR2_LEGACY
  69. select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
  70. help
  71. mkdosfs was renamed upstream to mkfs.fat for consistency.
  72. config BR2_ELF2FLT
  73. bool "the elf2flt option has been renamed"
  74. select BR2_LEGACY
  75. help
  76. The BR2_ELF2FLT option has been renamed to
  77. BR2_PACKAGE_HOST_ELF2FLT due to the conversion of elf2flt to
  78. the package infrastructure.
  79. config BR2_VFP_FLOAT
  80. bool "the ARM VFP floating point option has been renamed"
  81. select BR2_LEGACY
  82. help
  83. Due to a major refactoring of the floating-point handling of
  84. the ARM architecture support, the BR2_VFP_FLOAT option has
  85. been replaced with a choice of options that allows to select
  86. between various VFP versions/capabilities.
  87. config BR2_PACKAGE_GCC_TARGET
  88. bool "gcc on the target filesystem has been removed"
  89. select BR2_LEGACY
  90. help
  91. The support for gcc in the target filesystem was deprecated
  92. since a while, and has been removed completely from Buildroot.
  93. See Buildroot's documentation for more explanations.
  94. config BR2_HAVE_DEVFILES
  95. bool "development files in target filesystem has been removed"
  96. select BR2_LEGACY
  97. help
  98. The installation of the development files in the target
  99. filesystem was deprecated since a while, and has been removed
  100. completely from Buildroot.
  101. See Buildroot's documentation for more explanations.
  102. ###############################################################################
  103. comment "Legacy options removed in 2013.05"
  104. config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
  105. bool "Realtek 8192 replaced by Realtek 81xx"
  106. select BR2_LEGACY
  107. select BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
  108. help
  109. Now covers the whole Realtek 81xx familly: 8188/8192.
  110. config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
  111. bool "Realtek 8712 replaced by Realtek 87xx"
  112. select BR2_LEGACY
  113. select BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
  114. help
  115. Now covers the whole Realtek 87xx familly: 8712/8723.
  116. ###############################################################################
  117. comment "Legacy options removed in 2013.02"
  118. config BR2_sa110
  119. bool "sa110 ARM target switched to strongarm"
  120. select BR2_LEGACY
  121. select BR2_strongarm
  122. help
  123. The SA110 is the same as a generic StrongARM, it just differs
  124. in speed, peripherals and cache.
  125. config BR2_sa1100
  126. bool "sa1100 ARM target switched to strongarm"
  127. select BR2_LEGACY
  128. select BR2_strongarm
  129. help
  130. The SA1100 is the same as a generic StrongARM, it just differs
  131. in speed, peripherals and cache.
  132. config BR2_PACKAGE_GDISK
  133. bool "gdisk has been replaced by gptfdisk"
  134. select BR2_LEGACY
  135. select BR2_PACKAGE_GPTFDISK
  136. help
  137. The option has been renamed BR2_PACKAGE_GPTFDISK.
  138. config BR2_PACKAGE_GDISK_GDISK
  139. bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
  140. select BR2_LEGACY
  141. select BR2_PACKAGE_GPTFDISK
  142. select BR2_PACKAGE_GPTFDISK_GDISK
  143. help
  144. The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
  145. config BR2_PACKAGE_GDISK_SGDISK
  146. bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
  147. select BR2_LEGACY
  148. select BR2_PACKAGE_GPTFDISK
  149. select BR2_PACKAGE_GPTFDISK_SGDISK
  150. help
  151. The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
  152. config BR2_PACKAGE_GDB_HOST
  153. bool "gdb for the host option has been renamed"
  154. select BR2_PACKAGE_HOST_GDB
  155. select BR2_LEGACY
  156. help
  157. Due to the conversion of gdb to the package infrastructure,
  158. the BR2_PACKAGE_GDB_HOST option has been renamed
  159. BR2_PACKAGE_HOST_GDB.
  160. config BR2_PACKAGE_DIRECTB_DITHER_RGB16
  161. bool "DirectFB RGB16 dithering option has been renamed"
  162. select BR2_PACKAGE_DIRECTFB_DITHER_RGB16
  163. select BR2_LEGACY
  164. help
  165. The option has been renamed
  166. BR2_PACKAGE_DIRECTFB_DITHER_RGB16.
  167. config BR2_PACKAGE_DIRECTB_TESTS
  168. bool "DirectFB Tests option has been renamed"
  169. select BR2_PACKAGE_DIRECTFB_TESTS
  170. select BR2_LEGACY
  171. help
  172. The option has been renamed
  173. BR2_PACKAGE_DIRECTFB_TESTS.
  174. ###############################################################################
  175. comment "Legacy options removed in 2012.11"
  176. config BR2_PACKAGE_CUSTOMIZE
  177. bool "customize package has been removed"
  178. select BR2_LEGACY
  179. help
  180. The 'customize' special package has been removed. Instead,
  181. we recommend to create either your own packages, or use a
  182. post-build script to customize your root filesystem. See
  183. Buildroot's documentation for more details.
  184. config BR2_PACKAGE_XSERVER_xorg
  185. bool "X.org modular server"
  186. select BR2_LEGACY
  187. select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
  188. help
  189. The option has been renamed
  190. BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
  191. config BR2_PACKAGE_XSERVER_tinyx
  192. bool "KDrive / TinyX server"
  193. select BR2_LEGACY
  194. select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
  195. help
  196. The option has been renamed
  197. BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
  198. config BR2_PACKAGE_PTHREAD_STUBS
  199. bool "pthread-stubs option has been renamed"
  200. select BR2_LEGACY
  201. select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
  202. depends on BR2_PACKAGE_XORG7
  203. help
  204. For consistency reason, the pthread-stubs package has been
  205. renamed to xlib_libpthread-stubs.
  206. ###############################################################################
  207. comment "Legacy options removed in 2012.08"
  208. config BR2_PACKAGE_GETTEXT_STATIC
  209. bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
  210. select BR2_LEGACY
  211. help
  212. To build a static gettext library, select BR2_PREFER_STATIC_LIB.
  213. config BR2_PACKAGE_LIBINTL
  214. bool "libintl"
  215. select BR2_LEGACY
  216. select BR2_PACKAGE_GETTEXT
  217. help
  218. libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
  219. only installs the library, not the executables.
  220. config BR2_PACKAGE_INPUT_TOOLS_EVTEST
  221. bool "input-tools evtest is now a separate package evtest"
  222. select BR2_LEGACY
  223. select BR2_PACKAGE_EVTEST
  224. help
  225. The evtest program from input-tools is now a separate package.
  226. config BR2_BFIN_FDPIC
  227. bool "BR2_BFIN_FDPIC is now BR2_BINFMT_FDPIC"
  228. select BR2_BINFMT_FDPIC
  229. select BR2_LEGACY
  230. config BR2_BFIN_FLAT
  231. bool "BR2_BFIN_FLAT is now BR2_BINFMT_FLAT"
  232. select BR2_BINFMT_FLAT
  233. select BR2_LEGACY
  234. endmenu