X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fkvm-kmod;h=e443b703447a1dfe922c582de6e2045c5ee2103c;hb=c91d1354c4a565c82cfb857c2d1316c39d25d8be;hp=c2eb52df67d81e5ebb57762bdefe0cf9e8f0c300;hpb=23c6672b8c7c555b1455aebc08b51585770152da;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/kvm-kmod b/lfs/kvm-kmod index c2eb52df67..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,11 +24,15 @@ include Config +ifeq "$(PAE)" "1" + VERSUFIX=ipfire-pae +else ifeq "$(XEN)" "1" VERSUFIX=ipfire-xen else VERSUFIX=ipfire endif +endif VER = 2.6.34.1