mooc/www/sys/fs/lib/udev/rules.d/75-probe_mtd.rules

8 lines
174 B
Plaintext
Raw Normal View History

2023-01-31 08:47:50 +04:00
# 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"