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