Disable broken AIC8800 wifi driver on Rockchip vendor kernel

This commit is contained in:
Igor Pecovnik
2025-04-18 20:51:25 +02:00
committed by Igor
parent cdf8eb8a57
commit e2b5c430e6

View File

@@ -10,6 +10,11 @@ function extension_finish_config__install_kernel_headers_for_aic8800_dkms() {
function post_install_kernel_debs__install_aic8800_dkms_package() {
if [[ ${BRANCH} == vendor ]]; then
display_alert "Compilation on vendor kernel is currently broken" "skipping aic8800 dkms for kernel v${KERNEL_MAJOR_MINOR}" "warn"
return 0
fi
if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 6.15; then
display_alert "Kernel version is too recent" "skipping aic8800 dkms for kernel v${KERNEL_MAJOR_MINOR}" "warn"
return 0