busybox/modutils
Glenn L McGrath bdf6319d3a Patch from Egor Duda
Attached patch prevents modprobe from trying to call 'insmod (null)'
whenever nonexistent module is either passed to modprobe via command
line or mentioned in modules.dep

this replaces cryptic error
sh: Syntax error: word unexpected (expecting ")")
with
modprobe: module some-module not found.

egor.
2004-09-24 09:18:55 +00:00
..
Config.in Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE 2004-07-20 06:09:14 +00:00
insmod.c Based on patches from Mike Frysinger, add insmod support for 2004-09-02 23:03:25 +00:00
lsmod.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Makefile Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Makefile.in Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
modprobe.c Patch from Egor Duda 2004-09-24 09:18:55 +00:00
rmmod.c Patch from Mike Snitzer <snitzer@gmail.com>: 2004-07-20 18:36:51 +00:00