2023-03-09 18:30:40 +01:00
|
|
|
#
|
|
|
|
|
# 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/
|
|
|
|
|
#
|
2022-12-14 19:07:30 +01:00
|
|
|
ARCH="riscv64"
|
|
|
|
|
|
|
|
|
|
LINUXCONFIG="linux-starfive-${BRANCH}"
|
|
|
|
|
LINUXFAMILY="starfive"
|
|
|
|
|
|
|
|
|
|
case "${BRANCH}" in
|
|
|
|
|
|
|
|
|
|
edge)
|
|
|
|
|
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching.
|
|
|
|
|
KERNELBRANCH='branch:linux-6.1.y'
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
2023-02-23 05:24:41 -03:00
|
|
|
KERNELPATCHDIR="archive/starfive-${KERNEL_MAJOR_MINOR}" # Don't use symlinks.
|