2013-02-13 13:59:02 +01:00
|
|
|
// -*- mode:doc; -*-
|
|
|
|
// vim: set syntax=asciidoc:
|
2012-11-11 04:14:42 +01:00
|
|
|
|
2011-10-10 10:46:39 +02:00
|
|
|
[[busybox-custom]]
|
2012-11-11 04:14:42 +01:00
|
|
|
Customizing the Busybox configuration
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2011-10-10 10:46:39 +02:00
|
|
|
|
|
|
|
http://www.busybox.net/[Busybox] is very configurable, and you may
|
|
|
|
want to customize it. You can follow these simple steps to do so. This
|
|
|
|
method isn't optimal, but it's simple, and it works:
|
|
|
|
|
|
|
|
* Do an initial compilation of Buildroot, with busybox, without
|
|
|
|
trying to customize it.
|
|
|
|
|
|
|
|
* Invoke +make busybox-menuconfig+.
|
|
|
|
The nice configuration tool appears, and you can
|
|
|
|
customize everything.
|
|
|
|
|
|
|
|
* Run the compilation of Buildroot again.
|
|
|
|
|
|
|
|
Otherwise, you can simply change the
|
|
|
|
+package/busybox/busybox-<version>.config+ file, if you know the
|
|
|
|
options you want to change, without using the configuration tool.
|
|
|
|
|
|
|
|
If you want to use an existing config file for busybox, then see
|
2012-11-11 04:14:42 +01:00
|
|
|
xref:env-vars[].
|
2011-10-10 10:46:39 +02:00
|
|
|
|