restructure broke 1.1 support; fixed
[openwrt.git] / root / etc / preinit
index 26025f4..ccd3ab5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 mount none /proc -t proc
+mtd unlock mtd4
 if /sbin/resetmon ; then
-  mtd unlock mtd4
   mount -t jffs2 /dev/mtdblock/4 /jffs
   pivot_root /jffs /jffs/rom
   mount none /dev -t devfs
This page took 0.020712 seconds and 4 git commands to generate.