From: He Zhe <zhe...@windriver.com>

Since b5776165c9d3 ("netfilter: Fix remainder of pseudo-header protocol 0"),
net.scc includes a patch which would be reapplied when included by other
features.

This patches create a config variant net-enable.scc for features and leaves
net.scc to BSPs as is.

Signed-off-by: He Zhe <zhe...@windriver.com>
---
 features/net/net-all.scc    | 2 +-
 features/net/net-enable.scc | 1 +
 features/net/team/team.scc  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 features/net/net-enable.scc

diff --git a/features/net/net-all.scc b/features/net/net-all.scc
index ea42023..5cdde4a 100644
--- a/features/net/net-all.scc
+++ b/features/net/net-all.scc
@@ -1,3 +1,3 @@
 
-include features/net/net.scc
+include features/net/net-enable.scc
 include features/net/stmicro/stmicro.scc
diff --git a/features/net/net-enable.scc b/features/net/net-enable.scc
new file mode 100644
index 0000000..79e0dce
--- /dev/null
+++ b/features/net/net-enable.scc
@@ -0,0 +1 @@
+kconf hardware net.cfg
diff --git a/features/net/team/team.scc b/features/net/team/team.scc
index ee3a641..cf5bb9d 100644
--- a/features/net/team/team.scc
+++ b/features/net/team/team.scc
@@ -1,3 +1,3 @@
-include features/net/net.scc
+include features/net/net-enable.scc
 
 kconf non-hardware team.cfg
-- 
2.7.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to