mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
19 lines
315 B
Makefile
19 lines
315 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=0.0.1
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for mfun
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+docker +dockerd +luci-lib-taskd
|
|
|
|
define Package/luci-app-mfun/conffiles
|
|
/etc/config/mfun
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|