diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-05-11 04:02:51 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-05-11 04:02:51 +0000 |
| commit | 5e6a6b6507d22017dc7af7fc59ef400d9c91ff65 (patch) | |
| tree | 8a28cd5f0111799708529fbdc134d85c1a5c5f2d /root | |
| parent | af0bb0db0c603dd7792f278ff8b3cca0ccf8d89b (diff) | |
| download | upstream-5e6a6b6507d22017dc7af7fc59ef400d9c91ff65.tar.gz upstream-5e6a6b6507d22017dc7af7fc59ef400d9c91ff65.tar.bz2 upstream-5e6a6b6507d22017dc7af7fc59ef400d9c91ff65.zip | |
we still need mtd unlock
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root')
| -rwxr-xr-x | root/etc/preinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/preinit b/root/etc/preinit index f37c02b837f..6cb37c27e85 100755 --- a/root/etc/preinit +++ b/root/etc/preinit @@ -2,7 +2,7 @@ mount none /proc -t proc insmod diag echo 0x01 > /proc/sys/diag -sleep 1 +mtd unlock mtd4 if /sbin/resetmon ; then mount -t jffs2 /dev/mtdblock/4 /jffs pivot_root /jffs /jffs/rom |
