[openwrt/openwrt] kernel: add missing CONFIG_SECURITY_NETWORK_XFRM ksym
LEDE Commits
lede-commits at lists.infradead.org
Wed Sep 1 01:42:48 PDT 2021
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/42ee7d8157c177675a508b6d8a502e4ac3623235
commit 42ee7d8157c177675a508b6d8a502e4ac3623235
Author: Rui Salvaterra <rsalvaterra at gmail.com>
AuthorDate: Wed Sep 1 09:02:20 2021 +0100
kernel: add missing CONFIG_SECURITY_NETWORK_XFRM ksym
Paul noticed a build failure [1] due to this missing symbol. Add it as disabled
to both generic kconfigs.
[1] https://github.com/aparcar/openwrt/runs/3480872706?check_suite_focus=true#step:11:63
Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
target/linux/generic/config-5.10 | 1 +
target/linux/generic/config-5.4 | 1 +
2 files changed, 2 insertions(+)
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 02e8ce18d1..2aef5728c2 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -5034,6 +5034,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_SECURITY_DMESG_RESTRICT=y
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
+# CONFIG_SECURITY_NETWORK_XFRM is not set
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_SELINUX_AVC_STATS is not set
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 4e40b07b47..7819d35fc9 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -4642,6 +4642,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_SECURITY_DMESG_RESTRICT=y
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
+# CONFIG_SECURITY_NETWORK_XFRM is not set
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_SELINUX_AVC_STATS is not set
More information about the lede-commits
mailing list