projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4992946
)
linux-firmware: amd64-microcode: Remove TARGET_x86 dependency
author
Hauke Mehrtens
<
[email protected]
>
Mon, 29 Jul 2024 22:36:06 +0000
(
00:36
+0200)
committer
Hauke Mehrtens
<
[email protected]
>
Tue, 30 Jul 2024 19:42:33 +0000
(21:42 +0200)
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 <
[email protected]
>
package/firmware/linux-firmware/amd.mk
patch
|
blob
|
history
diff --git
a/package/firmware/linux-firmware/amd.mk
b/package/firmware/linux-firmware/amd.mk
index b669cf1b35089d9a5ce6d2ea62899cfd3dfa8c75..c1f5711e92d31875b137933a9d161d11fad6b3fb 100644
(file)
--- 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) \