diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2014-01-07 12:23:35 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2014-01-07 12:23:35 +0000 |
| commit | b3160a58e8dec8780106b2cd86eda3a3d79c0903 (patch) | |
| tree | 72c2507d12b087fae093eba5588478966a983a50 /config | |
| parent | 9c5efa1ea2f7d4e6fdd20d1c05258993e3653287 (diff) | |
| download | upstream-b3160a58e8dec8780106b2cd86eda3a3d79c0903.tar.gz upstream-b3160a58e8dec8780106b2cd86eda3a3d79c0903.tar.bz2 upstream-b3160a58e8dec8780106b2cd86eda3a3d79c0903.zip | |
add x86_64 target support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
| -rw-r--r-- | config/Config-images.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 7f7536fcd99..c9a75e4a07b 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 |
