diff options
Diffstat (limited to 'target/linux/generic-2.6/files/init')
| -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 292d429dc..af397d9ab 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/mdev -s +	/sbin/hotplug2 --no-persistent --coldplug  fi  mount none /dev/pts -t devpts  | 
