projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e199f
)
intel-microcode: remove dependency on iucode-tool
author
Tomasz Maciej Nowak
<tomek_n@o2.pl>
Tue, 20 Nov 2018 16:20:42 +0000
(17:20 +0100)
committer
John Crispin
<john@phrozen.org>
Mon, 26 Nov 2018 11:05:44 +0000
(12:05 +0100)
It is not necessary to have iucode-tool present on target system to have
functional intel-microcode package. The build time dependency is kept.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
package/firmware/intel-microcode/Makefile
patch
|
blob
|
history
diff --git
a/package/firmware/intel-microcode/Makefile
b/package/firmware/intel-microcode/Makefile
index 6987c795c02c65c34b4efaae5375ea9411eda932..07db9b1f9616ebe4f1866f3b9fdcaa2842e8fdc6 100644
(file)
--- a/
package/firmware/intel-microcode/Makefile
+++ b/
package/firmware/intel-microcode/Makefile
@@
-30,7
+30,7
@@
define Package/intel-microcode
SECTION:=firmware
CATEGORY:=Firmware
URL:=$(PKG_SOURCE_URL)
- DEPENDS:=@TARGET_x86
+iucode-tool
+ DEPENDS:=@TARGET_x86
TITLE:=Intel x86 CPU microcode
endef