diff mbox series

[OpenWrt-Devel] x86: disable CONFIG_EFI_VARS

Message ID SG2PR0601MB1949236B490B8363EF9C41C3E4C00@SG2PR0601MB1949.apcprd06.prod.outlook.com
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel] x86: disable CONFIG_EFI_VARS | expand

Commit Message

Alif M. Ahmad Feb. 27, 2018, 2:01 a.m. UTC
Disable CONFIG_EFI_VARS, since it suffers from sysfs limitation (no
support for variable longer than 1024 bytes).

kmod-fs-efivarfs is the replacement of this, which enables mounting
efivarfs file system and doesn't suffer from 1024 bytes limitation.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
---
 target/linux/x86/64/config-default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
index faaba8064e..f55423e1c5 100644
--- a/target/linux/x86/64/config-default
+++ b/target/linux/x86/64/config-default
@@ -113,7 +113,7 @@  CONFIG_EFI_RUNTIME_MAP=y
 CONFIG_EFI_RUNTIME_WRAPPERS=y
 CONFIG_EFI_STUB=y
 # CONFIG_EFI_TEST is not set
-CONFIG_EFI_VARS=y
+# CONFIG_EFI_VARS is not set
 CONFIG_FB=y
 CONFIG_FB_CFB_COPYAREA=y
 CONFIG_FB_CFB_FILLRECT=y