This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 7f0974a23a7eb07effb516f40ebf757f521a2108 (commit) from c49fbaccf3da7195043bd7c652ff8a1ac4b9b7c0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7f0974a23a7eb07effb516f40ebf757f521a2108 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jan 6 14:04:55 2010 +0100
Fix dahdi firmware download.
-----------------------------------------------------------------------
Summary of changes: lfs/dahdi | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/dahdi b/lfs/dahdi index 7f998f4..c7a65b0 100644 --- a/lfs/dahdi +++ b/lfs/dahdi @@ -58,13 +58,16 @@ endif # Top-level Rules ###############################################################################
-objects = $(DL_FILE) $(DL_FILE1) +objects = $(DL_FILE) $(DL_FILE1) dahdi-linux-2.2.0.2-firmware.tar.bz2
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE1) = $(DL_FROM)/$(DL_FILE1) +dahdi-linux-2.2.0.2-firmware.tar.bz2 = $(DL_FROM)/dahdi-linux-2.2.0.2-firmware.tar.bz2
$(DL_FILE)_MD5 = 5cbabd47cf780305e2cba6ccec42c754 $(DL_FILE1)_MD5 = a018f452f3851a312ff51705ac44de37 +dahdi-linux-2.2.0.2-firmware.tar.bz2_MD5 = 7d7c774d214a528b49c9a08b5350a652 +
install : $(TARGET)
@@ -104,6 +107,7 @@ ifeq "$(KMOD)" "1" @rm -rf $(DIR_APP) else rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_SRC) && tar jxf $(DIR_DL)/dahdi-linux-2.2.0.2-firmware.tar.bz2 cd $(DIR_APP) && make $(MAKETUNING) clean all KVERS=$(KVER) cd $(DIR_APP) && make install-devices install-include \ install-firmware install-xpp-firm KVERS=$(KVER)-$(VERSUFIX)
hooks/post-receive -- IPFire 2.x development tree