summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/image/squashfs.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-09-22 13:38:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-09-22 13:38:05 +0000
commitc050c0c948413b390f703b0884e8f06b82c2debd (patch)
tree326669f86154b304bac5d0eb24d062976cd39596 /openwrt/target/linux/image/squashfs.mk
parent44791013dd9a3e6214eb639fdcc9d12cf9072f7c (diff)
downloadmtk-20170518-c050c0c948413b390f703b0884e8f06b82c2debd.zip
mtk-20170518-c050c0c948413b390f703b0884e8f06b82c2debd.tar.gz
mtk-20170518-c050c0c948413b390f703b0884e8f06b82c2debd.tar.bz2
fix permissions on image build
SVN-Revision: 1977
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
-rw-r--r--openwrt/target/linux/image/squashfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk
index 42ff77d..3811567 100644
--- a/openwrt/target/linux/image/squashfs.mk
+++ b/openwrt/target/linux/image/squashfs.mk
@@ -8,7 +8,7 @@ squashfs-clean:
$(MAKE) -C squashfs clean
rm -f $(KDIR)/root.squashfs
-$(KDIR)/root.squashfs:
+$(KDIR)/root.squashfs: install-prepare
@mkdir -p $(KDIR)/root/jffs
$(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -le