Skip to content

Commit

Permalink
qemu: bump to version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 7, 2019
1 parent d75bcfc commit c767cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/qemu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endef

define Package/qemu-ga/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/qemu-ga $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/qemu-ga $(1)/usr/bin
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/qemu-ga.init $(1)/etc/init.d/qemu-ga
$(INSTALL_DIR) $(1)/etc/hotplug.d/virtio-ports
Expand Down

0 comments on commit c767cf1

Please sign in to comment.