[oe-commits] Klaus Kurzmann : udev_162.bb: fix rule for persistent wlan0 and bump PR

git version control git at git.openembedded.org
Mon Dec 13 20:39:03 UTC 2010


Module: openembedded.git
Branch: master
Commit: 99a553d1ebd546513cee6f92b489f5ea3049a725
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=99a553d1ebd546513cee6f92b489f5ea3049a725

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Dec 13 21:35:18 2010 +0100

udev_162.bb: fix rule for persistent wlan0 and bump PR

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../udev/files/nokia900/70-persistent-net.rules    |    2 +-
 recipes/udev/udev_162.bb                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/files/nokia900/70-persistent-net.rules b/recipes/udev/files/nokia900/70-persistent-net.rules
index 5f1d611..b68f47c 100644
--- a/recipes/udev/files/nokia900/70-persistent-net.rules
+++ b/recipes/udev/files/nokia900/70-persistent-net.rules
@@ -5,5 +5,5 @@
 # # line, and change only the value of the NAME= key.
 #
 # # net device ()
-# SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:df:*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
+SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:df:*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
 
diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb
index d2bb880..dc9d313 100644
--- a/recipes/udev/udev_162.bb
+++ b/recipes/udev/udev_162.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 = "r7"
+PR = "r8"
 
 # Untested
 #DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list