projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376549b
)
mtd: mkfs.jffs2 requires zlib to build
author
Will Wagner
<will_wagner@carallon.com>
Wed, 14 Apr 2010 22:24:26 +0000
(23:24 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 15 Apr 2010 12:01:41 +0000
(14:01 +0200)
[Peter: lzo needed as well]
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/mtd/mtd.mk
patch
|
blob
|
history
diff --git
a/package/mtd/mtd.mk
b/package/mtd/mtd.mk
index 5a449f28e0a5b38852b21d76c80df033116091cf..16ad4acc432de657b61d6f2528f3d90e1009762e 100644
(file)
--- a/
package/mtd/mtd.mk
+++ b/
package/mtd/mtd.mk
@@
-6,6
+6,9
@@
MTD_VERSION:=1.3.1
MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.bz2
MTD_SITE:=ftp://ftp.infradead.org/pub/mtd-utils
+ifeq ($(BR2_PACKAGE_MTD_MKFSJFFS2),y)
+MTD_DEPENDENCIES = zlib lzo
+endif
HOST_MTD_DEPENDENCIES = host-lzo host-e2fsprogs