[linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] cgl: Remove non-existing kernel options
zhe.he at windriver.com
zhe.he at windriver.com
Thu Oct 24 00:49:49 PDT 2019
From: He Zhe <zhe.he at windriver.com>
Thess options have been remove from mainline kernel.
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION removed by
4c145dce2601 ("xfrm: make xfrm modes builtin")
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE removed by
be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE")
Signed-off-by: He Zhe <zhe.he at windriver.com>
---
cgl/features/mip6/mip6.cfg | 1 -
cgl/features/selinux/selinux-dev.cfg | 1 -
2 files changed, 2 deletions(-)
diff --git a/cgl/features/mip6/mip6.cfg b/cgl/features/mip6/mip6.cfg
index 09a11b8d..f9c344b6 100644
--- a/cgl/features/mip6/mip6.cfg
+++ b/cgl/features/mip6/mip6.cfg
@@ -4,6 +4,5 @@ CONFIG_XFRM_MIGRATE=y
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
CONFIG_IPV6_MIP6=m
-CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
diff --git a/cgl/features/selinux/selinux-dev.cfg b/cgl/features/selinux/selinux-dev.cfg
index 913e5e13..4c77d989 100644
--- a/cgl/features/selinux/selinux-dev.cfg
+++ b/cgl/features/selinux/selinux-dev.cfg
@@ -1,4 +1,3 @@
# SPDX-License-Identifier: MIT
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
-CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DEVELOP=y
--
2.17.1
More information about the linux-yocto
mailing list