aboutsummaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/etc/preinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-08 08:21:32 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-08 08:21:32 +0000
commita9c90e90f840467e950c2d86cb4e5db148dadc3d (patch)
treea61d61dd9c67fc53f42e50f4fd1b6f0706c47ca0 /target/default/target_skeleton/etc/preinit
parent2c959ec52f04ff1396b47558f9031ed209ad9ad8 (diff)
downloadmaster-187ad058-a9c90e90f840467e950c2d86cb4e5db148dadc3d.tar.gz
master-187ad058-a9c90e90f840467e950c2d86cb4e5db148dadc3d.tar.bz2
master-187ad058-a9c90e90f840467e950c2d86cb4e5db148dadc3d.zip
add hackish makfile, so that other developers could build images. anyone shuld clean this up, but I am busy working on kernel stuff. ok @mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@225 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/default/target_skeleton/etc/preinit')
-rwxr-xr-xtarget/default/target_skeleton/etc/preinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/default/target_skeleton/etc/preinit b/target/default/target_skeleton/etc/preinit
index 6e6a9c998a..95a2da8be0 100755
--- a/target/default/target_skeleton/etc/preinit
+++ b/target/default/target_skeleton/etc/preinit
@@ -14,7 +14,7 @@ else
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc
- umount rom/proc rom/dev
+ umount rom/proc
fi
mount none /tmp -t ramfs
exec /sbin/init