[package] kmod-libertas needs kmod-lib80211 to load
[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.020464 seconds and 4 git commands to generate.