mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
21 lines
418 B
Makefile
Executable file
21 lines
418 B
Makefile
Executable file
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for docker
|
|
LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
|
|
+luci-compat \
|
|
+luci-lib-docker \
|
|
+luci-lib-ip \
|
|
+docker \
|
|
+dockerd \
|
|
+ttyd
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_LICENSE:=AGPL-3.0
|
|
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
|
Florian Eckert <fe@dev.tdt.de>
|
|
|
|
PKG_VERSION:=v0.5.25
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|