mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
- shellfmt: bump to 3.6.0 (run with `bash lib/tools/shellfmt.sh`) - .editorconfig: rationalize, remove duplicated logic
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
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
|
|
|
|
KERNELPATCHDIR="archive/starfive-${KERNEL_MAJOR_MINOR}" # Don't use symlinks.
|