1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 10:34:36 +03:00

Allow firstboot to mount /dev/mtdblock/4 on /jffs when root fs is squashfs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@293 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-02-25 23:56:46 +00:00
parent d6e8451729
commit 7cef27d751
2 changed files with 2 additions and 0 deletions

View 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

View 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