diff options
Diffstat (limited to 'target/linux/generic-2.6')
-rwxr-xr-x | target/linux/generic-2.6/files/postinit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files/postinit b/target/linux/generic-2.6/files/postinit new file mode 100755 index 000000000..6ae1012bc --- /dev/null +++ b/target/linux/generic-2.6/files/postinit @@ -0,0 +1,4 @@ +#!/bin/ash +mount none /dev -t devfs +exec /bin/busybox init + |