X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fxen-image;h=3bfeb11c516650e097b83ce62011f7f3109ceb68;hb=1efe3ea13aedea84f63a2b6b1b448d498f1e7b05;hp=bd46b641ae6098f56abec891ae2aecc75852b637;hpb=5db5319e404da77b8ff488f8955da38f61b74c18;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/xen-image b/lfs/xen-image index bd46b641a..3bfeb11c5 100644 --- a/lfs/xen-image +++ b/lfs/xen-image @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2012 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 # @@ -29,6 +29,8 @@ VER = ipfire THISAPP = xen-image TARGET = $(DIR_INFO)/$(THISAPP) +KVER = `grep "^VER " $(DIR_SRC)/lfs/linux2 | sed "s| ||g" | cut -d"=" -f2` + ############################################################################### # Top-level Rules ###############################################################################