RK3399 & RK3326: update kernel to 6.7.1
This commit is contained in:
parent
4e54a949ff
commit
b8d2226d59
2 changed files with 1 additions and 4 deletions
|
@ -464,7 +464,7 @@ CONFIG_AS_HAS_SHA3=y
|
|||
# CONFIG_ARM64_PTR_AUTH is not set
|
||||
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y
|
||||
CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y
|
||||
CONFIG_AS_HAS_ARMV8_3=y
|
||||
# CONFIG_AS_HAS_ARMV8_3 is not set
|
||||
CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y
|
||||
CONFIG_AS_HAS_LDAPR=y
|
||||
# end of ARMv8.3 architectural features
|
||||
|
|
|
@ -36,11 +36,8 @@ case ${DEVICE} in
|
|||
PKG_GIT_CLONE_BRANCH="main"
|
||||
;;
|
||||
RK3399|RK3326)
|
||||
# PKG_VERSION="6.6.13"
|
||||
PKG_VERSION="6.7.1"
|
||||
# PKG_VERSION="6.8-rc1"
|
||||
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
# PKG_URL="https://git.kernel.org/torvalds/t/linux-${PKG_VERSION}.tar.gz"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue