mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
AIC8800 Extension: Increase support to Linux 6.16.y
fc7cbdd179
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
committed by
c0rnelius
parent
50d2ee3883
commit
09f263f751
@@ -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.15; then
|
||||
if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 6.17; then
|
||||
display_alert "Kernel version is too recent" "skipping aic8800 dkms for kernel v${KERNEL_MAJOR_MINOR}" "warn"
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user