diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-20 08:20:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-20 08:20:14 +0000 |
commit | 08f9168615720e416af7a8904b8ae6291df03c4b (patch) | |
tree | c914cebee8f84c0609fce2751d0f3fc5ac8feab6 | |
parent | c718d0b10cea2d539b3f7db0beccf298caf0659e (diff) | |
download | master-31e0f0ae-08f9168615720e416af7a8904b8ae6291df03c4b.tar.gz master-31e0f0ae-08f9168615720e416af7a8904b8ae6291df03c4b.tar.bz2 master-31e0f0ae-08f9168615720e416af7a8904b8ae6291df03c4b.zip |
x86: add back a line accidentally removed in r41763
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41764
-rw-r--r-- | config/Config-images.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 2231b600a9..39e51e4c6e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -235,6 +235,7 @@ menu "Target Images" config VMDK_IMAGES bool "Build VMware image files (VMDK)" depends on TARGET_x86 || TARGET_x86_64 + select GRUB_IMAGES select TARGET_IMAGES_PAD select PACKAGE_kmod-e1000 |