diff options
Diffstat (limited to 'openwrt/target/default/target_skeleton/sbin/mount_root')
-rwxr-xr-x | openwrt/target/default/target_skeleton/sbin/mount_root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/default/target_skeleton/sbin/mount_root b/openwrt/target/default/target_skeleton/sbin/mount_root index 06d8b8563..409fe38fd 100755 --- a/openwrt/target/default/target_skeleton/sbin/mount_root +++ b/openwrt/target/default/target_skeleton/sbin/mount_root @@ -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 |