op-packages/luci-app-wxedge/Makefile
2026-06-30 01:11:33 +08:00

27 lines
437 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.7-r20250516
PKG_RELEASE:=4
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