Skip to content

Commit

Permalink
linux-firmware: amd64-microcode: Remove TARGET_x86 dependency
Browse files Browse the repository at this point in the history
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: openwrt#16031
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Jul 30, 2024
1 parent 4992946 commit 4e6212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/firmware/linux-firmware/amd.mk
Original file line number Diff line number Diff line change
@@ -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) \
Expand Down

0 comments on commit 4e6212e

Please sign in to comment.