X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flinux-firmware;h=1dbfc7e00cb1fd74e30fc753110bd26d4873bc53;hb=015e243b0dba4fb493fc92068eea3e97f37d3a0c;hp=33a53810e8629ea596285b84a7cc2bc835c440ff;hpb=7778e4da40e18c786333bdc28aba1752af3c87b8;p=ipfire-2.x.git diff --git a/lfs/linux-firmware b/lfs/linux-firmware index 33a53810e8..1dbfc7e00c 100644 --- a/lfs/linux-firmware +++ b/lfs/linux-firmware @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2014 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 = 236367d +VER = 52d77db THISAPP = linux-firmware-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,8 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 35d2ecf9b7d0b4d339fa0d4cc0736f6f - +$(DL_FILE)_MD5 = 3f6f1e78af3ee67a5540355f2ed8ba14 install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects)) @@ -69,7 +68,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(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)