mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-12 17:12:04 +08:00
enable iso image fox x86/x64
This commit is contained in:
parent
51152334e7
commit
912498c22c
@ -115,7 +115,7 @@ menu "Target Images"
|
|||||||
config TARGET_ROOTFS_ISO
|
config TARGET_ROOTFS_ISO
|
||||||
bool "iso"
|
bool "iso"
|
||||||
default n
|
default n
|
||||||
depends on TARGET_x86_generic
|
depends on TARGET_x86
|
||||||
help
|
help
|
||||||
Create a bootable ISO image.
|
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
|
depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
|
||||||
select PACKAGE_grub2
|
select PACKAGE_grub2
|
||||||
select PACKAGE_grub2-efi
|
select PACKAGE_grub2-efi
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config GRUB_CONSOLE
|
config GRUB_CONSOLE
|
||||||
bool "Use Console Terminal (in addition to Serial)"
|
bool "Use Console Terminal (in addition to Serial)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user