From ce37dd698498a5541edc819a5bb7f4d8c7b077ef Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 31 Dec 2011 02:17:30 +0100 Subject: [PATCH] build: deactivate build of ipset-genl by default --- doc/changelog.txt | 4 ++++ mconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 638232a..b473849 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,6 +1,10 @@ HEAD ==== +Changes: +- Deactivate build of ipset-genl by default. + I think the original ipset package can now take over, given there are + a handful of kernels (2.6.39 onwards) that do not need patching. Enhancements: - Support for Linux 3.2 diff --git a/mconfig b/mconfig index 997353f..f254b3d 100644 --- a/mconfig +++ b/mconfig @@ -20,7 +20,7 @@ build_geoip=m build_gradm=m build_iface=m build_ipp2p=m -build_ipset6=m +build_ipset6= build_ipv4options=m build_length2=m build_lscan=m