Skip to content

Commit

Permalink
enable iso image fox x86/x64
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Mar 31, 2018
1 parent 5115233 commit 912498c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/Config-images.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 912498c

Please sign in to comment.