diff options
| -rw-r--r-- | features/ct/ct.cfg | 11 | ||||
| -rw-r--r-- | features/ct/ct.scc | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/features/ct/ct.cfg b/features/ct/ct.cfg new file mode 100644 index 0000000..9b469c0 --- /dev/null +++ b/features/ct/ct.cfg | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | CONFIG_NETFILTER=y | ||
| 2 | CONFIG_NETFILTER_ADVANCED=y | ||
| 3 | CONFIG_NF_CONNTRACK=y | ||
| 4 | |||
| 5 | CONFIG_NETFILTER_XTABLES=y | ||
| 6 | |||
| 7 | CONFIG_IP_NF_IPTABLES=y | ||
| 8 | CONFIG_IP_NF_RAW=m | ||
| 9 | CONFIG_NETFILTER_XT_TARGET_CT=m | ||
| 10 | |||
| 11 | CONFIG_NF_CONNTRACK_ZONES=y | ||
diff --git a/features/ct/ct.scc b/features/ct/ct.scc new file mode 100644 index 0000000..fefc211 --- /dev/null +++ b/features/ct/ct.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Support for CT target in iptables" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware ct.cfg | ||
