Disable automatic enablement of Nvidia propriatery drivers on x86

This commit is contained in:
Igor Pecovnik 2024-03-11 15:25:04 +01:00 committed by Igor
parent 5053423925
commit 901922671e

View File

@ -7,7 +7,6 @@
# https://github.com/armbian/build/
#
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
[[ "$BUILD_DESKTOP" == yes && "$RELEASE" == jammy ]] && enable_extension "nvidia"
declare -g UEFI_GRUB_TERMINAL="${UEFI_GRUB_TERMINAL:-gfxterm}"
declare -g LINUXFAMILY="x86"
declare -g ARCH="amd64"