customize-busybox-config.txt 794 B

123456789101112131415161718192021222324
  1. Customizing the Busybox configuration
  2. -------------------------------------
  3. [[busybox-custom]]
  4. http://www.busybox.net/[Busybox] is very configurable, and you may
  5. want to customize it. You can follow these simple steps to do so. This
  6. method isn't optimal, but it's simple, and it works:
  7. * Do an initial compilation of Buildroot, with busybox, without
  8. trying to customize it.
  9. * Invoke +make busybox-menuconfig+.
  10. The nice configuration tool appears, and you can
  11. customize everything.
  12. * Run the compilation of Buildroot again.
  13. Otherwise, you can simply change the
  14. +package/busybox/busybox-<version>.config+ file, if you know the
  15. options you want to change, without using the configuration tool.
  16. If you want to use an existing config file for busybox, then see
  17. section xref:env-vars[].