diff options
Diffstat (limited to 'gen_compile.sh')
-rwxr-xr-x | gen_compile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_compile.sh b/gen_compile.sh index cbd3432f..c9239671 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -297,6 +297,8 @@ compile_modules() { export UNAME_MACHINE="${ARCH}" [ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH MAKEOPTS="${MAKEOPTS} -j1" compile_generic "modules_install" kernel + print_info 1 " >> Generating module dependency data..." + depmod -a -e -b "${INSTALL_MOD_PATH}"/lib/modules/$KV ${KV} unset UNAME_MACHINE } |