X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=config%2FConfig-images.in;h=c9a75e4a07b6d179f1811e70df40d45d90ee7f63;hb=53d06a548d131ffff11b220cb14448c67d79f469;hp=ba9c6d8fa0d75ef874ae3b474764db4b7ae63706;hpb=52d6d15bb991172ac396fd59aa8857e80edcf67c;p=openwrt.git diff --git a/config/Config-images.in b/config/Config-images.in index ba9c6d8fa0..c9a75e4a07 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -135,7 +135,7 @@ menu "Target Images" config GRUB_IMAGES bool "Build GRUB images (Linux x86 or x86_64 host only)" - depends on TARGET_x86 && !(TARGET_x86_olpc || TARGET_x86_rdc) + depends on TARGET_x86_64 || (TARGET_x86 && !(TARGET_x86_olpc || TARGET_x86_rdc)) depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS select PACKAGE_grub2 default y @@ -176,14 +176,14 @@ menu "Target Images" config VDI_IMAGES bool "Build VirtualBox image files (VDI)" - depends on TARGET_x86 + depends on TARGET_x86 || TARGET_x86_64 select GRUB_IMAGES select TARGET_ROOTFS_EXT4FS - select PACKAGE_kmod-pcnet32 + select PACKAGE_kmod-e1000 config VMDK_IMAGES bool "Build VMware image files (VMDK)" - depends on TARGET_x86 + depends on TARGET_x86 || TARGET_x86_64 select GRUB_IMAGES select TARGET_ROOTFS_EXT4FS select PACKAGE_kmod-e1000