mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
18 lines
330 B
Makefile
18 lines
330 B
Makefile
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.0-20240101
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI support for Hermes
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+docker +dockerd +luci-lib-taskd
|
|
|
|
define Package/luci-app-hermes/conffiles
|
|
/etc/config/hermes
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|