X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fkqemu;h=6e5ecfaefd3ec63c0e83e79ee434cea5239e3eed;hb=7d9710774c48ec672f06195c038158bb1a8a6033;hp=d07d9f1cc9771f06314bdc19e568b8ac5c7cd9cb;hpb=a4aae93d9616aff917de21317a917246f9417b07;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/kqemu b/lfs/kqemu index d07d9f1cc..6e5ecfaef 100644 --- a/lfs/kqemu +++ b/lfs/kqemu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2011 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,15 +24,7 @@ include Config -ifeq "$(PAE)" "1" - VERSUFIX=ipfire-pae -else -ifeq "$(XEN)" "1" - VERSUFIX=ipfire-xen -else - VERSUFIX=ipfire -endif -endif +VERSUFIX=ipfire$(KCFG) VER = 1.4.0pre1 @@ -41,6 +33,7 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) +SUP_ARCH = i586 ############################################################################### # Top-level Rules