19 lines
356 B
Makefile
19 lines
356 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=0.3.8-20230323-1
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for webvirtcloud
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +luci-lib-taskd +vmease
|
|
|
|
define Package/luci-app-webvirtcloud/conffiles
|
|
/etc/config/webvirtcloud
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|