mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
25 lines
468 B
Makefile
25 lines
468 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.0-r20260804
|
|
PKG_RELEASE:=5
|
|
|
|
LUCI_TITLE:=LuCI support for DPanel
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +zoneinfo-asia +docker +dockerd +luci-lib-taskd +luci-lib-docker
|
|
|
|
define Package/luci-app-dpanel/conffiles
|
|
/etc/config/dpanel
|
|
endef
|
|
|
|
define Package/luci-app-dpanel/prerm
|
|
#!/bin/sh
|
|
/usr/libexec/istorec/dpanel.sh stop
|
|
exit 0
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|