mconfig: deactivate building of xt_TEE and xt_CHECKSUM

This commit is contained in:
Jan Engelhardt
2010-10-02 00:36:54 +02:00
parent bb15becc88
commit aca381d3b6
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ HEAD
- update to ipset 4.4
* ipport{,ip,net}hash did not work with mixed "src" and "dst"
destination parameters
- deactivate building xt_TEE and xt_CHECKSUM by default, as these have been
merged upstream in Linux 2.6.35 and 2.6.36, respectively.
Distros still wishing to build this need to enable it in their build
script, e.g. perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig;
v1.29 (September 29 2010)

View File

@@ -2,7 +2,7 @@
#
build_ACCOUNT=m
build_CHAOS=m
build_CHECKSUM=m
build_CHECKSUM=
build_DELUDE=m
build_DHCPMAC=m
build_ECHO=
@@ -12,7 +12,7 @@ build_RAWNAT=m
build_STEAL=m
build_SYSRQ=m
build_TARPIT=m
build_TEE=m
build_TEE=
build_condition=m
build_fuzzy=m
build_geoip=m