[openwrt/openwrt] kernel: add missing config symbol

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 1 08:21:21 EDT 2020


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1bff9f5b78f8a662f4ea6707e176ffb023cab0a3

commit 1bff9f5b78f8a662f4ea6707e176ffb023cab0a3
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Jul 29 23:57:41 2020 +0300

    kernel: add missing config symbol
    
    This symbol is exposed on ARM64 with EFI enabled in the kernel config.
    Currently this happens only on ipq807x, but as there might be new ARM64
    targets with EFI in the future it is better to add the symbol to the
    generic config.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    Acked-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/generic/config-4.14 | 1 +
 target/linux/generic/config-4.19 | 1 +
 target/linux/generic/config-5.4  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index fa6f239bc5..d9b90f304e 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -1009,6 +1009,7 @@ CONFIG_CRYPTO_PCRYPT=y
 # CONFIG_DEBUG_CREDENTIALS is not set
 # CONFIG_DEBUG_DEVRES is not set
 # CONFIG_DEBUG_DRIVER is not set
+# CONFIG_DEBUG_EFI is not set
 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
 CONFIG_DEBUG_FS=y
 # CONFIG_DEBUG_GPIO is not set
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19
index 016c3bc6aa..a197d82cda 100644
--- a/target/linux/generic/config-4.19
+++ b/target/linux/generic/config-4.19
@@ -1067,6 +1067,7 @@ CONFIG_CRYPTO_PCRYPT=y
 # CONFIG_DEBUG_CREDENTIALS is not set
 # CONFIG_DEBUG_DEVRES is not set
 # CONFIG_DEBUG_DRIVER is not set
+# CONFIG_DEBUG_EFI is not set
 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
 CONFIG_DEBUG_FS=y
 # CONFIG_DEBUG_GPIO is not set
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 1df08c33d2..22d0594e93 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -1139,6 +1139,7 @@ CONFIG_CRYPTO_PCRYPT=y
 # CONFIG_DEBUG_CREDENTIALS is not set
 # CONFIG_DEBUG_DEVRES is not set
 # CONFIG_DEBUG_DRIVER is not set
+# CONFIG_DEBUG_EFI is not set
 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
 CONFIG_DEBUG_FS=y
 # CONFIG_DEBUG_GPIO is not set



More information about the lede-commits mailing list