Merge pull request #9670 from HiassofT/le13-kernel-6.12.9

This commit is contained in:
Christian Hewitt 2025-01-11 04:25:36 +04:00 committed by GitHub
commit b084f1e1a2
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/after-6.12"
;;
raspberrypi)
PKG_VERSION="a7a21adbfe4d8dd92c8341f755561cf5327e644a" # 6.12.8
PKG_SHA256="bab8aaf949b2d84fff884932632d19cb5c408b0e219fea04e88e77b180f4cc9f"
PKG_VERSION="a20d400dff3d1d3eb40a192fecff22a70d064b3e" # 6.12.9
PKG_SHA256="a4ec937d36ccb891c23bfd3ae5577a4ed770cc313df305e027d74b7545f4318d"
PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz"
PKG_PATCH_DIRS="raspberrypi rtlwifi/after-6.12"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rpi-eeprom"
PKG_VERSION="f02f0eaf4e681a618fad55e5cc09d4306a82ac47"
PKG_SHA256="ebeb826dfeb30ebebab290988a1623ab22b099da47e985dd0180a270a714de39"
PKG_VERSION="54d9c333a9d39941b4fc881275f433821c7b5cde"
PKG_SHA256="4424884c26bea47fe307b2de0087b1d7026da8f66d7ca20beb6e988da02670b1"
PKG_LICENSE="BSD-3/custom"
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
PKG_URL="https://github.com/raspberrypi/rpi-eeprom/archive/${PKG_VERSION}.tar.gz"