diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-08 08:21:32 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-08 08:21:32 +0000 |
commit | d463661b9cedcbbfe7e5fba70a047dbb28f2078a (patch) | |
tree | a61d61dd9c67fc53f42e50f4fd1b6f0706c47ca0 /target/default/target_skeleton/etc/preinit | |
parent | 217eec334bc2a42184635c98afa27ff7b4aa7d8c (diff) |
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-x | target/default/target_skeleton/etc/preinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/default/target_skeleton/etc/preinit b/target/default/target_skeleton/etc/preinit index 6e6a9c998..95a2da8be 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 |