libressl: update to 2.6.3
[openadk.git] / docs / customize-busybox-config.txt
blobad156b21dd8d4d5058661f83f5af1e6fb7a89296
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 [[busybox-custom]]
5 Customizing the Busybox configuration
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 http://www.busybox.net/[Busybox] is very configurable, and you may
9 want to customize it. You can just configure it via +Package selection+,
10 +Base System+, +Busybox Configuration+. The menu based busybox configuration
11 is mostly integrated into OpenADK. There are some options, which are not
12 available and not supported. If you need to, you can change the defaults
13 in +package/busybox/config+ and regenerate your OpenADK configuration.
15 A change in the busybox configuration will rebuild the busybox package. If you
16 choose another implementation of f.e. tar, which is provided by default from
17 busybox, tar in busybox will be deactivated and the package will be
18 automatically rebuilt, so that your resulting firmware images or archives
19 will only contain a single tar program. Obviously just the one you have
20 selected.