summaryrefslogtreecommitdiff
path: root/openwrt/target/squashfs-lzma
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-02-25 23:56:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-02-25 23:56:46 +0000
commit5ead46cce658c94abc27e8ae7411f28b2804e5f9 (patch)
tree138bdcf8117bc4b69aae84dceadb056e721fc568 /openwrt/target/squashfs-lzma
parent418cd90dc8b38e10cfc9136af7eb0177374f7dca (diff)
downloadmtk-20170518-5ead46cce658c94abc27e8ae7411f28b2804e5f9.zip
mtk-20170518-5ead46cce658c94abc27e8ae7411f28b2804e5f9.tar.gz
mtk-20170518-5ead46cce658c94abc27e8ae7411f28b2804e5f9.tar.bz2
Allow firstboot to mount /dev/mtdblock/4 on /jffs when root fs is squashfs
SVN-Revision: 293
Diffstat (limited to 'openwrt/target/squashfs-lzma')
-rw-r--r--openwrt/target/squashfs-lzma/squashfslzmaroot.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
index 722c205..4059896 100644
--- a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
+++ b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
@@ -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