extensions: radxa-aic8800: allow 6.19; skip DKMS only on >= 6.20 (#9397)

This commit is contained in:
Tong 2026-02-14 14:30:00 +09:00 committed by GitHub
parent 95b7fa50ab
commit 47db6e853e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ function extension_finish_config__install_kernel_headers_for_aic8800_dkms() {
function post_install_kernel_debs__install_aic8800_dkms_package() { function post_install_kernel_debs__install_aic8800_dkms_package() {
if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 6.19; then if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 6.20; then
display_alert "Kernel version is too recent" "skipping aic8800 dkms for kernel v${KERNEL_MAJOR_MINOR}" "warn" display_alert "Kernel version is too recent" "skipping aic8800 dkms for kernel v${KERNEL_MAJOR_MINOR}" "warn"
return 0 return 0
fi fi