summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-05-15 21:13:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-23 18:56:05 +0200
commitd8832e52ab8cc4496d62dbc8c8fd8b29f1e85176 (patch)
tree4f1a1932a6bb0f59294fd7985f462ea4cb82a2f5 /rules/iptables.in
parent73b2faaef1c4eb738032c3b419f5845222defe56 (diff)
downloadptxdist-d8832e52ab8cc4496d62dbc8c8fd8b29f1e85176.tar.gz
ptxdist-d8832e52ab8cc4496d62dbc8c8fd8b29f1e85176.tar.xz
iptables: Add option to build and install libipq
Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index b7bc47838..134a2f268 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -24,6 +24,13 @@ config IPTABLES_IPV4
bool
prompt "IPv4 support"
+config IPTABLES_LIBIPQ
+ bool
+ prompt "Enable libipq"
+ help
+ Builds and installs libipq (the iptables userspace packet
+ queuing library).
+
config IPTABLES_INSTALL_TOOLS
bool "install executables"
help