base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)

SVN-Revision: 23908
lede-17.01
Jo-Philipp Wich 2010-11-07 00:28:15 +00:00
parent a8efa34da3
commit c5711cadd3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ do_mount_devfs() {
}
do_mount_hotplug() {
mount -t tmpfs tmpfs /dev -o size=512K
mount -t tmpfs tmpfs /dev -o mode=0755,size=512K
}
do_mount_udev() {