From 3b456c265cce29d8c70456641a3afb9594ed836b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 6 Dec 2010 17:08:32 +0100 Subject: [PATCH] skip ipfwroot with f14-k32 for now --- onelab.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/onelab.mk b/onelab.mk index 51ed317e..b04bb250 100644 --- a/onelab.mk +++ b/onelab.mk @@ -46,8 +46,10 @@ ipfwroot-DEPEND-DEVEL-RPMS := kernel-devel ipfwroot-SPECVARS = kernel_version=$(kernel.rpm-version) \ kernel_release=$(kernel.rpm-release) \ kernel_arch=$(kernel.rpm-arch) +ifneq ($(DISTRONAME),f14) ALL += ipfwroot IN_BOOTSTRAPFS += ipfwroot +endif ipfwslice-MODULES := ipfw ipfwslice-SPEC := planetlab/ipfwslice.spec @@ -56,9 +58,6 @@ ipfwslice-SPECVARS = kernel_version=$(kernel.rpm-version) \ kernel_arch=$(kernel.rpm-arch) ALL += ipfwslice -# this doesn't build on f12 - weird all right - I suspect gcc to be smarter but that needs investigation -# is madwifi still current anyway ? should we move to ath5k instead ? -#ifneq "$(DISTRONAME)" "f12" # # madwifi # @@ -71,7 +70,6 @@ madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \ kernel_arch=$(kernel.rpm-arch) ALL += madwifi IN_BOOTSTRAPFS += madwifi -#endif # # nozomi -- 2.43.0