summaryrefslogtreecommitdiff
path: root/extras/mtd_probe/75-probe_mtd.rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mtd_probe/75-probe_mtd.rules.in')
-rw-r--r--extras/mtd_probe/75-probe_mtd.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mtd_probe/75-probe_mtd.rules.in b/extras/mtd_probe/75-probe_mtd.rules.in
index 2e28d37fa3..6b0c1c27e6 100644
--- a/extras/mtd_probe/75-probe_mtd.rules.in
+++ b/extras/mtd_probe/75-probe_mtd.rules.in
@@ -3,6 +3,6 @@
ACTION!="add", GOTO="mtd_probe_end"
KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $tempnode"
-KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="@sbindir@/modprobe -bv sm_ftl"
+KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", IMPORT{builtin}="kmod load sm_ftl"
LABEL="mtd_probe_end"