mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rk35xx: use boot-rk35xx.cmd for overlay support
This commit is contained in:
@@ -18,6 +18,7 @@ case $BRANCH in
|
||||
|
||||
legacy)
|
||||
display_alert "WARNING: 'legacy' branch" "is deprecated and slated for removal. Please switch to another branch unless you know what you're doing :)" "wrn"
|
||||
BOOTSCRIPT='boot-rk35xx.cmd:boot.cmd'
|
||||
BOOTDIR='u-boot-rockchip64'
|
||||
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
|
||||
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
|
||||
@@ -27,6 +28,7 @@ case $BRANCH in
|
||||
;;
|
||||
|
||||
vendor)
|
||||
BOOTSCRIPT='boot-rk35xx.cmd:boot.cmd'
|
||||
BOOTDIR='u-boot-rockchip64'
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
|
||||
|
||||
Reference in New Issue
Block a user