From 571c168c09363a2a668055607eb7b2bedba76718 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 7 Jan 2014 16:50:36 +0100 Subject: [PATCH] ipfwroot builds only under f18 for now --- lxc.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lxc.mk b/lxc.mk index 7fe4ad48..47ccb5c7 100644 --- a/lxc.mk +++ b/lxc.mk @@ -38,8 +38,8 @@ IN_NODEIMAGE += procprotect # # ipfw: root context module, and slice companion # -# starting on 2013-03-05 when f18 has moved to kernel 3.8 this module won't build anymore -#ifeq "$(DISTRONAME)" "f16" +# this module won't build yet under f20 +ifeq "$(DISTRONAME)" "f18" ipfwroot-MODULES := ipfw ipfwroot-SPEC := planetlab/ipfwroot.spec ALL += ipfwroot @@ -48,7 +48,7 @@ IN_NODEIMAGE += ipfwroot ipfwslice-MODULES := ipfw ipfwslice-SPEC := planetlab/ipfwslice.spec ALL += ipfwslice -#endif +endif # # comgt - a companion to umts tools -- 2.43.0