aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-09-14 07:26:54 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-09-14 07:26:54 +0000
commit921a474d7d169f52bba67e90b573519bd8f3aeca (patch)
tree1a7299cb1c451260600a6780d6244566651f3ced /packages
parent45536ef44187f8273c5cad9a7a686401f73a4367 (diff)
downloadopenembedded-921a474d7d169f52bba67e90b573519bd8f3aeca.tar.gz
udev: remove needless machine specifications
Diffstat (limited to 'packages')
-rw-r--r--packages/udev/files/akita/.mtn2git_empty0
-rw-r--r--packages/udev/files/akita/mount.blacklist6
-rw-r--r--packages/udev/files/amsdelta/.mtn2git_empty0
-rw-r--r--packages/udev/files/amsdelta/mount.blacklist6
-rw-r--r--packages/udev/files/c7x0/.mtn2git_empty0
-rw-r--r--packages/udev/files/c7x0/mount.blacklist6
-rw-r--r--packages/udev/files/h2200/.mtn2git_empty0
-rw-r--r--packages/udev/files/h2200/mount.blacklist6
-rw-r--r--packages/udev/files/ipaq-pxa270/.mtn2git_empty0
-rw-r--r--packages/udev/files/ipaq-pxa270/mount.blacklist6
-rw-r--r--packages/udev/files/mount.blacklist3
-rw-r--r--packages/udev/files/tosa/.mtn2git_empty0
-rw-r--r--packages/udev/files/tosa/mount.blacklist6
13 files changed, 2 insertions, 37 deletions
diff --git a/packages/udev/files/akita/.mtn2git_empty b/packages/udev/files/akita/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/udev/files/akita/.mtn2git_empty
+++ /dev/null
diff --git a/packages/udev/files/akita/mount.blacklist b/packages/udev/files/akita/mount.blacklist
deleted file mode 100644
index 7e351bc988..0000000000
--- a/packages/udev/files/akita/mount.blacklist
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/mtdblock
-/dev/loop
-/dev/ram \ No newline at end of file
diff --git a/packages/udev/files/amsdelta/.mtn2git_empty b/packages/udev/files/amsdelta/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/udev/files/amsdelta/.mtn2git_empty
+++ /dev/null
diff --git a/packages/udev/files/amsdelta/mount.blacklist b/packages/udev/files/amsdelta/mount.blacklist
deleted file mode 100644
index 7f43f17e41..0000000000
--- a/packages/udev/files/amsdelta/mount.blacklist
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/mtdblock
-/dev/loop
-/dev/ram
diff --git a/packages/udev/files/c7x0/.mtn2git_empty b/packages/udev/files/c7x0/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/udev/files/c7x0/.mtn2git_empty
+++ /dev/null
diff --git a/packages/udev/files/c7x0/mount.blacklist b/packages/udev/files/c7x0/mount.blacklist
deleted file mode 100644
index 7e351bc988..0000000000
--- a/packages/udev/files/c7x0/mount.blacklist
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/mtdblock
-/dev/loop
-/dev/ram \ No newline at end of file
diff --git a/packages/udev/files/h2200/.mtn2git_empty b/packages/udev/files/h2200/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/udev/files/h2200/.mtn2git_empty
+++ /dev/null
diff --git a/packages/udev/files/h2200/mount.blacklist b/packages/udev/files/h2200/mount.blacklist
deleted file mode 100644
index 7e351bc988..0000000000
--- a/packages/udev/files/h2200/mount.blacklist
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/mtdblock
-/dev/loop
-/dev/ram \ No newline at end of file
diff --git a/packages/udev/files/ipaq-pxa270/.mtn2git_empty b/packages/udev/files/ipaq-pxa270/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/udev/files/ipaq-pxa270/.mtn2git_empty
+++ /dev/null
diff --git a/packages/udev/files/ipaq-pxa270/mount.blacklist b/packages/udev/files/ipaq-pxa270/mount.blacklist
deleted file mode 100644
index 7e351bc988..0000000000
--- a/packages/udev/files/ipaq-pxa270/mount.blacklist
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/mtdblock
-/dev/loop
-/dev/ram \ No newline at end of file
diff --git a/packages/udev/files/mount.blacklist b/packages/udev/files/mount.blacklist
index 1e7340aa53..23b45ad8e3 100644
--- a/packages/udev/files/mount.blacklist
+++ b/packages/udev/files/mount.blacklist
@@ -1,2 +1,3 @@
/dev/loop
-/dev/ram \ No newline at end of file
+/dev/mtdblock
+/dev/ram
diff --git a/packages/udev/files/tosa/.mtn2git_empty b/packages/udev/files/tosa/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/udev/files/tosa/.mtn2git_empty
+++ /dev/null
diff --git a/packages/udev/files/tosa/mount.blacklist b/packages/udev/files/tosa/mount.blacklist
deleted file mode 100644
index 7e351bc988..0000000000
--- a/packages/udev/files/tosa/mount.blacklist
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is a grep pattern matched against the device name
-# Any matched pattern will _not_ be mounted / removed by udevd
-
-/dev/mtdblock
-/dev/loop
-/dev/ram \ No newline at end of file