summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorJérémy Dufour2012-12-17 15:34:36 +0100
committerJérémy Dufour2012-12-20 13:39:03 +0100
commit3040eeb7c4ca150a5c5f0e1db4025fb18f210a34 (patch)
tree3dd158ed505bbcc7ff0602c76bc4e7bea1685850 /cleopatre
parent366df272f54ee2b592a2a605a492395aa5264fbc (diff)
cleo/buildroot/package/mtd: add missing dependency for lzo, refs #3616
When build mtd, some headers of the package lzo are required (note: this dependency exists in the mtd-utils.git mk file).
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/buildroot/package/mtd/mtd-utils/mtd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/buildroot/package/mtd/mtd-utils/mtd.mk b/cleopatre/buildroot/package/mtd/mtd-utils/mtd.mk
index f5fd6aa98f..4b137ee3a3 100644
--- a/cleopatre/buildroot/package/mtd/mtd-utils/mtd.mk
+++ b/cleopatre/buildroot/package/mtd/mtd-utils/mtd.mk
@@ -111,7 +111,7 @@ $(MTD_TARGETS): $(TARGET_DIR)/usr/sbin/% : $(MTD_DIR)/%
cp -f $< $@
$(STRIPCMD) $@
-mtd: zlib $(MTD_TARGETS)
+mtd: lzo zlib $(MTD_TARGETS)
mtd-source: $(DL_DIR)/$(MTD_SOURCE)