mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
kernel: change selection of config to support more architectures.
This commit is contained in:
13
lfs/madwifi
13
lfs/madwifi
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2010 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user