radxa-zero3: enable wifi extension by default. allow newer kernels

This commit is contained in:
EvilOlaf
2025-04-05 16:10:49 +02:00
committed by Igor
parent ac49262510
commit cefdde835a
2 changed files with 6 additions and 2 deletions

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() {
if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 6.12; then
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
fi