busybox/modutils
Glenn L McGrath 350733abb8 Busybox modprobe has a couple of irritating quirks:
- attempting to modprobe a module that is already loaded yields "Failed
to load module", whereas modutils quietly ignores such a request.

 - if a module genuinely can't be loaded due to missing symbols or
similar problems, modprobe doesn't produce any useful diagnostics
because the output from insmod has been redirected to /dev/null.

Here's a patch to address these issue

Patch by Philip Blundell
2003-09-08 00:32:49 +00:00
..
Config.in To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be 2003-09-03 00:42:58 +00:00
insmod.c To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be 2003-09-03 00:42:58 +00:00
lsmod.c Steven Scholz writes: 2003-08-06 08:53:13 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
modprobe.c Busybox modprobe has a couple of irritating quirks: 2003-09-08 00:32:49 +00:00
rmmod.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00