From bdf0db9a508eadcbb242658f565614f7fa8fea98 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 21 Oct 2017 02:24:05 +0800 Subject: [PATCH] enable generate ISO live CD for x64 --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index a7b279d48c..89ff1450a2 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -114,7 +114,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.