appendix.txt 1004 B

123456789101112131415161718192021222324252627282930313233343536
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. = Appendix
  4. include::makedev-syntax.txt[]
  5. include::makeusers-syntax.txt[]
  6. // Automatically generated lists:
  7. [[package-list]]
  8. == List of target packages available in Buildroot
  9. include::package-list.txt[]
  10. [[host-package-list]]
  11. == List of host utilities available in Buildroot
  12. The following packages are all available in the menu +Host utilities+.
  13. include::host-package-list.txt[]
  14. [[deprecated-list]]
  15. == Deprecated features
  16. The following features are marked as _deprecated_ in Buildroot due to
  17. them being either too old or unmaintained. They will be removed at
  18. some point, so stop using them.
  19. Each deprecated symbol in kconfig depends on a symbol
  20. +BR2_DEPRECATED_SINCE_xxxx_xx+, which provides an indication of when
  21. the feature can be removed: features will not be removed within the
  22. year following deprecation. For example, a symbol depending on
  23. +BR2_DEPRECATED_SINCE_2013_05+ can be removed from 2014.05 onwards.
  24. include::deprecated-list.txt[]