From 0c5e4fa954cc99ccd262d0fea1769ab7dcee5fc3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:46 +0100 Subject: [PATCH] iptables: add autoreconf support Signed-off-by: Stephan Raue --- packages/network/iptables/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/network/iptables/meta b/packages/network/iptables/meta index 1f733ad558..2933d9cd14 100644 --- a/packages/network/iptables/meta +++ b/packages/network/iptables/meta @@ -12,3 +12,5 @@ PKG_SECTION="network" PKG_SHORTDESC="iptables: IP packet filter administration" PKG_LONGDESC="Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. There are several different tables which may be defined, and each table contains a number of built-in chains, and may contain user-defined chains." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"