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 561dcd3d9977a42e5290e0f8e7c4cc0046045a2f (commit) via 6c4eff05120545226591a5dc0ae52d8b99b83da0 (commit) from d06f6e7ccf0cc7b3e8bf2327a3e089cefd6374a8 (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 561dcd3d9977a42e5290e0f8e7c4cc0046045a2f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Dec 9 15:40:05 2011 +0100
GeoIP: update database to 6.12.2011.
commit 6c4eff05120545226591a5dc0ae52d8b99b83da0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Dec 9 15:39:08 2011 +0100
fw_ath9k_htc: updated firmware to 1.3.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/fw_ath9k_htc | 2 ++ config/rootfiles/core/54/filelists/fw_ath9k_htc | 1 + lfs/GeoIP | 4 ++-- lfs/{wireless-regdb => fw_ath9k_htc} | 15 +++++++-------- make.sh | 1 + 5 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 config/rootfiles/common/fw_ath9k_htc create mode 120000 config/rootfiles/core/54/filelists/fw_ath9k_htc copy lfs/{wireless-regdb => fw_ath9k_htc} (90%)
Difference in files: diff --git a/config/rootfiles/common/fw_ath9k_htc b/config/rootfiles/common/fw_ath9k_htc new file mode 100644 index 0000000..a841a11 --- /dev/null +++ b/config/rootfiles/common/fw_ath9k_htc @@ -0,0 +1,2 @@ +lib/firmware/htc_7010.fw +lib/firmware/htc_9271.fw diff --git a/config/rootfiles/core/54/filelists/fw_ath9k_htc b/config/rootfiles/core/54/filelists/fw_ath9k_htc new file mode 120000 index 0000000..098408d --- /dev/null +++ b/config/rootfiles/core/54/filelists/fw_ath9k_htc @@ -0,0 +1 @@ +../../../common/fw_ath9k_htc \ No newline at end of file diff --git a/lfs/GeoIP b/lfs/GeoIP index d90a4c3..653d654 100644 --- a/lfs/GeoIP +++ b/lfs/GeoIP @@ -25,7 +25,7 @@ include Config
VER = 1.17 -DATVER = 01072011 +DATVER = 06122011
THISAPP = Geo-IP-PurePerl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) GeoIP.dat-$(DATVER).gz = $(DL_FROM)/GeoIP.dat-$(DATVER).gz
$(DL_FILE)_MD5 = 42a6b9d4dd2563a20c8998556216e1de -GeoIP.dat-$(DATVER).gz_MD5 = 437a8fe09af2726856c1090615e27965 +GeoIP.dat-$(DATVER).gz_MD5 = 78baa14e4e271f5fb9f75e5ff1169950
install : $(TARGET)
diff --git a/lfs/fw_ath9k_htc b/lfs/fw_ath9k_htc new file mode 100644 index 0000000..ebd686e --- /dev/null +++ b/lfs/fw_ath9k_htc @@ -0,0 +1,75 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2011 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 1.3 + +THISAPP = fw_ath9k_htc-$(VER) +DL_FILE = $(THISAPP).tar.xz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 6e83c7d87007e3edd700034990cccd61 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && cp -v htc*.fw /lib/firmware + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index f59678d..3271a9e 100755 --- a/make.sh +++ b/make.sh @@ -364,6 +364,7 @@ buildipfire() { ipfiremake xz ipfiremake linux-firmware ipfiremake zd1211-firmware + ipfiremake fw_ath9k_htc ipfiremake u-boot
# The xen and PAE kernels are only available for x86
hooks/post-receive -- IPFire 2.x development tree