udev-extra-rules: remove modprobe rule, it has moved back to udev

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-05-31 20:37:45 +02:00
parent d273a777b4
commit 7da05acc46
2 changed files with 2 additions and 3 deletions
@@ -2,6 +2,8 @@ DESCRIPTION = "Extra udev rules"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r1"
SRC_URI = " \
file://automount.rules \
file://mount.sh \
@@ -19,6 +19,3 @@ KERNEL=="rtc0", SYMLINK+="rtc"
#The first framebuffer is symlinked to /dev/fb
KERNEL=="fb0", SYMLINK+="fb"
# Try and modprobe for drivers for new hardware
ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"