mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
intel-microcode: update to 20180807
fixes #11590 Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -43,8 +43,10 @@ lib/firmware/intel-ucode/06-25-02
|
||||
lib/firmware/intel-ucode/06-25-05
|
||||
lib/firmware/intel-ucode/06-26-01
|
||||
lib/firmware/intel-ucode/06-2a-07
|
||||
lib/firmware/intel-ucode/06-2c-02
|
||||
lib/firmware/intel-ucode/06-2d-06
|
||||
lib/firmware/intel-ucode/06-2d-07
|
||||
lib/firmware/intel-ucode/06-2e-06
|
||||
lib/firmware/intel-ucode/06-2f-02
|
||||
lib/firmware/intel-ucode/06-3a-09
|
||||
lib/firmware/intel-ucode/06-3c-03
|
||||
@@ -64,8 +66,11 @@ lib/firmware/intel-ucode/06-56-02
|
||||
lib/firmware/intel-ucode/06-56-03
|
||||
lib/firmware/intel-ucode/06-56-04
|
||||
lib/firmware/intel-ucode/06-56-05
|
||||
lib/firmware/intel-ucode/06-5c-02
|
||||
lib/firmware/intel-ucode/06-5c-09
|
||||
lib/firmware/intel-ucode/06-5c-0a
|
||||
lib/firmware/intel-ucode/06-5e-03
|
||||
lib/firmware/intel-ucode/06-5f-01
|
||||
lib/firmware/intel-ucode/06-7a-01
|
||||
lib/firmware/intel-ucode/06-8e-09
|
||||
lib/firmware/intel-ucode/06-8e-0a
|
||||
@@ -94,4 +99,3 @@ lib/firmware/intel-ucode/0f-06-02
|
||||
lib/firmware/intel-ucode/0f-06-04
|
||||
lib/firmware/intel-ucode/0f-06-05
|
||||
lib/firmware/intel-ucode/0f-06-08
|
||||
lib/firmware/intel-ucode/list
|
||||
|
||||
1
config/rootfiles/core/123/filelists/i586/intel-microcode
Symbolic link
1
config/rootfiles/core/123/filelists/i586/intel-microcode
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/i586/intel-microcode
|
||||
1
config/rootfiles/core/123/filelists/x86_64/intel-microcode
Symbolic link
1
config/rootfiles/core/123/filelists/x86_64/intel-microcode
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/x86_64/intel-microcode
|
||||
@@ -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