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>
This commit is contained in:
Hauke Mehrtens 2024-07-30 00:36:06 +02:00
parent 4992946bc9
commit 4e6212e62f
1 changed files with 1 additions and 1 deletions

View File

@ -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 define Package/amd64-microcode/install
$(INSTALL_DIR) $(1)/lib/firmware/amd-ucode $(INSTALL_DIR) $(1)/lib/firmware/amd-ucode
$(CP) \ $(CP) \