summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-164/local.rules
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev/udev-164/local.rules')
-rw-r--r--meta/recipes-core/udev/udev-164/local.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev-164/local.rules b/meta/recipes-core/udev/udev-164/local.rules
index 317dd9f289..625e49acb1 100644
--- a/meta/recipes-core/udev/udev-164/local.rules
+++ b/meta/recipes-core/udev/udev-164/local.rules
@@ -21,6 +21,9 @@ SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh"
21SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh" 21SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh"
22SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh" 22SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"
23 23
24# The first framebuffer is symlinked to /dev/fb
25KERNEL=="fb0", SYMLINK+="fb"
26
24# The first rtc device is symlinked to /dev/rtc 27# The first rtc device is symlinked to /dev/rtc
25KERNEL=="rtc0", SYMLINK+="rtc" 28KERNEL=="rtc0", SYMLINK+="rtc"
26 29