]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: blacklist mtdblock devices - we mount them separate if needed
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 17 May 2007 11:58:44 +0000 (11:58 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 17 May 2007 11:58:44 +0000 (11:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/udev/files/mount.blacklist
meta/packages/udev/udev_092.bb

index 1e7340aa53d820006c0700e07c558b00a58cd572..d3ebb17176b193b84c8a5bd5c37bb0c10ce7c825 100644 (file)
@@ -1,2 +1,3 @@
 /dev/loop
-/dev/ram
\ No newline at end of file
+/dev/ram
+/dev/mtdblock
index 6ba16fa5392cd4595fda58d78361e9b38120b522..b4e10254da2eb51465c928b6bf592aab2205b12e 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."
 RPROVIDES = "hotplug"
 
-PR = "r13"
+PR = "r14"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \