]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/linux-firmware
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / linux-firmware
index 6a7f956527ef330258aa94ece94bd75ca58b439d..ec6c5e4c4c2047d1b76bd7092e385e9f1ea5eb2e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  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        = 20110518
+VER        = 7b5835fd37630d18ac0c755329172f6a17c1af29
 
 THISAPP    = linux-firmware-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3b215b5ec9a5e8784dd971c039e9b948
+$(DL_FILE)_MD5 = 09fc172e36a431c44ecb8171c4c07a3c
 
 install : $(TARGET)
 
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        mkdir -p /lib/firmware
        cd $(DIR_APP) && cp -vr * /lib/firmware
        @rm -rf $(DIR_APP)