[Buildroot] [PATCH 1/1] package/cramfs: Depends on zlib

Bernd Kuhls bernd.kuhls at t-online.de
Sat Nov 8 15:02:16 UTC 2014


cramfs.mk contains

CRAMFS_DEPENDENCIES = zlib

but this dependency was missing in Config.in.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/cramfs/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cramfs/Config.in b/package/cramfs/Config.in
index daf6e6d..cf3082e 100644
--- a/package/cramfs/Config.in
+++ b/package/cramfs/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_CRAMFS
 	bool "cramfs"
+	depends on BR2_PACKAGE_ZLIB
 	help
 	  cramfs is a compressed read-only filesystem. This package
 	  contains the tools to generate and check a cramfs filesystem.
-- 
1.7.10.4



More information about the buildroot mailing list