projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124edd4
)
package/cramfs: Needs zlib
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 8 Nov 2014 15:29:46 +0000
(16:29 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 8 Nov 2014 20:55:09 +0000
(21:55 +0100)
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>
package/cramfs/Config.in
patch
|
blob
|
history
diff --git
a/package/cramfs/Config.in
b/package/cramfs/Config.in
index daf6e6d100ad6fb113274091f243f93b5c53a42f..b2a0c6c516225da7d825f2804bf6d7e966100e7c 100644
(file)
--- 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.