Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-18 | udev: builtin - use RUN rather than IMPORT for loading modules | Tom Gundersen | |
The 'kmod' builtin, like the 'firmware' and 'uaccess' builtins, does not set any variables, so don't use IMPORT. Notice that this changes the behaviour slightly: the processing of subsequent rules for the event that loads a module will no longer wait for the module loading to finish. This is not expected to cause any problems, but we should keep an eye on it. | |||
2012-11-20 | build-sys: make loadable module support optional | Tom Gundersen | |
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional. | |||
2012-04-09 | udev: convert 'uaccess' to a builtin | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |