mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 03:44:59 +00:00
specify the adapter type for the vmdk conversion
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40442
This commit is contained in:
parent
134c036fc9
commit
fa146ecaa3
@ -145,7 +145,7 @@ ifneq ($(CONFIG_VMDK_IMAGES),)
|
||||
# left here because the image builder doesnt need these
|
||||
ifeq ($(1),ext4)
|
||||
rm $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vmdk || true
|
||||
qemu-img convert -f raw -O vmdk \
|
||||
qemu-img convert -f raw -O vmdk -o adapter_type=lsilogic \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vmdk
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user