Bugfix module version.

master
Mike Hiretsky 15 years ago
parent 2128fa62b7
commit 8224d549ca

@ -106,10 +106,10 @@ calculate-kernel_src_install() {
cd ${WORKDIR}
dosym /usr/src/linux-${KV_FULL} \
"/lib/modules/${KV_FULL}/source" ||
"/lib/modules/${CKV_FULL}/source" ||
die "cannot install source symlink"
dosym /usr/src/linux-${KV_FULL} \
"/lib/modules/${KV_FULL}/build" ||
"/lib/modules/${CKV_FULL}/build" ||
die "cannot install build symlink"
}

@ -257,7 +257,7 @@ calculate_update_depmod() {
ebegin "Updating module dependencies for ${KV_FULL}"
if [ -r "${KV_OUT_DIR}"/System.map ]
then
depmod -ae -F "${KV_OUT_DIR}"/System.map -b "${ROOT}" -r ${KV_FULL}
depmod -ae -F "${KV_OUT_DIR}"/System.map -b "${ROOT}" -r ${CKV_FULL}
eend $?
else
ewarn

Loading…
Cancel
Save