summaryrefslogtreecommitdiffstats
path: root/docs/manual/customize-busybox-config.txt
blob: 981d534af7df85c14aa6ed1793c36b9296c13b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// -*- mode:doc; -*-
// vim: set syntax=asciidoc:

[[busybox-custom]]
Customizing the Busybox configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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
xref:env-vars[].