Merge pull request #9796 from HiassofT/le13-kernel-6.12.12

linux (RPi): update to 6.12.13
This commit is contained in:
Rudi Heitbaum 2025-02-17 20:56:48 +11:00 committed by GitHub
commit b9f232a1f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ case "${LINUX}" in
PKG_PATCH_DIRS="default rtlwifi/6.13 rtlwifi/after-6.13" PKG_PATCH_DIRS="default rtlwifi/6.13 rtlwifi/after-6.13"
;; ;;
raspberrypi) raspberrypi)
PKG_VERSION="26e9c58fd607444366f03009ad377fd85b470c2f" # 6.12.11 PKG_VERSION="8d163a94e3dd5af76ea4fa40ff819c546e1b8cb5" # 6.12.13
PKG_SHA256="f02d6038b657c4d2bf679a00d33f6f7a0f935cd361bc5ccf6e50ef64db693789" PKG_SHA256="6ea0f498cc77203c3d5116b97adba26998a9d76b37a0b9b9210217b3538f44fa"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz" PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
PKG_PATCH_DIRS="raspberrypi rtlwifi/6.13 rtlwifi/after-6.13" PKG_PATCH_DIRS="raspberrypi rtlwifi/6.13 rtlwifi/after-6.13"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rpi-eeprom" PKG_NAME="rpi-eeprom"
PKG_VERSION="b67b21ddda8b6468090fcdc5034bb075344a8903" PKG_VERSION="a1bffdeb5d19fba475c85de499ec85907bbe21ce"
PKG_SHA256="8105d2d90fde2d109bf5c2fc45276e6570cb37aedd23b3fd36ba2f3e4249daf5" PKG_SHA256="d36e11031128bbedfe4a175234e9b042af742910024c1bcea452bb30eda014c6"
PKG_LICENSE="BSD-3/custom" PKG_LICENSE="BSD-3/custom"
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom" PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
PKG_URL="https://github.com/raspberrypi/rpi-eeprom/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/raspberrypi/rpi-eeprom/archive/${PKG_VERSION}.tar.gz"