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, next has been updated via dddb9afe1a339fb8a380a93dc5399b8988a26abd (commit) from 5c3e69231415cb9faedaa641504bbe7dfeec2d1d (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 dddb9afe1a339fb8a380a93dc5399b8988a26abd Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Mar 3 19:45:25 2013 +0100
compat-drivers: update asix driver to 4.5.0.
-----------------------------------------------------------------------
Summary of changes: lfs/compat-drivers | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/compat-drivers b/lfs/compat-drivers index 282a493..bd8ea71 100644 --- a/lfs/compat-drivers +++ b/lfs/compat-drivers @@ -42,13 +42,13 @@ TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) # Top-level Rules ###############################################################################
-objects = $(DL_FILE) asix-4.4.0.tar.xz +objects = $(DL_FILE) asix-4.5.0a.tar.xz
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -asix-4.4.0.tar.xz = $(DL_FROM)/asix-4.4.0.tar.xz +asix-4.5.0a.tar.xz = $(DL_FROM)/asix-4.5.0a.tar.xz
$(DL_FILE)_MD5 = 557e3099c642455ec272d9ddf46de484 -asix-4.4.0.tar.xz_MD5=633609e889de41554826e0e2cd7bffde +asix-4.5.0a.tar.xz_MD5=4219ce7c0cae4fdb580f30ea50cad8e0
install : $(TARGET)
@@ -97,7 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-2.6.34-usbnet_compile.patch
# Build Updated asix usb-lan driver - cd $(DIR_APP)/drivers/net/usb && tar xvJf $(DIR_DL)/asix-4.4.0.tar.xz + cd $(DIR_APP)/drivers/net/usb && tar xvJf $(DIR_DL)/asix-4.5.0a.tar.xz
# Add libartas uAP driver cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-3.5-libertas_uap.patch
hooks/post-receive -- IPFire 2.x development tree