]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
module-init-tools: Remove conflicting file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Nov 2011 21:02:16 +0000 (22:02 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Nov 2011 21:02:16 +0000 (22:02 +0100)
The /etc/modproble.d/blacklist.conf conflicted with the shipped of hwdata.

module-init-tools/modprobe.d/blacklist.conf [deleted file]
module-init-tools/module-init-tools.nm

diff --git a/module-init-tools/modprobe.d/blacklist.conf b/module-init-tools/modprobe.d/blacklist.conf
deleted file mode 100644 (file)
index b393b22..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# Listing a module here prevents the hotplug scripts from loading it.
-# Usually that'd be so that some other driver will bind it instead,
-# no matter which driver happens to get probed first.  Sometimes user
-# mode tools can also control driver binding.
-#
-# Syntax:  driver name alone (without any spaces) on a line. Other
-# lines are ignored.
-#
-
-# watchdog drivers
-blacklist i8xx_tco
-
-# framebuffer drivers
-blacklist aty128fb
-blacklist atyfb
-blacklist radeonfb
-blacklist i810fb
-blacklist cirrusfb
-blacklist intelfb
-blacklist kyrofb
-blacklist i2c-matroxfb
-blacklist hgafb
-blacklist nvidiafb
-blacklist rivafb
-blacklist savagefb
-blacklist sisfb
-blacklist sstfb
-blacklist neofb
-blacklist tridentfb
-blacklist tdfxfb
-blacklist virgefb
-blacklist vga16fb
-
-# ISDN - see bugs 154799, 159068
-blacklist hisax
-blacklist hisax_fcpcipnp
-
index a260776863b546671bb687ae2176f99d142ae6cc..06d8f6e0dd2fb80ebc88ede6f46f09d4543932f8 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = module-init-tools
 version    = 3.16
-release    = 2
+release    = 3
 
 groups     = System/Base
 url        = http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/