mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip-rk3588: bump current and edge to 6.12
This commit is contained in:
1
config/kernel/linux-rockchip-rk3588-current.config
Symbolic link
1
config/kernel/linux-rockchip-rk3588-current.config
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
linux-rockchip-rk3588-edge.config
|
||||||
@@ -42,16 +42,16 @@ case $BRANCH in
|
|||||||
current)
|
current)
|
||||||
# Branch based on a stable kernel release (will stay on the next LTS kernel release once released, 6.12? LTS)
|
# Branch based on a stable kernel release (will stay on the next LTS kernel release once released, 6.12? LTS)
|
||||||
LINUXFAMILY=rockchip-rk3588
|
LINUXFAMILY=rockchip-rk3588
|
||||||
KERNEL_MAJOR_MINOR="6.11" # Major and minor versions of this kernel.
|
KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||||
LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.6 / 6.12 etc
|
LINUXCONFIG="linux-rockchip-rk3588-${BRANCH}"
|
||||||
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
|
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
edge)
|
edge)
|
||||||
# Branch based on the latest kernel release including RC releases, to benefit from the latest RK3588 mainline advancements. Might be unstable!
|
# Branch based on the latest kernel release including RC releases, to benefit from the latest RK3588 mainline advancements. Might be unstable!
|
||||||
LINUXFAMILY=rockchip-rk3588
|
LINUXFAMILY=rockchip-rk3588
|
||||||
KERNEL_MAJOR_MINOR="6.11" # Major and minor versions of this kernel.
|
KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||||
LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.8 / 6.10 etc
|
LINUXCONFIG="linux-rockchip-rk3588-${BRANCH}"
|
||||||
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
|
# No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user