[openwrt/openwrt] kernel: move CONFIG_ASN1 to generic config
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 28 12:52:47 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4a956a06f23f56162f90eec79a3cbc6caa732681
commit 4a956a06f23f56162f90eec79a3cbc6caa732681
Author: John Audia <graysky at archlinux.us>
AuthorDate: Sun Feb 27 14:54:33 2022 -0500
kernel: move CONFIG_ASN1 to generic config
Rather than populating this symbol in the individual configs, move it to the
generic config.
Signed-off-by: John Audia <graysky at archlinux.us>
---
target/linux/generic/config-5.10 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index c6a34eea13..bf96908178 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -414,6 +414,7 @@ CONFIG_ARM_GIC_MAX_NR=1
# CONFIG_AS3935 is not set
# CONFIG_AS73211 is not set
# CONFIG_ASM9260_TIMER is not set
+# CONFIG_ASN1 is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_ASUS_WIRELESS is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
More information about the lede-commits
mailing list