udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PR
authorKlaus Kurzmann <mok@fluxnetz.de>
Fri, 29 Oct 2010 16:20:14 +0000 (18:20 +0200)
committerKlaus Kurzmann <mok@fluxnetz.de>
Fri, 29 Oct 2010 16:20:14 +0000 (18:20 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
recipes/udev/udev_151.bb

index 8c19e65..fa2ddb8 100644 (file)
@@ -1,6 +1,6 @@
 # MAC address hack
 # forces n900 to always use the same MAC address that is generated in the first boot
-SUBSYSTEM=="net",KERNEL=="wlan0", RUN+="/lib/udev/nokia-n900-mac-hack.sh %k $attr{address}"
+SUBSYSTEM=="net",KERNEL=="wlan0", RUN+="/etc/udev/scripts/nokia-n900-mac-hack.sh %k $attr{address}"
 
 # Create inputdev symlinks for kbslider contextkit plugin
 SUBSYSTEM=="input" ATTRS{name}=="TWL4030 Keypad" SYMLINK+="input/keypad"
index 4796957..ac14b56 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 LICENSE = "GPLv2+"
 
-PR = "r20"
+PR = "r21"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"