summaryrefslogtreecommitdiffstats
path: root/core/bin
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-01 16:03:03 +0200
committerJonathan Bauer2019-08-01 16:03:03 +0200
commita4c4412f8e5632066d32eb0924d36dce3ad6e4f5 (patch)
tree404b874b92a2be33533db570b70c570125cc51f1 /core/bin
parent[rfs/xorg] move xterm to xorg module (diff)
downloadmltk-a4c4412f8e5632066d32eb0924d36dce3ad6e4f5.tar.gz
mltk-a4c4412f8e5632066d32eb0924d36dce3ad6e4f5.tar.xz
mltk-a4c4412f8e5632066d32eb0924d36dce3ad6e4f5.zip
[*] run depmod in post_process_target
Diffstat (limited to 'core/bin')
-rwxr-xr-xcore/bin/setup_target3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/bin/setup_target b/core/bin/setup_target
index b2087e2b..a895a38a 100755
--- a/core/bin/setup_target
+++ b/core/bin/setup_target
@@ -487,6 +487,9 @@ post_process_target() {
pinfo "Running ldconfig"
cp -r -L /etc/ld.so.conf* "${TARGET_BUILD_DIR}/etc/"
ldconfig -v -r "${TARGET_BUILD_DIR}"
+
+ # run depmod to generate the final modules.* files
+ depmod -b "${TARGET_BUILD_DIR}" -a "${TARGET_KERNEL_LONG}"
}
clean_modules() {