Changeset 15201
- Timestamp:
- 2009-04-10T15:34:40+02:00 (9 years ago)
- Location:
- branches/8.09/target/linux/x86/image
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/8.09/target/linux/x86/image/Config.in
r11300 r15201 37 37 38 38 config X86_VDI_IMAGES 39 bool "Build VirtualBox image files (VDI). Requires vditool"39 bool "Build VirtualBox image files (VDI). Requires VBoxManage" 40 40 depends TARGET_x86 41 41 depends TARGET_ROOTFS_EXT2FS -
branches/8.09/target/linux/x86/image/Makefile
r11599 r15201 67 67 ifeq ($(1),ext2) 68 68 rm $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi || true 69 vditool DD $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi $(BIN_DIR)/openwrt-$(BOARD)-ext2.image69 VBoxManage convertfromraw -format VDI $(BIN_DIR)/openwrt-$(BOARD)-ext2.image $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi 70 70 endif 71 71 endef … … 111 111 112 112 ifeq ($(CONFIG_X86_VDI_IMAGES),y) 113 $(eval $(call RequireCommand, vditool, \114 You need vditoolto generate VirtualBox images. \113 $(eval $(call RequireCommand,VBoxManage, \ 114 You need VBoxManage to generate VirtualBox images. \ 115 115 )) 116 116 endif
Note: See TracChangeset
for help on using the changeset viewer.