Bump the Linux kernel to 6.0.11.

This commit is contained in:
fewtarius 2022-12-04 11:19:50 -05:00
parent c9410f1598
commit 1cbb66b40f
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
5 changed files with 104160 additions and 3098 deletions

View file

@ -4,7 +4,7 @@
PKG_NAME="linux"
PKG_LICENSE="GPL"
PKG_VERSION="6.0.7"
PKG_VERSION="6.0.11"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_SITE="http://www.kernel.org"
PKG_DEPENDS_HOST="ccache:host rsync:host openssl:host"

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ case ${DEVICE} in
PKG_GIT_CLONE_BRANCH="main"
;;
RG552)
PKG_VERSION="6.0.7"
PKG_VERSION="6.0.11"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
RG353P|RG503)