modutils: fix config options dependency (2)
authorKang-Che Sung <explorer09@gmail.com>
Sun, 5 Feb 2017 18:02:34 +0000 (19:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Feb 2017 18:02:34 +0000 (19:02 +0100)
commit4ae658f077c9b8859e8f1aabee4b95c2c96dae1c
treeac0c91e705c2544f1041381895fac231b27ff442
parent8cc1ab3c11538773389060005ba9c053fae0f848
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>
modutils/Config.src
modutils/modprobe-small.c