summaryrefslogtreecommitdiff
path: root/extras/mtd_probe/75-probe_mtd.rules
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mtd_probe/75-probe_mtd.rules')
-rw-r--r--extras/mtd_probe/75-probe_mtd.rules6
1 files changed, 2 insertions, 4 deletions
diff --git a/extras/mtd_probe/75-probe_mtd.rules b/extras/mtd_probe/75-probe_mtd.rules
index 1d1b398175..184fda58a9 100644
--- a/extras/mtd_probe/75-probe_mtd.rules
+++ b/extras/mtd_probe/75-probe_mtd.rules
@@ -1,10 +1,8 @@
-#probe mtd devices for FTL
+# do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="mtd_probe_end"
KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $tempnode"
-KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="/sbin/modprobe sm_ftl"
-
+KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="/sbin/modprobe -bv sm_ftl"
LABEL="mtd_probe_end"
-