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 | 9ad94d5fa76fecc2174324605e3e4f8f13cbb725 (patch) | |
tree | 326669f86154b304bac5d0eb24d062976cd39596 /openwrt/target/linux/image/squashfs.mk | |
parent | cd7400daf4adb4ac6492eee2d2c9af7ef35583bb (diff) |
fix permissions on image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1977 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
-rw-r--r-- | openwrt/target/linux/image/squashfs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 42ff77db64..3811567a09 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 |