meson (32-bit): family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks
This commit is contained in:
parent
cb4893ddbe
commit
8b60fb750d
@ -44,20 +44,13 @@ case $BOARD in
|
||||
esac
|
||||
|
||||
case $BRANCH in
|
||||
|
||||
current)
|
||||
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
KERNELBRANCH="branch:linux-6.1.y"
|
||||
KERNELPATCHDIR='meson-'$BRANCH
|
||||
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1"
|
||||
;;
|
||||
|
||||
edge)
|
||||
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
KERNELBRANCH="branch:linux-6.6.y"
|
||||
KERNELPATCHDIR='meson-'$BRANCH
|
||||
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
archive/meson-6.1
|
||||
@ -1 +0,0 @@
|
||||
archive/meson-6.6
|
||||
Loading…
Reference in New Issue
Block a user