busybox/modutils
Denis Vlasenko ae84b11467 modprobe: fix for blacklisting
The patch makes the order of the alias/blacklist in modprobe.conf 
irrelevant (like module-utils' modprobe). In first patch the alias had 
to be defined before the blacklist which caused problems because the 
modprobe.conf file is read before /lib/modules/*/modules.alias.

The attatched patch will mark the blacklisted module itself rather than 
trying to find the alias that points to the blacklisted module and test 
this flag later in the alias resolving stage.
2008-05-22 17:37:38 +00:00
..
Config.in modprobe: optional "blacklist" command support (by Natanael Copa) 2008-05-18 14:39:43 +00:00
insmod.c insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) 2008-05-17 02:47:55 +00:00
Kbuild build system overhaul 2006-10-05 10:17:08 +00:00
lsmod.c *: fix fallout from -Wunused-parameter 2008-03-17 09:04:04 +00:00
modprobe.c modprobe: fix for blacklisting 2008-05-22 17:37:38 +00:00
rmmod.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00