Merge pull request #2383 from loki666/h700-6.19.5

h700: bump linux to 6.19.5
This commit is contained in:
Philippe Simons
2026-03-05 22:39:52 +01:00
committed by GitHub
4 changed files with 4 additions and 4560 deletions

View File

@@ -10,11 +10,11 @@ PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-cfg-libs"
case "${DEVICE}" in
SM8650|SM8250)
SM8650|SM8250|H700)
PKG_VERSION="6.19"
PKG_SHA256="e076c851eec0972486ec842164fdc54547f9d17abd3d1449de8b120f5d299143"
;;
H700|SM8550|RK3399|S922X|RK3566)
SM8550|RK3399|S922X|RK3566)
PKG_VERSION="6.18"
PKG_SHA256="0ad5dcba973a69e779650ef1cb335b12ee60716fc7326609895bd33e6d2a7325"
;;

View File

@@ -32,11 +32,11 @@ case ${DEVICE} in
;;
*)
case ${DEVICE} in
SM8250|SM8650)
SM8250|SM8650|H700)
PKG_VERSION="6.19.5"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
S922X|H700|RK3399|RK3566|SM8550)
S922X|RK3399|RK3566|SM8550)
PKG_VERSION="6.18.13"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;