summaryrefslogtreecommitdiffstats
path: root/core/bin/setup_target
diff options
context:
space:
mode:
Diffstat (limited to 'core/bin/setup_target')
-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() {