From 6bb59caa6466be268ea7016dea5518b0cc208dde Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 9 Oct 2018 20:55:57 +0800 Subject: [PATCH] no select Build EFI GRUB images for x86/x64 --- config/Config-images.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index 24d44c5c7..4ff78683c 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2013 OpenWrt.org +EE# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -200,7 +200,7 @@ menu "Target Images" depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS select PACKAGE_grub2 select PACKAGE_grub2-efi - default y + default n config GRUB_CONSOLE bool "Use Console Terminal (in addition to Serial)"