diff --git a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev index ec6e74e5c..8744474b8 100755 --- a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev +++ b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev @@ -24,6 +24,9 @@ MDEV="/sbin/mdev" # MAKEDEVS="/sbin/makedevs" # CONFIG="/etc/makedevs.d/${DEL_PLATFORM}" +# Create shared memory mount point +mkdir -p /dev/shm + # Register mdev as hotplug to create devices. if [ -f /proc/sys/kernel/hotplug ]; then echo > /dev/mdev.seq