summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-07-29 22:36:06 +0000
committerHauke Mehrtens2024-07-30 19:42:33 +0000
commit4e6212e62fc57535fe8270b8524509ea337dd2a6 (patch)
treeaca639de61a2957ebb829834748df24337e10dee
parent4992946bc9a40f9df4594bb05163dc34c2039400 (diff)
downloadopenwrt-4e6212e62fc57535fe8270b8524509ea337dd2a6.tar.gz
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@hauke-m.de>
-rw-r--r--package/firmware/linux-firmware/amd.mk2
1 files changed, 1 insertions, 1 deletions
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,@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) \