mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip-rk3588: remove current and edge branch
This commit is contained in:
committed by
Jianfeng Liu
parent
91edf83268
commit
0235c1e3a5
@@ -39,22 +39,6 @@ case $BRANCH in
|
||||
LINUXFAMILY=rk35xx
|
||||
;;
|
||||
|
||||
current)
|
||||
# Branch based on a stable kernel release (will stay on the next LTS kernel release once released, 6.12? LTS)
|
||||
LINUXFAMILY=rockchip-rk3588
|
||||
KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||
LINUXCONFIG="linux-rockchip-rk3588-${BRANCH}"
|
||||
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
|
||||
;;
|
||||
|
||||
edge)
|
||||
# Branch based on the latest kernel release including RC releases, to benefit from the latest RK3588 mainline advancements. Might be unstable!
|
||||
LINUXFAMILY=rockchip-rk3588
|
||||
KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||
LINUXCONFIG="linux-rockchip-rk3588-${BRANCH}"
|
||||
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
|
||||
;;
|
||||
|
||||
collabora)
|
||||
# Collabora's rk3588, where the action is these days
|
||||
LINUXFAMILY=rockchip-rk3588
|
||||
|
||||
Reference in New Issue
Block a user