summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/ubi.rules
blob: f681e27c6b98ab55a95d09eb572d31ae30cc8136 (plain)
1
2
3
4
5
6
7
SUBSYSTEM!="ubi", GOTO="ubi_end"
# only ubi devices
KERNEL!="ubi*", GOTO="ubi_end"

SUBSYSTEM=="ubi", KERNEL=="ubi*_*", SYMLINK+="ubi_%s{name}"

LABEL="ubi_end"