From 6420ae4530a867275df8e29a28ab0a334d0071d3 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 20 Oct 2021 11:58:29 +0200 Subject: mbuto: Pass kernel version to depmod ...otherwise, it will fail for a kernel version which is not the currently running one. Signed-off-by: Stefano Brivio --- mbuto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuto b/mbuto index 9fa81f7..151d68d 100755 --- a/mbuto +++ b/mbuto @@ -564,7 +564,7 @@ kmod_post() { "${CP}" -a "${MODDIR}/lib/modules/${KERNEL}/modules.order" \ "${MODDIR}/lib/modules/${KERNEL}/modules.builtin" \ "${wd}/lib/modules/${KERNEL}" - "${DEPMOD}" -b "${wd}" + "${DEPMOD}" -b "${wd}" "${KERNEL}" } ################################################################################ -- cgit v1.2.3