From 4654ee127ff5fb888f61245ec584c2bde2855ff0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 2 Feb 2011 04:54:40 +0100 Subject: [PATCH] xt_DNETMAP: disable by default for now I wanted xt_DNETMAP to be included in the release already, though because it only compiled with Linux >= 2.6.34 currently (some work will be needed), deactive it by default. --- mconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mconfig b/mconfig index 164df5a..0d33d7d 100644 --- a/mconfig +++ b/mconfig @@ -5,7 +5,7 @@ build_CHAOS=m build_CHECKSUM= build_DELUDE=m build_DHCPMAC=m -build_DNETMAP=m +build_DNETMAP= build_ECHO= build_IPMARK=m build_LOGMARK=m