diff options
author | Mike Baker <mbm@openwrt.org> | 2005-02-26 02:32:16 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-02-26 02:32:16 +0000 |
commit | 26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb (patch) | |
tree | 3dff87c9cbbaa53f93351a41bdf920c299597639 /target/squashfs/squashfsroot.mk | |
parent | 62ed4966b1eb1294c2c79f8d3dc85263ec9a5bb4 (diff) | |
download | upstream-26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb.tar.gz upstream-26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb.tar.bz2 upstream-26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb.zip |
bugfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs/squashfsroot.mk')
-rw-r--r-- | target/squashfs/squashfsroot.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index 62b645a883..d3a104a83f 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -38,7 +38,6 @@ squashfs-dirclean: squashfsroot: squashfs @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/info - @mkdir -p $(TARGET_DIR)/jffs $(SQUASHFS_DIR)/squashfs-tools/mksquashfs $(TARGET_DIR) $(IMAGE).squashfs -noappend -root-owned -le squashfsroot-source: squashfs-source |