mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
SVN-Revision: 23908
This commit is contained in:
parent
a8efa34da3
commit
c5711cadd3
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user