From f503cc21ff0c6dbc06c22b05975c2a2c6d16ede9 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Fri, 29 Oct 2010 18:20:14 +0200 Subject: udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PR Signed-off-by: Klaus Kurzmann --- recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules | 2 +- recipes/udev/udev_151.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/udev') 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" -- cgit 1.2.3-korg