File I forgot
authorgroz <groz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Aug 2006 19:36:22 +0000 (19:36 +0000)
committergroz <groz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Aug 2006 19:36:22 +0000 (19:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4600 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

diff --git a/target/linux/generic-2.6/files/postinit b/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
+