From: Jeremy Rosen Date: Wed, 8 Jan 2014 13:48:33 +0000 (+0100) Subject: linux: force inotify kernel option when udev is used as dev handler X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd53398cd6f6b62c3c2834ea7ec77298b4de2488;p=buildroot.git linux: force inotify kernel option when udev is used as dev handler [Peter: drop unneeded devtmpfs handling] Signed-off-by: Jérémy Rosen Signed-off-by: Peter Korsgaard --- diff --git a/linux/linux.mk b/linux/linux.mk index fa8aa0cad9..ab25fe9871 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -185,6 +185,8 @@ define LINUX_CONFIGURE_CMDS $(call KCONFIG_ENABLE_OPT,CONFIG_DEVTMPFS_MOUNT,$(@D)/.config)) $(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV), $(call KCONFIG_SET_OPT,CONFIG_UEVENT_HELPER_PATH,\"/sbin/mdev\",$(@D)/.config)) + $(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV), + $(call KCONFIG_ENABLE_OPT,CONFIG_INOTIFY_USER,$(@D)/.config)) $(if $(BR2_PACKAGE_KTAP), $(call KCONFIG_ENABLE_OPT,CONFIG_DEBUG_FS,$(@D)/.config) $(call KCONFIG_ENABLE_OPT,CONFIG_EVENT_TRACING,$(@D)/.config)