customize-busybox-config.txt 962 B

1234567891011121314151617181920
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. [[busybox-custom]]
  4. Customizing the Busybox configuration
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. http://www.busybox.net/[Busybox] is very configurable, and you may
  7. want to customize it. You can just configure it via +Package selection+,
  8. +Base System+, +Busybox Configuration+. The menu based busybox configuration
  9. is mostly integrated into OpenADK. There are some options, which are not
  10. available and not supported. If you need to, you can change the defaults
  11. in +package/busybox/config+ and regenerate your OpenADK configuration.
  12. A change in the busybox configuration will rebuild the busybox package. If you
  13. choose another implementation of f.e. tar, which is provided by default from
  14. busybox, tar in busybox will be deactivated and the package will be
  15. automatically rebuilt, so that your resulting firmware images or archives
  16. will only contain a single tar program. Obviously just the one you have
  17. selected.