mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
21 lines
398 B
Makefile
21 lines
398 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.1.1-r20231208
|
|
PKG_RELEASE:=4
|
|
|
|
LUCI_TITLE:=LuCI support for runmynas
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+docker +dockerd +luci-lib-iform +luci-lib-taskd
|
|
LUCI_EXTRA_DEPENDS:=luci-lib-iform (>=1.1)
|
|
|
|
define Package/luci-app-runmynas/conffiles
|
|
/etc/config/runmynas
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|