fix ipkg symlink issue on squashfs
[openwrt.git] / openwrt / target / default / target_skeleton / sbin / mount_root
index 06d8b85..409fe38 100755 (executable)
@@ -7,7 +7,7 @@ if [ "$1" != "failsafe" ]; then
                        mtd unlock linux
                        mtd erase OpenWrt
                        jffs2root --move
-               }
+               } &
                mtd unlock rootfs
                mount -o remount,rw /dev/root /
        else
This page took 0.023657 seconds and 4 git commands to generate.