X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdvb-firmwares;h=f13ce6e03decefaa249727c4b5c50a6e70011461;hb=ea8a02c232835200d5ea37d4c72e75b864beb8b0;hp=724c46ba44d4801fcfb150b8df70f4c36d695b0f;hpb=ecd0ac08a56363fd779bcd08d70a4720f99a33db;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/dvb-firmwares b/lfs/dvb-firmwares index 724c46ba44..f13ce6e03d 100644 --- a/lfs/dvb-firmwares +++ b/lfs/dvb-firmwares @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team # +# Copyright (C) 2007-2018 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 = 20110802 +VER = 20141125 THISAPP = dvb-firmwares-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/dvb-firmwares TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 330e19f9444a03f5338bab590ab9d728 +$(DL_FILE)_MD5 = 3c7182522dc091b506d2120d71a6a360 install : $(TARGET) @@ -72,4 +72,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) mkdir -p /lib/firmware tar axf $(DIR_DL)/$(DL_FILE) \ -C /lib/firmware/ + # use newest ttpci firmware + cp /lib/firmware/dvb-ttpci-01.fw-2622 /lib/firmware/dvb-ttpci-01.fw @$(POSTBUILD)