* [2.6 patch] allow KOBJECT_UEVENT=n only if EMBEDDED
@ 2005-12-13 1:58 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-12-13 1:58 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Greg Kroah-Hartman
KOBJECT_UEVENT=n seems to be a common pitfall for udev users in 2.6.14 .
-mm already contains a bigger patch removing this option that is IMHO
too big for being applied now to 2.6.15-rc.
This patch simply allows KOBJECT_UEVENT=n only if EMBEDDED.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.15-rc5/init/Kconfig.old 2005-12-13 02:53:36.000000000 +0100
+++ linux-2.6.15-rc5/init/Kconfig 2005-12-13 02:54:26.000000000 +0100
@@ -206,7 +206,7 @@
outside the kernel tree does. Such modules require Y here.
config KOBJECT_UEVENT
- bool "Kernel Userspace Events"
+ bool "Kernel Userspace Events" if EMBEDDED
depends on NET
default y
help
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-13 1:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 1:58 [2.6 patch] allow KOBJECT_UEVENT=n only if EMBEDDED Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.