diff options
Diffstat (limited to 'target/linux/generic-2.6/files')
-rwxr-xr-x | target/linux/generic-2.6/files/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/files/init b/target/linux/generic-2.6/files/init index af397d9ab..9f595c0f9 100755 --- a/target/linux/generic-2.6/files/init +++ b/target/linux/generic-2.6/files/init @@ -12,7 +12,7 @@ else mknod /dev/console c 5 1 mkdir /dev/pts mkdir /dev/shm - /sbin/hotplug2 --no-persistent --coldplug + /sbin/hotplug2 --no-persistent --coldplug --max_children 1 fi mount none /dev/pts -t devpts |