From 9723e3e09cd7597b01d1de83dc63758524564d1c Mon Sep 17 00:00:00 2001 From: Douglas Teles Date: Wed, 8 Jul 2026 17:55:15 -0300 Subject: [PATCH] packages: bump linux and kernel-firmware so MT7921U flows via pacman The MT7921U enablement changes the kernel image and the firmware list; without a REV bump pacman would never offer them and only reflashes would pick the new driver up. The flash-sync hook then lands the new kernel on the boot partition. --- .../ArchR/packages/linux-firmware/kernel-firmware/package.mk | 1 + projects/ArchR/packages/linux/package.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/projects/ArchR/packages/linux-firmware/kernel-firmware/package.mk b/projects/ArchR/packages/linux-firmware/kernel-firmware/package.mk index 9581420c96..97d0e88cca 100644 --- a/projects/ArchR/packages/linux-firmware/kernel-firmware/package.mk +++ b/projects/ArchR/packages/linux-firmware/kernel-firmware/package.mk @@ -2,6 +2,7 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="kernel-firmware" +PKG_REV="2" PKG_VERSION="20260110" PKG_LICENSE="other" PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/" diff --git a/projects/ArchR/packages/linux/package.mk b/projects/ArchR/packages/linux/package.mk index 122614ef43..9c0c038c31 100644 --- a/projects/ArchR/packages/linux/package.mk +++ b/projects/ArchR/packages/linux/package.mk @@ -3,6 +3,7 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="linux" +PKG_REV="2" PKG_LICENSE="GPL" PKG_SITE="http://www.kernel.org" PKG_DEPENDS_HOST="ccache:host openssl:host"