Merge pull request #10143 from heitbaum/linux-6.16

Linux update to 6.16.y
This commit is contained in:
Matthias Reichl
2025-07-30 00:34:06 +02:00
committed by GitHub
16 changed files with 808 additions and 1434 deletions

View File

@@ -30,8 +30,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="raspberrypi rtlwifi/6.13 rtlwifi/6.14 rtlwifi/6.15"
;;
*)
PKG_VERSION="6.15.6"
PKG_SHA256="2bb586c954277d070c8fdf6d7275faa93b4807d9bf3353b491d8149cca02b4fc"
PKG_VERSION="6.16"
PKG_SHA256="1a4be2fe6b5246aa4ac8987a8a4af34c42a8dd7d08b46ab48516bcc1befbcd83"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_PATCH_DIRS="default"
;;