summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.netfilter')
-rw-r--r--target/linux/config/Config.in.netfilter18
1 files changed, 11 insertions, 7 deletions
diff --git a/target/linux/config/Config.in.netfilter b/target/linux/config/Config.in.netfilter
index 2fc23225c..f07302981 100644
--- a/target/linux/config/Config.in.netfilter
+++ b/target/linux/config/Config.in.netfilter
@@ -1,29 +1,33 @@
menu "Netfilter (Firewall/Filtering)"
config ADK_KERNEL_NETFILTER
- bool
+ boolean
+ default y if ADK_PACKAGE_IPTABLES
default n
config ADK_KERNEL_NETFILTER_ADVANCED
- bool
+ boolean
+ default y if ADK_PACKAGE_IPTABLES
default n
config ADK_KERNEL_BRIDGE_NETFILTER
- bool
+ boolean
+ default y if ADK_PACKAGE_EBTABLES
default n
config ADK_KERNEL_NETFILTER_XTABLES
- bool
+ boolean
select ADK_KERNEL_NETFILTER
select ADK_KERNEL_NETFILTER_ADVANCED
+ default y if ADK_PACKAGE_IPTABLES
default n
config ADK_KERNEL_NETFILTER_DEBUG
- bool
+ boolean
default n
config ADK_KERNEL_IP_NF_MATCH_LAYER7_DEBUG
- bool
+ boolean
default n
config ADK_KERNEL_IP_NF_TARGET_MIRROR
@@ -75,7 +79,7 @@ config ADK_KERNEL_IP6_NF_IPTABLES
default n
config ADK_KERNEL_IP_ROUTE_FWMARK
- bool
+ boolean
default n
config ADK_KERNEL_IP_NF_QUEUE