mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
21 lines
396 B
Makefile
21 lines
396 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.1.1-20231208
|
|
PKG_RELEASE:=
|
|
|
|
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
|
|
|