9093a64bcf
Add two upstreamable patches for this package to fix uClibc and musl builds. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
config BR2_PACKAGE_DT_UTILS
|
|
bool "dt-utils"
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
help
|
|
Tools for flattened device-tree dumping and barebox state
|
|
manipulation.
|
|
|
|
https://git.pengutronix.de/cgit/tools/dt-utils/
|
|
|
|
comment "dt-utils needs udev /dev management"
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|