Skip to content

Commit

Permalink
nanopi-m6: add edge and current kernel targets
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Jan 30, 2025
1 parent 743cb63 commit 4a66941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/boards/mixtile-edge2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function post_family_config_branch_vendor__kernel_and_uboot_rk35xx_mixtile_edge2
# Copypasta from rockchip-rk3588.conf family file -- we _really_ gotta find a better way!
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
declare -g KERNELBRANCH='branch:rk-6.1-rkr4.1'
declare -g KERNELBRANCH='branch:rk-6.1-rkr5'
declare -g KERNELPATCHDIR='rk35xx-vendor-6.1'
declare -g LINUXFAMILY=rk35xx
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes
Expand Down
3 changes: 2 additions & 1 deletion config/boards/nanopi-m6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER="efectn"
BOOTCONFIG="nanopi-m6-rk3588s_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
BOOT_SOC="rk3588"
KERNEL_TARGET="vendor"
KERNEL_TARGET="edge,current,vendor"
KERNEL_TEST_TARGET="vendor,current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
IMAGE_PARTITION_TABLE="gpt"
Expand Down

0 comments on commit 4a66941

Please sign in to comment.