udev_162.bb: fix rule for persistent wlan0 and bump PR
authorKlaus Kurzmann <mok@fluxnetz.de>
Mon, 13 Dec 2010 20:35:18 +0000 (21:35 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Mon, 13 Dec 2010 20:36:14 +0000 (21:36 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/udev/files/nokia900/70-persistent-net.rules
recipes/udev/udev_162.bb

index 5f1d611..b68f47c 100644 (file)
@@ -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"
 
index d2bb880..dc9d313 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 = "r7"
+PR = "r8"
 
 # Untested
 #DEFAULT_PREFERENCE = "-1"