mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
@lanefu's rk3588 midstream; new BRANCH; midstream kernel and monka's config - squashed
This commit is contained in:
committed by
Ricardo Pardini
parent
d59fa58875
commit
e718d26cae
@@ -2,7 +2,7 @@
|
||||
BOARD_NAME="Rock 5B"
|
||||
BOARDFAMILY="rockchip-rk3588"
|
||||
BOOTCONFIG="rock-5b-rk3588_defconfig"
|
||||
KERNEL_TARGET="legacy,edge"
|
||||
KERNEL_TARGET="legacy,edge,midstream"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3588-rock-5b.dtb"
|
||||
|
||||
8226
config/kernel/linux-rockchip-rk3588-midstream.config
Normal file
8226
config/kernel/linux-rockchip-rk3588-midstream.config
Normal file
File diff suppressed because it is too large
Load Diff
@@ -33,10 +33,21 @@ case $BRANCH in
|
||||
LINUXFAMILY=rockchip-rk3588
|
||||
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
|
||||
KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
|
||||
KERNELBRANCH='tag:v6.2-rc7'
|
||||
KERNELBRANCH='branch:6.2.y'
|
||||
KERNELPATCHDIR='rockchip-rk3588-edge'
|
||||
;;
|
||||
|
||||
midstream)
|
||||
# A half monster kernel, a cross between sre mainline and downstream rk kernel
|
||||
SKIP_BOOTSPLASH="yes"
|
||||
LINUXFAMILY=rockchip-rk3588
|
||||
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
|
||||
KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
|
||||
KERNELPATCHDIR='rockchip-rk3588-midstream' # Empty/nonexisting, so zero patches, hopefully
|
||||
KERNELSOURCE='https://github.com/Googulator/linux-rk3588-midstream.git'
|
||||
KERNELBRANCH='branch:midstream'
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
prepare_boot_configuration
|
||||
|
||||
Reference in New Issue
Block a user