From: Klaus Kurzmann Date: Mon, 13 Dec 2010 20:35:18 +0000 (+0100) Subject: udev_162.bb: fix rule for persistent wlan0 and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99a553d1ebd546513cee6f92b489f5ea3049a725;p=openembedded.git udev_162.bb: fix rule for persistent wlan0 and bump PR Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/udev/files/nokia900/70-persistent-net.rules b/recipes/udev/files/nokia900/70-persistent-net.rules index 5f1d611f9b..b68f47c5f1 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 d2bb880a3a..dc9d3137d3 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"