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 fad85501ea4c1f5e546b85ba4b16c990d7c5cbf1 (commit) via e51e85bbfd1e5580254408d05b95e143023a2a8c (commit) from 74ce1e85b6219d6e34da7efe68f629385eee1686 (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 fad85501ea4c1f5e546b85ba4b16c990d7c5cbf1 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Dec 18 21:45:35 2010 +0100
Back to realtek vendor-drivers in xen kernel.
commit e51e85bbfd1e5580254408d05b95e143023a2a8c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Dec 18 21:44:24 2010 +0100
Fix cdrom build.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/ver_full/pakfire | 1 - make.sh | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/ver_full/pakfire b/config/rootfiles/ver_full/pakfire index e66ca6e..d108621 100644 --- a/config/rootfiles/ver_full/pakfire +++ b/config/rootfiles/ver_full/pakfire @@ -1,4 +1,3 @@ -etc/fcron.daily/pakfire-update #opt/pakfire opt/pakfire/cache #opt/pakfire/db diff --git a/make.sh b/make.sh index 37a4600..a0a5c56 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
hooks/post-receive -- IPFire 2.x development tree