From 7cd49ecd1cbad9a999f9d49fc7b389e4a1cc719e Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 25 Feb 2005 23:56:46 +0000 Subject: Allow firstboot to mount /dev/mtdblock/4 on /jffs when root fs is squashfs git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@293 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/squashfs/squashfsroot.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/squashfs/squashfsroot.mk') diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index d3a104a83..62b645a88 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -38,6 +38,7 @@ 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 -- cgit v1.2.3