diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-02-25 23:56:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-02-25 23:56:46 +0000 |
commit | 5ead46cce658c94abc27e8ae7411f28b2804e5f9 (patch) | |
tree | 138bdcf8117bc4b69aae84dceadb056e721fc568 /openwrt/target/squashfs-lzma | |
parent | 418cd90dc8b38e10cfc9136af7eb0177374f7dca (diff) | |
download | mtk-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.mk | 1 |
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 |