summaryrefslogtreecommitdiff
path: root/recipes/udev/udev-static-124/mtd-exclude-persistent.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-05-29 00:06:54 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-05-29 00:49:11 +0200
commitc027cfceec87f66e5996f098a1ede9f5a33e88fa (patch)
tree99ff595b4dcc4cc7710ed09ea5c42624cd1012ba /recipes/udev/udev-static-124/mtd-exclude-persistent.patch
parenta291b86743282ab9d7ea6c5363d77500ce89e7a3 (diff)
udev-static: rename recipe to udev-compat to avoid packaging clash
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/udev/udev-static-124/mtd-exclude-persistent.patch')
-rw-r--r--recipes/udev/udev-static-124/mtd-exclude-persistent.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/udev/udev-static-124/mtd-exclude-persistent.patch b/recipes/udev/udev-static-124/mtd-exclude-persistent.patch
deleted file mode 100644
index 204b7b487d..0000000000
--- a/recipes/udev/udev-static-124/mtd-exclude-persistent.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright (c) 2009 MontaVista Software, Inc. All rights reserved.
-
---- a/etc/udev/rules.d/60-persistent-storage.rules 2008-06-12 07:24:30.000000000 +0200
-+++ b/etc/udev/rules.d/60-persistent-storage.rules 2009-08-18 11:39:23.595063264 +0200
-@@ -10,7 +10,7 @@
- SUBSYSTEM!="block", GOTO="persistent_storage_end"
-
- # skip rules for inappropriate block devices
--KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*|md*", GOTO="persistent_storage_end"
-+KERNEL=="ram*|loop*|fd*|mtd*|nbd*|gnbd*|dm-*|md*|btibm*", GOTO="persistent_storage_end"
-
- # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
- KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"