1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

udev: blacklist mtdblock devices - we mount them separate if needed

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-05-17 11:58:44 +00:00
parent a723b0fb05
commit 0253a49054
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
/dev/loop
/dev/ram
/dev/ram
/dev/mtdblock
+1 -1
View 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 \