[openwrt/openwrt] linux-firmware: amd64-microcode: Remove TARGET_x86 dependency

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 30 12:44:57 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4e6212e62fc57535fe8270b8524509ea337dd2a6

commit 4e6212e62fc57535fe8270b8524509ea337dd2a6
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Jul 30 00:36:06 2024 +0200

    linux-firmware: amd64-microcode: Remove TARGET_x86 dependency
    
    Build the amd64-microcode package on all architectures even if it only
    makes sense to use it on x86. If the package build is done by a builder
    not building for x86 it will not include the package otherwise.
    
    Link: https://github.com/openwrt/openwrt/pull/16031
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/firmware/linux-firmware/amd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/firmware/linux-firmware/amd.mk b/package/firmware/linux-firmware/amd.mk
index b669cf1b35..c1f5711e92 100644
--- a/package/firmware/linux-firmware/amd.mk
+++ b/package/firmware/linux-firmware/amd.mk
@@ -1,4 +1,4 @@
-Package/amd64-microcode = $(call Package/firmware-default,AMD64 CPU microcode, at TARGET_x86,LICENSE.amd-ucode)
+Package/amd64-microcode = $(call Package/firmware-default,AMD64 CPU microcode,,LICENSE.amd-ucode)
 define Package/amd64-microcode/install
 	$(INSTALL_DIR) $(1)/lib/firmware/amd-ucode
 	$(CP) \




More information about the lede-commits mailing list