[x86]: rationalize target image options
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38891 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
3f7b7dc29e
commit
e88f8197cb
|
@ -1,6 +1,6 @@
|
||||||
config X86_ETHERBOOT_IMAGES
|
config X86_ETHERBOOT_IMAGES
|
||||||
bool "Build Etherboot image"
|
bool "Build Etherboot image"
|
||||||
depends on TARGET_x86 && TARGET_x86_thincan_DBE61
|
depends on TARGET_x86_thincan_DBE61
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Builds network bootable image for ThinCan DBE61 (Etherboot BIOS)
|
Builds network bootable image for ThinCan DBE61 (Etherboot BIOS)
|
||||||
|
@ -57,14 +57,12 @@ config X86_GRUB_TIMEOUT
|
||||||
config X86_VDI_IMAGES
|
config X86_VDI_IMAGES
|
||||||
bool "Build VirtualBox image files (VDI)"
|
bool "Build VirtualBox image files (VDI)"
|
||||||
depends on X86_GRUB_IMAGES
|
depends on X86_GRUB_IMAGES
|
||||||
depends on TARGET_x86
|
|
||||||
depends on TARGET_ROOTFS_EXT4FS
|
depends on TARGET_ROOTFS_EXT4FS
|
||||||
select PACKAGE_kmod-pcnet32
|
select PACKAGE_kmod-pcnet32
|
||||||
|
|
||||||
config X86_VMDK_IMAGES
|
config X86_VMDK_IMAGES
|
||||||
bool "Build VMware image files (VMDK)"
|
bool "Build VMware image files (VMDK)"
|
||||||
depends on X86_GRUB_IMAGES
|
depends on X86_GRUB_IMAGES
|
||||||
depends on TARGET_x86
|
|
||||||
depends on TARGET_ROOTFS_EXT4FS
|
depends on TARGET_ROOTFS_EXT4FS
|
||||||
select PACKAGE_kmod-e1000
|
select PACKAGE_kmod-e1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue