Commit aa9b4a7e authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix depmod (specially for KERNELVERSION)

parent e5d52cbc
......@@ -307,7 +307,7 @@ install_module()
mkdir -p $INSTALL_MOD_PATH
install -m 644 -o root -g root $BUILDDIR/$MODULEFILENAME $INSTALL_MOD_PATH/ || exit 1
depmod -ae || exit 1
depmod -Ae $KERNELVERSION || exit 1
}
check_build_module()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment