busybox/modutils
Kang-Che Sung 4ae658f077 modutils: fix config options dependency (2)
- The modprobe-small implementation of rmmod no longer chdir's to
  "/lib/modules/`uname -r`" as it was not necessary for rmmod's
  operation. (And it no longer need to die if such modules directory
  doesn't exist.)
- Configs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE no longer depend
  on MODPROBE_SMALL as the latter may not enable depmod or modprobe
  that requires these configs.
- Clarify DEFAULT_DEPMOD_FILE's description regarding the ".bb" name
  suffix.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-02-05 19:02:34 +01:00
..
Config.src modutils: fix config options dependency (2) 2017-02-05 19:02:34 +01:00
depmod_process.sh depmod: fix handling of .gz modules 2009-05-18 13:08:04 +02:00
depmod.c depmod: don't build it if MODPROBE_SMALL=y 2017-01-01 13:12:48 +01:00
insmod.c cmdline module options can be disabled on "big" modutils 2017-02-01 10:14:05 +01:00
Kbuild.src Convert all modutils/* applets to "new style" applet definitions 2016-11-23 07:54:52 +01:00
lsmod.c modutils: remove redundant "select PLATFORM_LINUX" configs 2017-02-01 01:43:32 +01:00
modinfo.c modinfo: fix "-F firmware", add "intree" field display 2015-10-28 18:07:46 +01:00
modprobe-small.c modutils: fix config options dependency (2) 2017-02-05 19:02:34 +01:00
modprobe.c cmdline module options can be disabled on "big" modutils 2017-02-01 10:14:05 +01:00
modutils-24.c Convert all modutils/* applets to "new style" applet definitions 2016-11-23 07:54:52 +01:00
modutils.c cmdline module options can be disabled on "big" modutils 2017-02-01 10:14:05 +01:00
modutils.h cmdline module options can be disabled on "big" modutils 2017-02-01 10:14:05 +01:00
rmmod.c Make RMMOD=y by default 2016-12-23 15:57:26 +01:00