Merge pull request #2342 from loki666/sm8250-6.19.3

linux/sm8250: bump to 6.19.3
This commit is contained in:
Philippe Simons
2026-02-21 16:13:02 +01:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -32,8 +32,8 @@ case ${DEVICE} in
*)
case ${DEVICE} in
SM8250)
PKG_VERSION="6.19-rc5"
PKG_URL="https://git.kernel.org/torvalds/t/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_VERSION="6.19.3"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
S922X|H700|RK3399|RK3566|SM8550|SM8650)
PKG_VERSION="6.18.10"