summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-28 14:18:49 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-28 14:18:49 +0000
commit8017a54200b38cbd9efcd2a8fb44221487b3daa4 (patch)
treed8118b3793d19206c39cd90e4c4965dfca2d9099 /rules/iptables.in
parent576726c86564601d9626af48f6ba27cc4cdd9da6 (diff)
downloadptxdist-8017a54200b38cbd9efcd2a8fb44221487b3daa4.tar.gz
ptxdist-8017a54200b38cbd9efcd2a8fb44221487b3daa4.tar.xz
menuconfigized
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4833 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in86
1 files changed, 80 insertions, 6 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index 0d61c47a5..2c303a9d4 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -1,10 +1,8 @@
-menu "iptables "
-
# FIXME: audit which extensions are still there
-config IPTABLES
+menuconfig IPTABLES
+ prompt "iptables "
bool
- prompt "compile iptables"
help
Iptables is used to set up, maintain, and inspect the
tables of IP packet filter rules in the Linux kernel.
@@ -41,10 +39,12 @@ config IPTABLES_INSTALL_IPTABLES_SAVE
FIXME: This item needs to be documented
comment "----------------------------------"
+ depends on IPTABLES
config IPTABLES_INSTALL_libipt_addrtype
bool
prompt "install libipt_addrtype.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -52,6 +52,7 @@ config IPTABLES_INSTALL_libipt_addrtype
#config IPTABLES_INSTALL_libipt_ah
# bool
# prompt "install libipt_ah.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IPTABLES
# help
# FIXME: This item needs to be documented
@@ -59,6 +60,7 @@ config IPTABLES_INSTALL_libipt_addrtype
config IPTABLES_INSTALL_libipt_CLASSIFY
bool
prompt "install libipt_CLASSIFY.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -66,6 +68,7 @@ config IPTABLES_INSTALL_libipt_CLASSIFY
#config IPTABLES_INSTALL_libipt_CLUSTERIP
# bool
# prompt "install libipt_CLUSTERIP.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IPTABLES
# help
# FIXME: This item needs to be documented
@@ -73,6 +76,7 @@ config IPTABLES_INSTALL_libipt_CLASSIFY
config IPTABLES_INSTALL_libipt_connlimit
bool
prompt "install libipt_connlimit.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -80,6 +84,7 @@ config IPTABLES_INSTALL_libipt_connlimit
config IPTABLES_INSTALL_libipt_connmark
bool
prompt "install libipt_connmark.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -88,12 +93,14 @@ config IPTABLES_INSTALL_libipt_CONNMARK
bool
prompt "install libipt_CONNMARK.so"
depends on IPTABLES_INSTALL_IPTABLES
+ depends on IPTABLES
help
FIXME: This item needs to be documented
config IPTABLES_INSTALL_libipt_conntrack
bool
prompt "install libipt_conntrack.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -101,6 +108,7 @@ config IPTABLES_INSTALL_libipt_conntrack
config IPTABLES_INSTALL_libipt_DNAT
bool
prompt "install libipt_DNAT.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -108,6 +116,7 @@ config IPTABLES_INSTALL_libipt_DNAT
config IPTABLES_INSTALL_libipt_dscp
bool
prompt "install libipt_dscp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -115,6 +124,7 @@ config IPTABLES_INSTALL_libipt_dscp
config IPTABLES_INSTALL_libipt_DSCP
bool
prompt "install libipt_DSCP.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -122,6 +132,7 @@ config IPTABLES_INSTALL_libipt_DSCP
config IPTABLES_INSTALL_libipt_ecn
bool
prompt "install libipt_ecn.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -129,6 +140,7 @@ config IPTABLES_INSTALL_libipt_ecn
config IPTABLES_INSTALL_libipt_ECN
bool
prompt "install libipt_ECN.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -136,6 +148,7 @@ config IPTABLES_INSTALL_libipt_ECN
config IPTABLES_INSTALL_libipt_esp
bool
prompt "install libipt_esp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -143,6 +156,7 @@ config IPTABLES_INSTALL_libipt_esp
config IPTABLES_INSTALL_libipt_helper
bool
prompt "install libipt_helper.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -150,6 +164,7 @@ config IPTABLES_INSTALL_libipt_helper
config IPTABLES_INSTALL_libipt_icmp
bool
prompt "install libipt_icmp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -157,6 +172,7 @@ config IPTABLES_INSTALL_libipt_icmp
config IPTABLES_INSTALL_libipt_iprange
bool
prompt "install libipt_iprange.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -164,6 +180,7 @@ config IPTABLES_INSTALL_libipt_iprange
config IPTABLES_INSTALL_libipt_length
bool
prompt "install libipt_length.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -171,6 +188,7 @@ config IPTABLES_INSTALL_libipt_length
config IPTABLES_INSTALL_libipt_limit
bool
prompt "install libipt_limit.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -178,6 +196,7 @@ config IPTABLES_INSTALL_libipt_limit
config IPTABLES_INSTALL_libipt_LOG
bool
prompt "install libipt_LOG.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -185,6 +204,7 @@ config IPTABLES_INSTALL_libipt_LOG
config IPTABLES_INSTALL_libipt_mac
bool
prompt "install libipt_mac.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -192,6 +212,7 @@ config IPTABLES_INSTALL_libipt_mac
config IPTABLES_INSTALL_libipt_mark
bool
prompt "install libipt_mark.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -199,6 +220,7 @@ config IPTABLES_INSTALL_libipt_mark
config IPTABLES_INSTALL_libipt_MARK
bool
prompt "install libipt_MARK.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -206,6 +228,7 @@ config IPTABLES_INSTALL_libipt_MARK
config IPTABLES_INSTALL_libipt_MASQUERADE
bool
prompt "install libipt_MASQUERADE.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -213,6 +236,7 @@ config IPTABLES_INSTALL_libipt_MASQUERADE
config IPTABLES_INSTALL_libipt_MIRROR
bool
prompt "install libipt_MIRROR.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -220,6 +244,7 @@ config IPTABLES_INSTALL_libipt_MIRROR
config IPTABLES_INSTALL_libipt_multiport
bool
prompt "install libipt_multiport.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -228,12 +253,14 @@ config IPTABLES_INSTALL_libipt_NETMAP
bool
prompt "install libipt_NETMAP.so"
depends on IPTABLES_INSTALL_IPTABLES
+ depends on IPTABLES
help
FIXME: This item needs to be documented
config IPTABLES_INSTALL_libipt_NOTRACK
bool
prompt "install libipt_NOTRACK.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -241,6 +268,7 @@ config IPTABLES_INSTALL_libipt_NOTRACK
config IPTABLES_INSTALL_libipt_owner
bool
prompt "install libipt_owner.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -248,6 +276,7 @@ config IPTABLES_INSTALL_libipt_owner
config IPTABLES_INSTALL_libipt_physdev
bool
prompt "install libipt_physdev.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -255,6 +284,7 @@ config IPTABLES_INSTALL_libipt_physdev
config IPTABLES_INSTALL_libipt_pkttype
bool
prompt "install libipt_pkttype.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -262,6 +292,7 @@ config IPTABLES_INSTALL_libipt_pkttype
config IPTABLES_INSTALL_libipt_realm
bool
prompt "install libipt_realm.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -269,6 +300,7 @@ config IPTABLES_INSTALL_libipt_realm
#config IPTABLES_INSTALL_libipt_recent
# bool
# prompt "install libipt_recent.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IPTABLES
# help
# FIXME: This item needs to be documented
@@ -276,6 +308,7 @@ config IPTABLES_INSTALL_libipt_realm
config IPTABLES_INSTALL_libipt_REDIRECT
bool
prompt "install libipt_REDIRECT.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -283,6 +316,7 @@ config IPTABLES_INSTALL_libipt_REDIRECT
config IPTABLES_INSTALL_libipt_REJECT
bool
prompt "install libipt_REJECT.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -290,6 +324,7 @@ config IPTABLES_INSTALL_libipt_REJECT
config IPTABLES_INSTALL_libipt_rpc
bool
prompt "install libipt_rpc.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -297,6 +332,7 @@ config IPTABLES_INSTALL_libipt_rpc
config IPTABLES_INSTALL_libipt_SAME
bool
prompt "install libipt_SAME.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -304,6 +340,7 @@ config IPTABLES_INSTALL_libipt_SAME
config IPTABLES_INSTALL_libipt_sctp
bool
prompt "install libipt_sctp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -311,6 +348,7 @@ config IPTABLES_INSTALL_libipt_sctp
config IPTABLES_INSTALL_libipt_SNAT
bool
prompt "install libipt_SNAT.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -318,6 +356,7 @@ config IPTABLES_INSTALL_libipt_SNAT
config IPTABLES_INSTALL_libipt_standard
bool
prompt "install libipt_standard.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -325,6 +364,7 @@ config IPTABLES_INSTALL_libipt_standard
config IPTABLES_INSTALL_libipt_state
bool
prompt "install libipt_state.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -332,6 +372,7 @@ config IPTABLES_INSTALL_libipt_state
config IPTABLES_INSTALL_libipt_TARPIT
bool
prompt "install libipt_TARPIT.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -339,6 +380,7 @@ config IPTABLES_INSTALL_libipt_TARPIT
config IPTABLES_INSTALL_libipt_tcpmss
bool
prompt "install libipt_tcpmss.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -346,6 +388,7 @@ config IPTABLES_INSTALL_libipt_tcpmss
config IPTABLES_INSTALL_libipt_TCPMSS
bool
prompt "install libipt_TCPMSS.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -353,6 +396,7 @@ config IPTABLES_INSTALL_libipt_TCPMSS
config IPTABLES_INSTALL_libipt_tcp
bool
prompt "install libipt_tcp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -360,6 +404,7 @@ config IPTABLES_INSTALL_libipt_tcp
config IPTABLES_INSTALL_libipt_tos
bool
prompt "install libipt_tos.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -367,6 +412,7 @@ config IPTABLES_INSTALL_libipt_tos
config IPTABLES_INSTALL_libipt_TOS
bool
prompt "install libipt_TOS.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -374,6 +420,7 @@ config IPTABLES_INSTALL_libipt_TOS
config IPTABLES_INSTALL_libipt_TRACE
bool
prompt "install libipt_TRACE.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -381,6 +428,7 @@ config IPTABLES_INSTALL_libipt_TRACE
config IPTABLES_INSTALL_libipt_ttl
bool
prompt "install libipt_ttl.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -388,6 +436,7 @@ config IPTABLES_INSTALL_libipt_ttl
config IPTABLES_INSTALL_libipt_TTL
bool
prompt "install libipt_TTL.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -395,6 +444,7 @@ config IPTABLES_INSTALL_libipt_TTL
config IPTABLES_INSTALL_libipt_udp
bool
prompt "install libipt_udp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -402,6 +452,7 @@ config IPTABLES_INSTALL_libipt_udp
config IPTABLES_INSTALL_libipt_ULOG
bool
prompt "install libipt_ULOG.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
@@ -409,15 +460,18 @@ config IPTABLES_INSTALL_libipt_ULOG
config IPTABLES_INSTALL_libipt_unclean
bool
prompt "install libipt_unclean.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
comment "----------------------------------"
+ depends on IPTABLES
#config IPTABLES_INSTALL_libip6t_ah
# bool
# prompt "install libip6t_ah.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IP6TABLES
# help
# FIXME: This item needs to be documented
@@ -425,6 +479,7 @@ comment "----------------------------------"
#config IPTABLES_INSTALL_libip6t_dst
# bool
# prompt "install libip6t_dst.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IP6TABLES
# help
# FIXME: This item needs to be documented
@@ -432,6 +487,7 @@ comment "----------------------------------"
#config IPTABLES_INSTALL_libip6t_esp
# bool
# prompt "install libip6t_esp.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IP6TABLES
# help
# FIXME: This item needs to be documented
@@ -439,6 +495,7 @@ comment "----------------------------------"
config IPTABLES_INSTALL_libip6t_eui64
bool
prompt "install libip6t_eui64.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -446,6 +503,7 @@ config IPTABLES_INSTALL_libip6t_eui64
#config IPTABLES_INSTALL_libip6t_frag
# bool
# prompt "install libip6t_frag.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IP6TABLES
# help
# FIXME: This item needs to be documented
@@ -454,12 +512,14 @@ config IPTABLES_INSTALL_libip6t_eui64
# bool
# prompt "install libip6t_hbh.so"
# depends on IPTABLES_INSTALL_IP6TABLES
+# depends on IPTABLES
# help
# FIXME: This item needs to be documented
config IPTABLES_INSTALL_libip6t_hl
bool
prompt "install libip6t_hl.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -467,6 +527,7 @@ config IPTABLES_INSTALL_libip6t_hl
config IPTABLES_INSTALL_libip6t_HL
bool
prompt "install libip6t_HL.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -474,6 +535,7 @@ config IPTABLES_INSTALL_libip6t_HL
config IPTABLES_INSTALL_libip6t_icmpv6
bool
prompt "install libip6t_icmpv6.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -481,6 +543,7 @@ config IPTABLES_INSTALL_libip6t_icmpv6
#config IPTABLES_INSTALL_libip6t_ipv6header
# bool
# prompt "install libip6t_ipv6header.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IP6TABLES
# help
# FIXME: This item needs to be documented
@@ -488,6 +551,7 @@ config IPTABLES_INSTALL_libip6t_icmpv6
config IPTABLES_INSTALL_libip6t_length
bool
prompt "install libip6t_length.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -495,6 +559,7 @@ config IPTABLES_INSTALL_libip6t_length
config IPTABLES_INSTALL_libip6t_limit
bool
prompt "install libip6t_limit.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -502,6 +567,7 @@ config IPTABLES_INSTALL_libip6t_limit
config IPTABLES_INSTALL_libip6t_LOG
bool
prompt "install libip6t_LOG.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -509,6 +575,7 @@ config IPTABLES_INSTALL_libip6t_LOG
config IPTABLES_INSTALL_libip6t_mac
bool
prompt "install libip6t_mac.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -516,6 +583,7 @@ config IPTABLES_INSTALL_libip6t_mac
config IPTABLES_INSTALL_libip6t_mark
bool
prompt "install libip6t_mark.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -523,6 +591,7 @@ config IPTABLES_INSTALL_libip6t_mark
config IPTABLES_INSTALL_libip6t_MARK
bool
prompt "install libip6t_MARK.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -531,6 +600,7 @@ config IPTABLES_INSTALL_libip6t_multiport
bool
prompt "install libip6t_multiport.so"
depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
help
FIXME: This item needs to be documented
@@ -538,12 +608,14 @@ config IPTABLES_INSTALL_libip6t_owner
bool
prompt "install libip6t_owner.so"
depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
help
FIXME: This item needs to be documented
#config IPTABLES_INSTALL_libip6t_rt
# bool
# prompt "install libip6t_rt.so"
+# depends on IPTABLES
# depends on IPTABLES_INSTALL_IP6TABLES
# help
# FIXME: This item needs to be documented
@@ -551,6 +623,7 @@ config IPTABLES_INSTALL_libip6t_owner
config IPTABLES_INSTALL_libip6t_standard
bool
prompt "install libip6t_standard.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -558,6 +631,7 @@ config IPTABLES_INSTALL_libip6t_standard
config IPTABLES_INSTALL_libip6t_tcp
bool
prompt "install libip6t_tcp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -565,6 +639,7 @@ config IPTABLES_INSTALL_libip6t_tcp
config IPTABLES_INSTALL_libip6t_TRACE
bool
prompt "install libip6t_TRACE.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
@@ -572,9 +647,8 @@ config IPTABLES_INSTALL_libip6t_TRACE
config IPTABLES_INSTALL_libip6t_udp
bool
prompt "install libip6t_udp.so"
+ depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
-
-endmenu