X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fkvm-kmod;h=e443b703447a1dfe922c582de6e2045c5ee2103c;hp=2b0e24eee30f2fc4e078902234e20e6daf1ea082;hb=26c1cc7153a627400de3902c0e569cf6100a4b51;hpb=071df633cd1fb02057ea8ab6c27c609d5f993401 diff --git a/lfs/kvm-kmod b/lfs/kvm-kmod index 2b0e24eee3..e443b70344 100644 --- a/lfs/kvm-kmod +++ b/lfs/kvm-kmod @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team # # # # 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 # @@ -24,13 +24,17 @@ include Config +ifeq "$(PAE)" "1" + VERSUFIX=ipfire-pae +else ifeq "$(XEN)" "1" VERSUFIX=ipfire-xen else VERSUFIX=ipfire endif +endif -VER = 2.6.33 +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 = 814ab17655bc0db909246677d3d68f81 +$(DL_FILE)_MD5 = c227b58ee33f6035f16abd258bcd92ec install : $(TARGET)