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 fbe259ceea9b93a60df6f86322e8e75b80365cbc (commit) from 24f1f6ce6104b1b7afdef9caa7140d704f23d1c8 (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 fbe259ceea9b93a60df6f86322e8e75b80365cbc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Nov 29 01:44:18 2010 +0100
Disabled build of realtek vendor driver.
-----------------------------------------------------------------------
Summary of changes: make.sh | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 67163f4..a519f40 100755 --- a/make.sh +++ b/make.sh @@ -365,9 +365,9 @@ buildipfire() { ipfiremake dahdi XEN=1 KMOD=1 ipfiremake cryptodev XEN=1 ipfiremake compat-wireless XEN=1 - ipfiremake r8169 XEN=1 - ipfiremake r8168 XEN=1 - ipfiremake r8101 XEN=1 +# ipfiremake r8169 XEN=1 +# ipfiremake r8168 XEN=1 +# ipfiremake r8101 XEN=1 ipfiremake e1000 XEN=1 ipfiremake e1000e XEN=1 ipfiremake igb XEN=1 @@ -381,9 +381,9 @@ buildipfire() { ipfiremake dahdi PAE=1 KMOD=1 ipfiremake cryptodev PAE=1 ipfiremake compat-wireless PAE=1 - ipfiremake r8169 PAE=1 - ipfiremake r8168 PAE=1 - ipfiremake r8101 PAE=1 +# ipfiremake r8169 PAE=1 +# ipfiremake r8168 PAE=1 +# ipfiremake r8101 PAE=1 ipfiremake e1000 PAE=1 ipfiremake e1000e PAE=1 ipfiremake igb PAE=1 @@ -397,9 +397,9 @@ buildipfire() { ipfiremake dahdi KMOD=1 ipfiremake cryptodev ipfiremake compat-wireless - ipfiremake r8169 - ipfiremake r8168 - ipfiremake r8101 +# ipfiremake r8169 +# ipfiremake r8168 +# ipfiremake r8101 ipfiremake e1000 ipfiremake e1000e ipfiremake igb
hooks/post-receive -- IPFire 2.x development tree