[backfire] merge r23908
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Nov 2010 00:29:11 +0000 (00:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Nov 2010 00:29:11 +0000 (00:29 +0000)
SVN-Revision: 23909

package/base-files/files/lib/preinit/20_device_fs_mount

index f82f9a6f45f89d52ad194b13bec4e0c33f7a8840..fb0a4c0fa70166c9e1918eb2fb1b0ef5edbd4394 100644 (file)
@@ -7,7 +7,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() {