aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/boot/uboot-envtools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index d7a85ca83c..0b6ccca506 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -24,6 +24,8 @@ PKG_BUILD_DEPENDS:=+fstools
PKG_LICENSE:=GPL-2.0 GPL-2.0+
PKG_LICENSE_FILES:=Licenses/README
+PKG_FLAGS:=nonshared
+
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk