[package] base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23908 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
48cc34bfa7
commit
b0efee87de
|
@ -14,7 +14,7 @@ do_mount_devfs() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_mount_hotplug() {
|
do_mount_hotplug() {
|
||||||
mount -t tmpfs tmpfs /dev -o size=512K
|
mount -t tmpfs tmpfs /dev -o mode=0755,size=512K
|
||||||
}
|
}
|
||||||
|
|
||||||
do_mount_udev() {
|
do_mount_udev() {
|
||||||
|
|
Loading…
Reference in New Issue