customize-busybox-config.txt 809 B

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