]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/dvb-firmwares
slang: revert parallelized build
[ipfire-2.x.git] / lfs / dvb-firmwares
index 724c46ba44d4801fcfb150b8df70f4c36d695b0f..f13ce6e03decefaa249727c4b5c50a6e70011461 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  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        = 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)