diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-22 13:38:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-22 13:38:05 +0000 |
commit | b2363fac89ec337da6c1ba78a230f8972dba8b0c (patch) | |
tree | 9b17bda19f7cdb5535e780329de682ea7cb96bc3 /target/linux/image/squashfs.mk | |
parent | e882dc816daf95f2b484c9e53fb9ab4e3cdc7516 (diff) |
fix permissions on image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1977 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/squashfs.mk')
-rw-r--r-- | target/linux/image/squashfs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index 42ff77db64..3811567a09 100644 --- a/target/linux/image/squashfs.mk +++ b/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 |