From: Daniel Golle Date: Thu, 21 May 2026 22:43:03 +0000 (+0100) Subject: rtl8261n-firmware: set PKGARCH:=all X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=539f09ade013b2542e6e3aeef022bfb99ff03c0d;p=thirdparty%2Fopenwrt.git rtl8261n-firmware: set PKGARCH:=all The generated firmware patches for RealTek's PHYs are host architecture agnostic. Express this with PKGARCH:=all. Signed-off-by: Daniel Golle --- diff --git a/package/firmware/rtl826x-firmware/Makefile b/package/firmware/rtl826x-firmware/Makefile index 61184e61233..ae5e2ae9404 100644 --- a/package/firmware/rtl826x-firmware/Makefile +++ b/package/firmware/rtl826x-firmware/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtl826x-firmware PKG_SOURCE_DATE:=2026-01-24 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://github.com/balika011/realtek_phy_firmware PKG_SOURCE_VERSION:=0cd4abe2b0bf197f75c27088f86a74c7ddb103b4 @@ -28,6 +28,7 @@ define Package/rtl8261n-firmware CATEGORY:=Firmware TITLE:=Realtek RTL8251L/RTL8261BE/RTL8261N firmware VERSION:=20221115 + PKGARCH:=all endef define Package/rtl8261n-lp-firmware @@ -37,6 +38,7 @@ define Package/rtl8261n-lp-firmware VERSION:=20240729 PROVIDES:=rtl8261n-firmware CONFLICTS:=rtl8261n-firmware + PKGARCH:=all endef define Package/rtl8264b-firmware @@ -44,6 +46,7 @@ define Package/rtl8264b-firmware CATEGORY:=Firmware TITLE:=Realtek RTL8254B/RTL8264/RTL8264B firmware VERSION:=20221215 + PKGARCH:=all endef define Package/rtl8261n-firmware/install