X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmadwifi;h=2d3f97ed99d1fd18674e69f33986cee19a5626f9;hb=0ba7cc35a71aa47a3ff30f9638978a70e24664ac;hp=90f1a1c67ed7a0d8233633db864ccaeb2d7a212a;hpb=c1cd3a8bf8b5e2df4faaaba39b32f7c40bffa638;p=ipfire-2.x.git diff --git a/lfs/madwifi b/lfs/madwifi index 90f1a1c67e..2d3f97ed99 100644 --- a/lfs/madwifi +++ b/lfs/madwifi @@ -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,16 +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 = hal-0.10.5.6-r4119-20100201 @@ -42,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