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 c655052559efdbc2dbfe16a69a5cef2f1d27e530 (commit) from e843e8adf08b8d11cae9f9b40346d1680c01c180 (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 c655052559efdbc2dbfe16a69a5cef2f1d27e530 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Apr 14 07:19:38 2010 +0200
External build of kvm modules.
-----------------------------------------------------------------------
Summary of changes: doc/packages-list.txt | 3 ++- lfs/kvm-kmod | 4 ++-- make.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-)
Difference in files: diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 1cb425e..3716f08 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -62,7 +62,6 @@ * cacti-0.8.7e * calamaris-2.59 * capi4k-utils-2005-07-18 -* ccache-2.4 * ccache-3.0pre0 * cdrtools-2.01.01 * centerim-4.22.1 @@ -161,6 +160,8 @@ * kqemu-1.4.0pre1-kmod-2.6.32.11-ipfire * kqemu-1.4.0pre1-kmod-2.6.32.11-ipfire-xen * kudzu-1.2.64 +* kvm-kmod-2.6.32.9-kmod-2.6.32.11-ipfire +* kvm-kmod-2.6.32.9.tar.bz2 * l7-protocols-2009-05-10 * lame-3.97 * lcd4linux-0.10.1-RC2 diff --git a/lfs/kvm-kmod b/lfs/kvm-kmod index dbaf5e3..b4bb50f 100644 --- a/lfs/kvm-kmod +++ b/lfs/kvm-kmod @@ -30,7 +30,7 @@ else VERSUFIX=ipfire endif
-VER = 2.6.31.5 +VER = 2.6.32.9
THISAPP = kvm-kmod-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1f5a9ec75efae079487be6db43e3a684 +$(DL_FILE)_MD5 = a66a126a138c1b5a16e00b1da042050c
install : $(TARGET)
diff --git a/make.sh b/make.sh index c9a225d..f84a5bd 100755 --- a/make.sh +++ b/make.sh @@ -355,7 +355,7 @@ buildipfire() { ipfiremake cryptodev XEN=1 ipfiremake linux ipfiremake kqemu - #ipfiremake kvm-kmod + ipfiremake kvm-kmod ipfiremake v4l-dvb ipfiremake madwifi ipfiremake alsa KMOD=1
hooks/post-receive -- IPFire 2.x development tree