From 912498c22c9c137f795d54c24ca3db891d67f399 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 31 Mar 2018 12:55:10 +0800 Subject: [PATCH] enable iso image fox 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 3a22e054ce8c78..cb6cf126768151 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -115,7 +115,7 @@ menu "Target Images" config TARGET_ROOTFS_ISO bool "iso" default n - depends on TARGET_x86_generic + depends on TARGET_x86 help Create a bootable ISO image. @@ -192,7 +192,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)"