new upstream release 2.51 with some fixes, see
[openwrt.git] / package / base-files / files / sbin / mount_root
index 835d602..86d4ef9 100755 (executable)
@@ -9,7 +9,7 @@ jffs2_ready () {
 }
 
 grep rootfs_data /proc/mtd >/dev/null 2>/dev/null && {
-       . /bin/firstboot
+       . /sbin/firstboot
        mtd unlock rootfs_data
        jffs2_ready && {
                echo "switching to jffs2"
This page took 0.022321 seconds and 4 git commands to generate.