mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Disable broken AIC8800 wifi driver on Rockchip vendor kernel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user