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:
parent
6d2c5b34fc
commit
a2198d8a8c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user