kernel: change selection of config to support more architectures.

This commit is contained in:
Arne Fitzenreiter
2011-10-05 20:20:36 +02:00
parent 33e7a2609e
commit fdf0c7c15d
18 changed files with 78 additions and 219 deletions

View File

@@ -24,21 +24,14 @@
include Config
ifeq "$(PAE)" "1"
VERSUFIX=ipfire-pae
else
ifeq "$(XEN)" "1"
VERSUFIX=ipfire-xen
else
VERSUFIX=ipfire
endif
endif
VER = 1.0.24.1
UVER = 1.0.24.2
FVER = 1.0.24.1
DVER = 1.0.24
VERSUFIX = ipfire$(KCFG)
THISAPP = alsa-lib-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)