X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fintel-microcode;fp=lfs%2Fintel-microcode;h=f2223148ff07496002f155aeeca446b941986664;hp=217bc9850eee09a6bdf4a3758651b4cedac844d6;hb=29b907c6779b195b14eaa87d5d24cad8dad34814;hpb=fd4cea1e34a81dcb8691e1527da51e26ccb7ec17 diff --git a/lfs/intel-microcode b/lfs/intel-microcode index 217bc9850e..f2223148ff 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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,10 +24,10 @@ include Config -VER = 20180807a +VER = 20190514 -THISAPP = microcode-$(VER) -DL_FILE = $(THISAPP).tgz +THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,8 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b12f8680d87c81a302e8c85712ed1a80 +$(DL_FILE)_MD5 = ad5fe712f54387c0737caef8131b4770 + install : $(TARGET) @@ -73,8 +74,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) -C $(DIR_APP) - ls /usr/src + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && mkdir -p $(DIR_APP) && tar zxf $(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)