mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Add / modify (c) in bash scripts Signed-off-by: Igor <igor@armbian.com> * Add (c) to the source config files --------- Signed-off-by: Igor <igor@armbian.com>
16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
|
|
#
|
|
# This file is a part of the Armbian Build Framework
|
|
# 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"
|
|
export UEFI_GRUB_TERMINAL="gfxterm"
|
|
export LINUXFAMILY="x86"
|
|
export ARCH="amd64"
|
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|
|
enable_extension "grub"
|