diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2018-03-09 12:08:52 +0100 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2018-03-12 10:36:05 +0100 |
| commit | c7dfc2100fd79fa17e6ff881cbe8acbddb1d6352 (patch) | |
| tree | 3dca4811f3f93eca17ab4e04bcb1074f7f4dbc33 | |
| parent | 815cdc13daab3cfa3ed00eace4c236ba5922763f (diff) | |
| download | enea-kernel-cache-c7dfc2100fd79fa17e6ff881cbe8acbddb1d6352.tar.gz | |
features/physdev: Move as standalone feature and add full dependencies
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
| -rw-r--r-- | features/netfilter/physdev.cfg | 1 | ||||
| -rw-r--r-- | features/physdev/physdev.cfg | 8 | ||||
| -rw-r--r-- | features/physdev/physdev.scc (renamed from features/netfilter/physdev.scc) | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/features/netfilter/physdev.cfg b/features/netfilter/physdev.cfg deleted file mode 100644 index 09c03ef..0000000 --- a/features/netfilter/physdev.cfg +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV = m | ||
diff --git a/features/physdev/physdev.cfg b/features/physdev/physdev.cfg new file mode 100644 index 0000000..fb42ad0 --- /dev/null +++ b/features/physdev/physdev.cfg | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | CONFIG_NETFILTER=y | ||
| 2 | CONFIG_NETFILTER_ADVANCED=y | ||
| 3 | |||
| 4 | CONFIG_BRIDGE=y | ||
| 5 | CONFIG_BRIDGE_NETFILTER=y | ||
| 6 | |||
| 7 | CONFIG_NETFILTER_XTABLES=y | ||
| 8 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m | ||
diff --git a/features/netfilter/physdev.scc b/features/physdev/physdev.scc index 02a46a4..9f23046 100644 --- a/features/netfilter/physdev.scc +++ b/features/physdev/physdev.scc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable physdev match module" | 1 | define KFEATURE_DESCRIPTION "Support for physdev packet matching" |
| 2 | define KFEATURE_COMPATIBILITY all | 2 | define KFEATURE_COMPATIBILITY all |
| 3 | 3 | ||
| 4 | kconf non-hardware physdev.cfg | 4 | kconf non-hardware physdev.cfg |
