summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/uboot-tools/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in
index df61fdadd3..f55614bac5 100644
--- a/package/uboot-tools/Config.in
+++ b/package/uboot-tools/Config.in
@@ -22,7 +22,7 @@ config BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
pass the address of the blob to the "bootm" command.
comment "u-boot tools FIT support needs a toolchain w/ dynamic library"
- depends on !BR2_STATIC_LIBS
+ depends on BR2_STATIC_LIBS
if BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
OpenPOWER on IntegriCloud