mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
intel-microcode: update to 20180807
fixes #11590 Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 20180425
|
||||
VER = 20180807
|
||||
|
||||
THISAPP = microcode-$(VER)
|
||||
DL_FILE = $(THISAPP).tgz
|
||||
@@ -41,9 +41,10 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 99c80f9229554953a868127cda44e7e3
|
||||
$(DL_FILE)_MD5 = 49f534f1079d3c5bc178a150c1c105aa
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
Reference in New Issue
Block a user