aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/modutils-initscripts/files
AgeCommit message (Collapse)Author
2013-01-18modutils-initscripts: improve modutils.shLaurentiu Palcu
modutils.sh reads /etc/modules to load the listed modules at boot time. /etc/modules is generated by update-modules which scans /etc/modules-load.d directory. However, update-modules became obsolete because the files it generates are not used by modprobe anymore. Hence, change modutils.sh to scan also /etc/modules-load.d/*.conf and load the modules listed there. Basically, the behavior is this: * if /etc/modules exists, load those modules; * if the directory /etc/modules-load.d exists, load the modules listed in the .conf files but ignore those already loaded (from /etc/modules); [YOCTO #3598] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-06module-init-tools: DeleteKhem Raj
Since its provided by kmod Signed-off-by: Khem Raj <raj.khem@gmail.com>