fixes menuconfig selection of grub for x86 targets
SVN-Revision: 8713
This commit is contained in:
parent
038459c125
commit
b9eaeeaf99
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config X86_GRUB_IMAGES
|
config X86_GRUB_IMAGES
|
||||||
bool "Build GRUB images (Linux x86 or x86_64 host only)"
|
bool "Build GRUB images (Linux x86 or x86_64 host only)"
|
||||||
depends LINUX_2_6_X86
|
depends TARGET_x86
|
||||||
depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
|
depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue