[openwrt/openwrt] x86: Add CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
LEDE Commits
lede-commits at lists.infradead.org
Tue Aug 11 16:18:20 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-18.06:
https://git.openwrt.org/0c25ece262e8ec44d7414d472afa8d8e5858edfa
commit 0c25ece262e8ec44d7414d472afa8d8e5858edfa
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Aug 11 18:50:34 2020 +0200
x86: Add CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
The CONFIG_EFI_CUSTOM_SSDT_OVERLAYS option was added in kernel 4.14.188,
set it for the x86/generic target.
This fixes a build problem in the x86/generic target.
Fixes: 35e9edc3dfef ("kernel: Update kernel 4.14 to version 4.14.193")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/x86/generic/config-default | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default
index 1e32581848..324d841fbe 100644
--- a/target/linux/x86/generic/config-default
+++ b/target/linux/x86/generic/config-default
@@ -107,6 +107,7 @@ CONFIG_EFIVAR_FS=m
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_CAPSULE_QUIRK_QUARK_CSH is not set
+# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS is not set
# CONFIG_EFI_DEV_PATH_PARSER is not set
CONFIG_EFI_ESRT=y
# CONFIG_EFI_FAKE_MEMMAP is not set
More information about the lede-commits
mailing list