summaryrefslogtreecommitdiffstats
path: root/rules.d/meson.build
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>2023-10-11 16:33:25 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-10-17 11:43:30 +0200
commit84ff5894db9a9e5633b27db51876c18dc8470c35 (patch)
tree6b076aaaee2f8c03ef2cfd1c934f43c3146a0403 /rules.d/meson.build
parentMerge pull request #28373 from DaanDeMeyer/udevadm-query (diff)
downloadsystemd-84ff5894db9a9e5633b27db51876c18dc8470c35.tar.xz
systemd-84ff5894db9a9e5633b27db51876c18dc8470c35.zip
rules: add mtd/by-name symlinks
Add persistent symlinks for MTD devices like SPI-NOR flash, based on the partition names specified on the cmdline, in a Device Tree, or by other MTD partitioning parser drivers. Using the persistent name can be preferable to using the numbered /dev/mtdX device, as the latter can change depending on probe order or when partitioning has changed.
Diffstat (limited to '')
-rw-r--r--rules.d/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.d/meson.build b/rules.d/meson.build
index 13f25397dc..3040fae8a4 100644
--- a/rules.d/meson.build
+++ b/rules.d/meson.build
@@ -16,6 +16,7 @@ rules = [
'60-input-id.rules',
'60-persistent-alsa.rules',
'60-persistent-input.rules',
+ '60-persistent-storage-mtd.rules',
'60-persistent-storage-tape.rules',
'60-persistent-v4l.rules',
'60-sensor.rules',