summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/openvswitch/ingress_policy.cfg3
-rw-r--r--features/openvswitch/kernel_ovs.scc (renamed from features/openvswitch/vswitch.scc)3
-rw-r--r--features/openvswitch/openvswitch.cfg1
-rw-r--r--features/openvswitch/openvswitch_support.scc5
-rw-r--r--features/openvswitch/tun.cfg1
-rw-r--r--features/openvswitch/vswitch.cfg3
6 files changed, 12 insertions, 4 deletions
diff --git a/features/openvswitch/ingress_policy.cfg b/features/openvswitch/ingress_policy.cfg
new file mode 100644
index 0000000..e0e09a5
--- /dev/null
+++ b/features/openvswitch/ingress_policy.cfg
@@ -0,0 +1,3 @@
1NET_CLS_BASIC=m
2NET_ACT_POLICE=m
3CONFIG_NET_SCH_INGRESS=m
diff --git a/features/openvswitch/vswitch.scc b/features/openvswitch/kernel_ovs.scc
index 2790b4f..2e3c131 100644
--- a/features/openvswitch/vswitch.scc
+++ b/features/openvswitch/kernel_ovs.scc
@@ -1,4 +1,5 @@
1define KFEATURE_DESCRIPTION "Enable in kernel OpenvSwitch module" 1define KFEATURE_DESCRIPTION "Enable in kernel OpenvSwitch module"
2define KFEATURE_COMPATIBILITY board 2define KFEATURE_COMPATIBILITY board
3 3
4kconf non-hardware vswitch.cfg 4include features/openvswitch/openvswitch_support.scc
5kconf non-hardware openvswitch.cfg
diff --git a/features/openvswitch/openvswitch.cfg b/features/openvswitch/openvswitch.cfg
new file mode 100644
index 0000000..82b61f8
--- /dev/null
+++ b/features/openvswitch/openvswitch.cfg
@@ -0,0 +1 @@
CONFIG_OPENVSWITCH=m
diff --git a/features/openvswitch/openvswitch_support.scc b/features/openvswitch/openvswitch_support.scc
new file mode 100644
index 0000000..59d5f36
--- /dev/null
+++ b/features/openvswitch/openvswitch_support.scc
@@ -0,0 +1,5 @@
1define KFEATURE_DESCRIPTION "Enable OpenvSwitch support dependencies in kernel"
2define KFEATURE_COMPATIBILITY board
3
4kconf non-hardware ingress_policy.cfg
5kconf non-hardware tun.cfg
diff --git a/features/openvswitch/tun.cfg b/features/openvswitch/tun.cfg
new file mode 100644
index 0000000..12009e3
--- /dev/null
+++ b/features/openvswitch/tun.cfg
@@ -0,0 +1 @@
CONFIG_TUN=m
diff --git a/features/openvswitch/vswitch.cfg b/features/openvswitch/vswitch.cfg
deleted file mode 100644
index dce03a3..0000000
--- a/features/openvswitch/vswitch.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
1CONFIG_OPENVSWITCH=m
2CONFIG_NET_SCH_INGRESS=m
3CONFIG_TUN=m