aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/Makefile
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-01-26 19:28:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-01-26 19:28:22 +0000
commit3cf57d40591f302edea1962a8949fe646b365b5c (patch)
tree5b399448faf021f1e9100e193f509f1c09d8f792 /udev-config/Makefile
parentcf8d1947c2d2354d6492fa81c38ddf2eca5c1006 (diff)
Remove a lot of redundant Udev rules. Upstream has most of what we need. Fixes #2527.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config/Makefile')
-rw-r--r--udev-config/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/udev-config/Makefile b/udev-config/Makefile
index 18451cd48..e8238c830 100644
--- a/udev-config/Makefile
+++ b/udev-config/Makefile
@@ -5,8 +5,7 @@ RULES_DIR = /etc/udev/rules.d
INSTALL = install
INSTALL_DATA = $(INSTALL) -m644
RULES_FILES = \
- 55-lfs.rules \
- 61-cdrom.rules
+ 55-lfs.rules
DOC_FILES = $(RULES_FILES:.rules=.txt)
EXTRA_DOC_FILES = \