Skip to content

Commit

Permalink
rationalize target image options
Browse files Browse the repository at this point in the history
Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 38891
  • Loading branch information
kaloz committed Nov 22, 2013
1 parent f0721fa commit 4c65eeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions target/linux/x86/image/Config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config X86_ETHERBOOT_IMAGES
bool "Build Etherboot image"
depends on TARGET_x86 && TARGET_x86_thincan_DBE61
depends on TARGET_x86_thincan_DBE61
default y
help
Builds network bootable image for ThinCan DBE61 (Etherboot BIOS)
Expand Down Expand Up @@ -57,14 +57,12 @@ config X86_GRUB_TIMEOUT
config X86_VDI_IMAGES
bool "Build VirtualBox image files (VDI)"
depends on X86_GRUB_IMAGES
depends on TARGET_x86
depends on TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-pcnet32

config X86_VMDK_IMAGES
bool "Build VMware image files (VMDK)"
depends on X86_GRUB_IMAGES
depends on TARGET_x86
depends on TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-e1000

Expand Down

0 comments on commit 4c65eeb

Please sign in to comment.