mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
intel-microcode: Update to version 20230214
- Update from version 20221108 to 20230214 - Update of rootfile - Changelog - details can be found in the releasenote.md file in the source tarball Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
628a05122d
commit
504756d4f5
@@ -95,6 +95,11 @@ lib/firmware/intel-ucode/06-8e-09
|
||||
lib/firmware/intel-ucode/06-8e-0a
|
||||
lib/firmware/intel-ucode/06-8e-0b
|
||||
lib/firmware/intel-ucode/06-8e-0c
|
||||
lib/firmware/intel-ucode/06-8f-04
|
||||
lib/firmware/intel-ucode/06-8f-05
|
||||
lib/firmware/intel-ucode/06-8f-06
|
||||
lib/firmware/intel-ucode/06-8f-07
|
||||
lib/firmware/intel-ucode/06-8f-08
|
||||
lib/firmware/intel-ucode/06-96-01
|
||||
lib/firmware/intel-ucode/06-97-02
|
||||
lib/firmware/intel-ucode/06-97-05
|
||||
@@ -113,6 +118,8 @@ lib/firmware/intel-ucode/06-a6-00
|
||||
lib/firmware/intel-ucode/06-a6-01
|
||||
lib/firmware/intel-ucode/06-a7-01
|
||||
lib/firmware/intel-ucode/06-b7-01
|
||||
lib/firmware/intel-ucode/06-ba-02
|
||||
lib/firmware/intel-ucode/06-ba-03
|
||||
lib/firmware/intel-ucode/06-bf-02
|
||||
lib/firmware/intel-ucode/06-bf-05
|
||||
lib/firmware/intel-ucode/0f-00-07
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2022 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 20221108
|
||||
VER = 20230214
|
||||
|
||||
THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = e149e001656f45e8da9a83817a6f83fc6663edbfc8a98b27ab4f9d326f0999921aea03f1ea3628d35978ad5534e017f2d394d1d00d0c992aee54a539a582abf2
|
||||
$(DL_FILE)_BLAKE2 = d98d054a8cfd66e3d0549d1e8f4a4745cad342d45f36a82d2f2f51fedc29635125fdad95ee4970069e134facc1ab3092b97837c6f8744ffedf220a5d3d022dd5
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user