[Buildroot] [git commit] package/cramfs: Needs zlib

Peter Korsgaard peter at korsgaard.com
Sat Nov 8 20:55:09 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=4da0c4e0f2f43d042bf0b78478ac77fae2fc249e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/cramfs/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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


More information about the buildroot mailing list