mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
e30431623a
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional.
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
ACTION!="add", GOTO="mtd_probe_end"
|
|
|
|
KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $devnode"
|
|
|
|
LABEL="mtd_probe_end"
|