x86: add back a line accidentally removed in r41763
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41764
This commit is contained in:
parent
c718d0b10c
commit
08f9168615
|
@ -235,6 +235,7 @@ menu "Target Images"
|
||||||
config VMDK_IMAGES
|
config VMDK_IMAGES
|
||||||
bool "Build VMware image files (VMDK)"
|
bool "Build VMware image files (VMDK)"
|
||||||
depends on TARGET_x86 || TARGET_x86_64
|
depends on TARGET_x86 || TARGET_x86_64
|
||||||
|
select GRUB_IMAGES
|
||||||
select TARGET_IMAGES_PAD
|
select TARGET_IMAGES_PAD
|
||||||
select PACKAGE_kmod-e1000
|
select PACKAGE_kmod-e1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue