X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fintel-microcode;h=1aa57cabec856c342d1bb911235d3d136d36189a;hb=f8b0610c53deb66797ab94ceae05fa3b9ed6aa9d;hp=f2223148ff07496002f155aeeca446b941986664;hpb=9f0295a5129bed325ba37aaa1e39303fef0a6c9f;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/intel-microcode b/lfs/intel-microcode index f2223148ff..1aa57cabec 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # 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 = 20190514 +VER = 20201118 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,8 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ad5fe712f54387c0737caef8131b4770 - +$(DL_FILE)_MD5 = 6248f95036923c5982800e3f97e08bb8 install : $(TARGET) @@ -74,7 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar axf $(DIR_DL)/$(DL_FILE) # Copy the firmware files into the right position cd $(DIR_APP) && cp -R intel-ucode /lib/firmware/ @rm -rf $(DIR_APP)