diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-25 23:56:46 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-25 23:56:46 +0000 |
commit | 7cd49ecd1cbad9a999f9d49fc7b389e4a1cc719e (patch) | |
tree | 819ba18497e2368ec3c55349618f1031ae4e8e0e /target/squashfs-lzma/squashfslzmaroot.mk | |
parent | 990231f8414f8720aa36ebc57359580481bd0c95 (diff) |
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
Diffstat (limited to 'target/squashfs-lzma/squashfslzmaroot.mk')
-rw-r--r-- | target/squashfs-lzma/squashfslzmaroot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/squashfs-lzma/squashfslzmaroot.mk b/target/squashfs-lzma/squashfslzmaroot.mk index 722c20524e..4059896bc9 100644 --- a/target/squashfs-lzma/squashfslzmaroot.mk +++ b/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 |