Because of the patch removing LZO support, LZO as a build dependency is
not needed.

zlib is a build dependency of util-linux. Might as well remove.

Signed-off-by: Rosen Penev <ros...@gmail.com>
---
 package/utils/mtd-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/mtd-utils/Makefile b/package/utils/mtd-utils/Makefile
index 6e5e72783f..5a4b03da96 100644
--- a/package/utils/mtd-utils/Makefile
+++ b/package/utils/mtd-utils/Makefile
@@ -20,7 +20,7 @@ PKG_FIXUP:=autoreconf
 
 PKG_FLAGS:=nonshared
 
-PKG_BUILD_DEPENDS:=util-linux lzo zlib
+PKG_BUILD_DEPENDS:=util-linux
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=
-- 
2.28.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to