]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/intel-microcode
gcc: Build the Go compiler
[ipfire-2.x.git] / lfs / intel-microcode
index 351bb76f19a9eae7cc56a62c0c7337a1b59d4451..e01ea99345b6f778b1e4967c29b3d5bf07c7d65f 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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        #
 
 include Config
 
-VER        = 20180425
+VER        = 20190618
 
-THISAPP    = microcode-$(VER)
-DL_FILE    = $(THISAPP).tgz
+THISAPP    = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER)
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -41,9 +41,10 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 99c80f9229554953a868127cda44e7e3
+$(DL_FILE)_MD5 = 18af9bd8b6c7164f0cd917080a387244
 
 install : $(TARGET)
+
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
@@ -72,8 +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) -C $(DIR_APP)
-       ls /usr/src
+       @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)