File I forgot
authorGerry Rozema <groz@openwrt.org>
Fri, 18 Aug 2006 19:36:22 +0000 (19:36 +0000)
committerGerry Rozema <groz@openwrt.org>
Fri, 18 Aug 2006 19:36:22 +0000 (19:36 +0000)
SVN-Revision: 4600

openwrt/target/linux/generic-2.6/files/postinit [new file with mode: 0755]

diff --git a/openwrt/target/linux/generic-2.6/files/postinit b/openwrt/target/linux/generic-2.6/files/postinit
new file mode 100755 (executable)
index 0000000..6ae1012
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/ash
+mount none /dev -t devfs
+exec /bin/busybox init
+