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 e5620b245f23b021e705edf1f9ad11fd4bfec4be (commit)
from 4495251167fc7daafbd48016be62c2ed3b48b830 (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 e5620b245f23b021e705edf1f9ad11fd4bfec4be
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sat Jan 8 01:01:20 2011 +0100
Updated asix usb-lan driver to 3.5.0.
-----------------------------------------------------------------------
Summary of changes:
lfs/compat-wireless | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
Difference in files:
diff --git a/lfs/compat-wireless b/lfs/compat-wireless
index 44a2dcc..a4c2197 100644
--- a/lfs/compat-wireless
+++ b/lfs/compat-wireless
@@ -46,11 +46,13 @@ TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX)
# Top-level Rules
###############################################################################
-objects = $(DL_FILE)
+objects = $(DL_FILE) asix-3.5.0a.tar.bz2
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+asix-3.5.0a.tar.bz2 = $(DL_FROM)/asix-3.5.0a.tar.bz2
$(DL_FILE)_MD5 = 41c51280e5aa140c62a2a9871e2ae505
+asix-3.5.0a.tar.bz2_MD5=cc57513505d3ad1a43b58add91d2bba7
install : $(TARGET)
@@ -81,6 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE)
+
# Enable some USB ID's in rt2800usb driver
echo "CONFIG_RT2800USB_RT30XX=y" >> $(DIR_APP)/config.mk
echo "CONFIG_RT2800USB_RT35XX=y" >> $(DIR_APP)/config.mk
@@ -94,6 +97,9 @@ $(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 xvf $(DIR_DL)/asix-3.5.0a.tar.bz2
+
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) \
KMODPATH_ARG='INSTALL_MOD_PATH=' KMODDIR=kernel install-modules
hooks/post-receive
--
IPFire 2.x development tree