Reorder modutils config options & fix yet more dependency
authorKang-Che Sung <explorer09@gmail.com>
Wed, 1 Feb 2017 11:43:54 +0000 (19:43 +0800)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Feb 2017 18:11:01 +0000 (19:11 +0100)
commit415cc42b6aab3a3a90749354432e7d780840b1d8
tree195da414b0b63d15e2c73e04c5b45beced08a794
parent4ae658f077c9b8859e8f1aabee4b95c2c96dae1c
Reorder modutils config options & fix yet more dependency

- modprobe can indirectly benefit from FEATURE_2_4_MODULES and
  FEATURE_INSMOD_TRY_MAP options.
- The position of config FEATURE_INSMOD_TRY_MMAP prevented some other
  config options from indenting under FEATURE_2_4_MODULES. Reorder to
  fix this.
- FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is now moved to
  Config.src under "Common options" section. (I wished to edit this
  config so that it also work with "big" modutils, but it's not done at
  the moment. Sorry.)

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