Keep rockchip64 family for current and edge as default (#6140)

* RK35xx is seeking for rk35xx config

Due to a bit too agressive cleaning. Re-add defs

* Keep rockchip64 family for current and edge as default
This commit is contained in:
Igor 2024-01-08 12:29:11 +01:00 committed by GitHub
parent 6d2c5b34fc
commit a2198d8a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,13 @@ case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.1"
declare -g LINUXFAMILY=rockchip64
declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.6"
declare -g LINUXFAMILY=rockchip64
declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH
;;
esac