From 1a8cc305af227b1f243fd468ad0a07640fc24ddc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 11 Feb 2009 16:56:35 +0100 Subject: [PATCH] doc: add precise version information to INSTALL document --- INSTALL | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index b7cee72..2cb9cea 100644 --- a/INSTALL +++ b/INSTALL @@ -9,16 +9,24 @@ in combination with the kernel's Kbuild system. # make install -Prerequirements -=============== +Supported configurations for this release +========================================= - * iptables 1.4.1 + * iptables >= 1.4.1 + upper bound: iptables <= 1.4.3-rc1 - * kernel-source >= 2.6.17 with prepared build/output directory + * kernel-source >= 2.6.17, no upper bound known + with prepared build/output directory - CONFIG_NF_CONNTRACK or CONFIG_IP_NF_CONNTRACK - CONFIG_NF_CONNTRACK_MARK or CONFIG_IP_NF_CONNTRACK_MARK enabled =y or as module (=m) +Extra notes: + + * in the kernel 2.6.18.x series, >= 2.6.18.5 is required + + * requires that no vendor backports interfere + Selecting extensions ====================