From 597d8305154887b84bf20d2bd58318549b90335a Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 8 Mar 2018 14:24:01 +0100 Subject: features/raw: Add support for raw iptables table Signed-off-by: Adrian Dudau --- features/raw/raw.cfg | 3 +++ features/raw/raw.scc | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 features/raw/raw.cfg create mode 100644 features/raw/raw.scc diff --git a/features/raw/raw.cfg b/features/raw/raw.cfg new file mode 100644 index 0000000..221a7bf --- /dev/null +++ b/features/raw/raw.cfg @@ -0,0 +1,3 @@ +CONFIG_NETFILTER=y +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_RAW=m diff --git a/features/raw/raw.scc b/features/raw/raw.scc new file mode 100644 index 0000000..8054d7b --- /dev/null +++ b/features/raw/raw.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Support for iptables raw table" +define KFEATURE_COMPATIBILITY all + +kconf non-hardware raw.cfg -- cgit v1.2.3-54-g00ecf