[Lunar-commits] <moonbase> udev: Proper kernel configuration detection
Auke Kok
auke at foo-projects.org
Mon May 10 00:49:33 CEST 2010
Stefan Wold wrote:
> commit 3177c3a652551e46ba70cc1124d043e88119e08e
> Author: Stefan Wold <ratler at lunar-linux.org>
> Date: Thu Mar 25 07:35:31 2010 +0100
>
> udev: Proper kernel configuration detection
> ---
I think this is wrong
> +if kernel_option_present CONFIG_SYSFS_DEPRECATED || \
why does having (more) deprecated sysfs files prevent udev from working?
that doesn't make sense, it just ADDS old nodes in sysfs, but doesn't
affect the non-deprecated ones.
> + ! kernel_option_present CONFIG_INOTIFY || \
> + ! kernel_option_present CONFIG_INOTIFY_USER; then
these are OK
More information about the Lunar-dev
mailing list