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 4849218f8fc1ac85090dfe389daeeda39936fedb (commit) from cc1b741bb8e880039b72b9ee72a12bb934b736bd (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 4849218f8fc1ac85090dfe389daeeda39936fedb Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed May 26 21:11:09 2010 +0200
compat-wireless: removed hardcoded kernel version.
-----------------------------------------------------------------------
Summary of changes: lfs/compat-wireless | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/compat-wireless b/lfs/compat-wireless index d0afe98..66cf8cc 100644 --- a/lfs/compat-wireless +++ b/lfs/compat-wireless @@ -91,10 +91,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-2.6.34-usbnet_compile.patch
cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) \ - KMODPATH_ARG='INSTALL_MOD_PATH=/lib/modules/2.6.32.12-ipfire' KMODDIR=kernel install-modules + KMODPATH_ARG='INSTALL_MOD_PATH=/lib/modules/$(KVER)-$(VERSUFIX)' KMODDIR=kernel install-modules
#cd $(DIR_APP) && make KLIB=/lib/modules/$(KVER)-$(VERSUFIX) \ - # KMODPATH_ARG='INSTALL_MOD_PATH=/lib/modules/2.6.32.12-ipfire' KMODDIR=kernel btinstall + # KMODPATH_ARG='INSTALL_MOD_PATH=/lib/modules/$(KVER)-$(VERSUFIX)' KMODDIR=kernel btinstall + #todo check wy maniac has commented this. My system has build it and + #we need the ne bt-modules.
# Install firmware udev files... cd $(DIR_APP)/udev && install -m 644 50-compat_firmware.rules /etc/udev/rules.d/
hooks/post-receive -- IPFire 2.x development tree