summaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files')
-rwxr-xr-xpackage/base-files/files/sbin/firstboot (renamed from package/base-files/files/bin/firstboot)0
-rwxr-xr-xpackage/base-files/files/sbin/mount_root2
2 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/sbin/firstboot
index 8453b3009..8453b3009 100755
--- a/package/base-files/files/bin/firstboot
+++ b/package/base-files/files/sbin/firstboot
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root
index 835d60255..86d4ef95f 100755
--- a/package/base-files/files/sbin/mount_root
+++ b/package/base-files/files/sbin/mount_root
@@ -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"