customize-busybox-config.txt 837 B

123456789101112131415161718192021222324252627
  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 follow these simple steps to do so. This
  8. method isn't optimal, but it's simple, and it works:
  9. * Do an initial compilation of Buildroot, with busybox, without
  10. trying to customize it.
  11. * Invoke +make busybox-menuconfig+.
  12. The nice configuration tool appears, and you can
  13. customize everything.
  14. * Run the compilation of Buildroot again.
  15. Otherwise, you can simply change the
  16. +package/busybox/busybox-<version>.config+ file, if you know the
  17. options you want to change, without using the configuration tool.
  18. If you want to use an existing config file for busybox, then see
  19. xref:env-vars[].