aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-164
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev/udev-164')
-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"
SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh"
SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"
+# The first framebuffer is symlinked to /dev/fb
+KERNEL=="fb0", SYMLINK+="fb"
+
# The first rtc device is symlinked to /dev/rtc
KERNEL=="rtc0", SYMLINK+="rtc"