install pahole before linux-headers for better dkms

This commit is contained in:
Jianfeng Liu 2025-08-01 11:54:08 +08:00
parent 87e8054373
commit 0439d3ed70
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ function install_distribution_agnostic() {
if [[ "${KERNEL_HAS_WORKING_HEADERS:-"no"}" == "yes" ]]; then
if [[ $INSTALL_HEADERS == yes ]]; then # @TODO remove? might be a good idea to always install headers.
chroot_sdcard_apt_get_install "pahole"
install_artifact_deb_chroot "linux-headers"
fi
fi