meson64: family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks
This commit is contained in:
parent
22848254e5
commit
b9766185fb
@ -39,15 +39,11 @@ GOVERNOR=${GOVERNOR:-ondemand}
|
||||
case $BRANCH in
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching.
|
||||
KERNELBRANCH='branch:linux-6.1.y'
|
||||
KERNELPATCHDIR='meson64-current'
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching.
|
||||
KERNELBRANCH='branch:linux-6.6.y'
|
||||
KERNELPATCHDIR='meson64-edge'
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
@ -1 +0,0 @@
|
||||
archive/meson64-6.1
|
||||
@ -1 +0,0 @@
|
||||
archive/meson64-6.6
|
||||
Loading…
Reference in New Issue
Block a user