Commit 9071a9d2 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+symlink rule

parent 6e1af7d8
ACTION!="add", GOTO="static_nodes_end"
ACTION=="add", RUN+="/usr/bin/rsync -a /lib/udev/devices/ /dev/"
LABEL="static_nodes_end"
# create /dev/fpgaresetjtag -> /dev/jtagraw
KERNEL=="fpgaresetjtag", SYMLINK+="jtagraw"
......@@ -9,7 +9,7 @@ install:generated_include
install -d $(DESTDIR)/etc/udev/rules.d
install -m 644 90-elphel-automount.rules $(DESTDIR)/etc/udev/rules.d
# this rule makes boot ~6 seconds longer because it supposedly finishes switch root at this moment
#install -m 644 50-elphel-static-nodes.rules $(DESTDIR)/etc/udev/rules.d
install -m 644 50-elphel-symlinks.rules $(DESTDIR)/etc/udev/rules.d
install -d $(TARGETDIR)
$(mknodes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment