From 143a630c0239817377cb40b6173b6899d7160a7e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 27 Feb 2015 11:46:03 +0100 Subject: [PATCH] sysmocom-odu: Enable autofs for systemd Enable autofs support to have the proc-sys-fs-binfmt_misc.automount be able to mount/load the binfmt support. Related: SYS#1216 --- recipes-bsp/linux/files/sysmocom-odu/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/linux/files/sysmocom-odu/defconfig b/recipes-bsp/linux/files/sysmocom-odu/defconfig index 2e31c45..2a9ae15 100644 --- a/recipes-bsp/linux/files/sysmocom-odu/defconfig +++ b/recipes-bsp/linux/files/sysmocom-odu/defconfig @@ -347,6 +347,7 @@ CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set CONFIG_QUOTA=y CONFIG_QFMT_V2=y +CONFIG_AUTOFS4_FS=m CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y