busybox/modutils
Eric Andersen 908e362133 Patch from Andrew Dennison:
I've had some issues with modprobe which I reported a few months ago. This
is still an issue so I decided to sort it out.

The attached diff includes the changes against the unstable cvs tree that
work for me.

Changes are:
mod_process() will report success if the module at the head of the list
loads successfully. It will also report success if any module unloads
successfully.
The net result being that modprobe will succeed in the cases outlined below.
I've also added error reporting to modprobe -r. Previously it would silently
fail (but report success) if the module could not be unloaded.

Andrew
2003-06-20 09:56:37 +00:00
..
Config.in Rename, to specify kernel 2003-03-30 13:57:26 +00:00
insmod.c Major coreutils update. 2003-03-19 09:13:01 +00:00
lsmod.c Major coreutils update. 2003-03-19 09:13:01 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
modprobe.c Patch from Andrew Dennison: 2003-06-20 09:56:37 +00:00
rmmod.c Major coreutils update. 2003-03-19 09:13:01 +00:00