|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_DTC
|
|
config BR2_PACKAGE_DTC
|
|
bool "dtc (libfdt)"
|
|
bool "dtc (libfdt)"
|
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB
|
|
help
|
|
help
|
|
The Device Tree Compiler, dtc, takes as input a device-tree in
|
|
The Device Tree Compiler, dtc, takes as input a device-tree in
|
|
a given format and outputs a device-tree in another format.
|
|
a given format and outputs a device-tree in another format.
|
|
@@ -31,3 +32,6 @@ comment "dtdiff will not be installed: it requires bash"
|
|
depends on !BR2_PACKAGE_BASH
|
|
depends on !BR2_PACKAGE_BASH
|
|
|
|
|
|
endif
|
|
endif
|
|
|
|
+
|
|
|
|
+comment "dtc needs a toolchain w/ dynamic library"
|
|
|
|
+ depends on BR2_PREFER_STATIC_LIB
|