mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
25 lines
428 B
Makefile
25 lines
428 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=8.3.2-20250106
|
|
PKG_RELEASE:=3
|
|
|
|
LUCI_TITLE:=LuCI support for pve
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd +vmease
|
|
|
|
define Package/luci-app-pve/conffiles
|
|
/etc/config/pve
|
|
endef
|
|
|
|
define Package/luci-app-pve/prerm
|
|
#!/bin/sh
|
|
/usr/libexec/istorec/pve.sh stop
|
|
exit 0
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|