aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-10-29 18:20:14 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2010-10-29 18:20:14 +0200
commitf503cc21ff0c6dbc06c22b05975c2a2c6d16ede9 (patch)
treeb41e68dbdb6fdc65859ed925f0f4890df71ad8ab /recipes
parent0b7b712dc5ff95238d36ee157128cdad3e2fdd7b (diff)
downloadopenembedded-f503cc21ff0c6dbc06c22b05975c2a2c6d16ede9.tar.gz
udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PR
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules2
-rw-r--r--recipes/udev/udev_151.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules b/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
index 8c19e65a22..fa2ddb8098 100644
--- a/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
+++ b/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
@@ -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"
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index 4796957a69..ac14b5697f 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -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"