config: also parse softdeps from modules
authorTom Gundersen <teg@jklm.no>
Mon, 31 Mar 2014 13:18:51 +0000 (15:18 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 1 Apr 2014 11:13:54 +0000 (08:13 -0300)
commit8240333b257e96e7dc2ac2522f8bb7fb2158fafc
treee3cba84c4aca0a91dd0ccbbe0b4b51c7890214a0
parent450bd1b4290e0dec65397881a7037090f203045a
config: also parse softdeps from modules

This information can be found in /lib/modules/`uname -r`/modules.softdep, and
has only recently been exported by the kernel.

Also remove the advice about copying modules.softdep to /lib/modules as it is
not clear how to do this correctly with several kernels installed with
potentially conflicting soft dependencies.
libkmod/libkmod-config.c
tools/depmod.c