X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fkvm-kmod;h=e443b703447a1dfe922c582de6e2045c5ee2103c;hb=8bb35e212c9870806f3111b1ba5e3795302cc606;hp=2b0e24eee30f2fc4e078902234e20e6daf1ea082;hpb=071df633cd1fb02057ea8ab6c27c609d5f993401;p=people%2Fpmueller%2Fipfire-2.x.git 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)