summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/preinit
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-07 00:28:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-07 00:28:15 +0000
commitc5711cadd39a35d28d6f7cbdde2fffb72e97332e (patch)
tree564c8809f9b495c62dfea96165f671f52f6b2001 /package/base-files/files/lib/preinit
parenta8efa34da327fb00d25d642f445d72af06362d8a (diff)
downloadmaster-31e0f0ae-c5711cadd39a35d28d6f7cbdde2fffb72e97332e.tar.gz
master-31e0f0ae-c5711cadd39a35d28d6f7cbdde2fffb72e97332e.tar.bz2
master-31e0f0ae-c5711cadd39a35d28d6f7cbdde2fffb72e97332e.zip
base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
SVN-Revision: 23908
Diffstat (limited to 'package/base-files/files/lib/preinit')
-rw-r--r--package/base-files/files/lib/preinit/20_device_fs_mount2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/preinit/20_device_fs_mount b/package/base-files/files/lib/preinit/20_device_fs_mount
index 283aa0a9d1..832b1cf399 100644
--- a/package/base-files/files/lib/preinit/20_device_fs_mount
+++ b/package/base-files/files/lib/preinit/20_device_fs_mount
@@ -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() {