mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
a91a7609b2
Changes to rules were introduced by
06316d9f1a
while kmod support was
introduced in other commits. A ton of commits were made involving kmod
and it is quite clear that it is broken, so we remove it.
This changes our rules to depend on modprobe. As long as the modprobe
binary is in /, and not /usr, udev module loading should function
properly.
Signed-off-by: Richard Yao <ryao@gentoo.org>
9 lines
257 B
Plaintext
9 lines
257 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"
|
|
KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="@sbindir@/modprobe -bv sm_ftl"
|
|
|
|
LABEL="mtd_probe_end"
|