package/cramfs: Needs zlib

cramfs.mk contains

CRAMFS_DEPENDENCIES = zlib

but this dependency was missing in Config.in.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2014-11-08 16:29:46 +01:00 committed by Peter Korsgaard
parent 124edd4d5f
commit 4da0c4e0f2
1 changed files with 1 additions and 0 deletions

View File

@ -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.