eb50abe7cf
[Thomas: add optional dependency on Busybox, because debianutils installs its own version of which, so we need to override the Busybox one.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
config BR2_PACKAGE_DEBIANUTILS
|
|
bool "debianutils"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Miscellaneous utilities specific to Debian.
|
|
|
|
https://tracker.debian.org/pkg/debianutils
|