mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 08:29:28 -05:00
base-files: move firstboot to /sbin
SVN-Revision: 17775
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user