Allow firstboot to mount /dev/mtdblock/4 on /jffs when root fs is squashfs
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Feb 2005 23:56:46 +0000 (23:56 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Feb 2005 23:56:46 +0000 (23:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@293 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/squashfs-lzma/squashfslzmaroot.mk
target/squashfs/squashfsroot.mk

index 722c20524e711036a3b76e2c2f9c822e70ed9200..4059896bc9e1c11cbe3bb66629057204f836c3f3 100644 (file)
@@ -39,6 +39,7 @@ squashfslzma-dirclean:
 squashfslzmaroot: squashfslzma
        @rm -rf $(TARGET_DIR)/usr/man
        @rm -rf $(TARGET_DIR)/usr/info
+       @mkdir -p $(TARGET_DIR)/jffs
        $(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le
 
 squashfslzmaroot-source: squashfslzma-source
index d3a104a83f3e6f0ed8e4ed4f95cbb72c5fe04de5..62b645a883669e9f27b220da8617aae9a1f71923 100644 (file)
@@ -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