]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/kvm-kmod
Add pae-kernel package.
[ipfire-2.x.git] / lfs / kvm-kmod
index c5ca871d53568ac69083020831fe0ca5fbb348f9..e443b703447a1dfe922c582de6e2045c5ee2103c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team <info@ipfire.org>                           #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
+ifeq "$(PAE)" "1"
+       VERSUFIX=ipfire-pae
+else
 ifeq "$(XEN)" "1"
        VERSUFIX=ipfire-xen
 else
        VERSUFIX=ipfire
 endif
+endif
 
-VER        = 2.6.33.1
+VER        = 2.6.34.1
 
 THISAPP    = kvm-kmod-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 18d61c6d95cc7b1c545577836aadbc13
+$(DL_FILE)_MD5 = c227b58ee33f6035f16abd258bcd92ec
 
 install : $(TARGET)