Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux: enable UEVENT_HELPER when mdev is used
@ 2019-05-25 13:07 Peter Korsgaard
  2019-05-25 14:35 ` Andy Shevchenko
  2019-05-25 15:24 ` Arnout Vandecappelle
  0 siblings, 2 replies; 14+ messages in thread
From: Peter Korsgaard @ 2019-05-25 13:07 UTC (permalink / raw)
  To: buildroot

S10mdev uses /proc/sys/kernel/hotplug, which is only available if
CONFIG_UEVENT_HELPER is enabled in the kernel, so ensure it is.

Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 linux/linux.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/linux/linux.mk b/linux/linux.mk
index dd182d06b2..3a5eee63df 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -333,6 +333,8 @@ define LINUX_KCONFIG_FIXUP_CMDS
 		$(call KCONFIG_ENABLE_OPT,CONFIG_DEVTMPFS_MOUNT,$(@D)/.config))
 	$(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV),
 		$(call KCONFIG_ENABLE_OPT,CONFIG_INOTIFY_USER,$(@D)/.config))
+	$(if $(BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV),
+		$(call KCONFIG_ENABLE_OPT,CONFIG_UEVENT_HELPER,$(@D)/.config))
 	$(if $(BR2_PACKAGE_AUDIT),
 		$(call KCONFIG_ENABLE_OPT,CONFIG_NET,$(@D)/.config)
 		$(call KCONFIG_ENABLE_OPT,CONFIG_AUDIT,$(@D)/.config))
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-07-31  6:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-25 13:07 [Buildroot] [PATCH] linux: enable UEVENT_HELPER when mdev is used Peter Korsgaard
2019-05-25 14:35 ` Andy Shevchenko
2019-05-25 15:24 ` Arnout Vandecappelle
2019-05-25 17:01   ` Andy Shevchenko
2019-05-25 19:56   ` Peter Korsgaard
2019-05-26  9:05     ` Arnout Vandecappelle
2019-06-03 14:56       ` Peter Korsgaard
2019-06-03 16:44         ` Titouan Christophe
2019-06-18 19:32           ` Peter Korsgaard
2019-07-29 10:00             ` Titouan Christophe
2019-07-31  6:20               ` Peter Korsgaard
2019-05-29 13:13   ` Titouan Christophe
2019-05-29 13:57     ` Arnout Vandecappelle
2019-06-01 13:26       ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox