Skip to content

Commit

Permalink
update webvirtcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanson committed Dec 21, 2024
1 parent f665bbe commit d3426c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion applications/luci-app-webvirtcloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=0.3.8-20240822-1
PKG_VERSION:=0.8.5-20241221-1
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for webvirtcloud
Expand All @@ -13,6 +13,12 @@ define Package/luci-app-webvirtcloud/conffiles
/etc/config/webvirtcloud
endef

define Package/luci-app-webvirtcloud/prerm
#!/bin/sh
/usr/libexec/istorec/webvirtcloud.sh stop
exit 0
endef

include $(TOPDIR)/feeds/luci/luci.mk

# call BuildPackage - OpenWrt buildroot signature
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ o = s:option(Value, "image_name", translate("Image").."<b>*</b>")
o.rmempty = false
o.datatype = "string"
o:value("linkease/webvirtcloud:latest", "linkease/webvirtcloud:latest")
o:value("linkease/webvirtcloud:0.8.5", "linkease/webvirtcloud:0.8.5")
o:value("linkease/webvirtcloud:0.3.6", "linkease/webvirtcloud:0.3.6")
o.default = "linkease/webvirtcloud:latest"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ do_install() {
echo "$cmd"
eval "$cmd"

sleep 5
sleep 8
echo "Running status:"
/usr/sbin/vmeasedaemon runningStatus --pretty
}
Expand Down

0 comments on commit d3426c3

Please sign in to comment.