summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-01-07 12:23:35 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-01-07 12:23:35 +0000
commit7aaa9bc91c9e905f3b943e2b8a1cb3ce140fe9a5 (patch)
tree4dbb15c6e8f7142918e2ae8adc6b0efc39dca879 /config
parent8603b30db51404dfde353d021bc0379290b9d331 (diff)
downloadmtk-20170518-7aaa9bc91c9e905f3b943e2b8a1cb3ce140fe9a5.zip
mtk-20170518-7aaa9bc91c9e905f3b943e2b8a1cb3ce140fe9a5.tar.gz
mtk-20170518-7aaa9bc91c9e905f3b943e2b8a1cb3ce140fe9a5.tar.bz2
add x86_64 target support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39208
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index 7f7536f..c9a75e4 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-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