kenzok8-package/luci-app-wxedge/Makefile
2024-12-09 00:23:41 +08:00

27 lines
435 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.4-20241208
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for wxedge
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
define Package/luci-app-wxedge/conffiles
/etc/config/wxedge
endef
# prerm
# postrm
define Package/luci-app-wxedge/prerm
#!/bin/sh
docker rm -f wxedge
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature