From f800afc5a4f1a91bd3e13e0ebdfa024391c7168f Mon Sep 17 00:00:00 2001 From: Aelin Date: Wed, 25 Feb 2026 22:03:06 +0100 Subject: [PATCH] device-generic-loongarch64: Pull in linux-firmware-rtl_nic Several LoongArch mainboards have RTL NICs that want firmware or otherwise log soft error like [ 26.928046] r8169 0000:03:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2) Add the necessary linux-firmware files to silence them. Part-of: --- device/testing/device-generic-loongarch64/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/testing/device-generic-loongarch64/APKBUILD b/device/testing/device-generic-loongarch64/APKBUILD index aea7abb86..e42cd1b3b 100644 --- a/device/testing/device-generic-loongarch64/APKBUILD +++ b/device/testing/device-generic-loongarch64/APKBUILD @@ -3,7 +3,7 @@ maintainer="Aelin " pkgname=device-generic-loongarch64 pkgver=7 -pkgrel=0 +pkgrel=1 pkgdesc="Generic loongarch64 system" url="https://postmarketos.org" arch="loongarch64" @@ -11,6 +11,7 @@ license="MIT" depends=" alsa-ucm-conf hwdata + linux-firmware-rtl_nic postmarketos-base systemd-boot "