|
@@ -10,11 +10,6 @@ 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
|