mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-07 07:06:45 +08:00
22 lines
434 B
Makefile
22 lines
434 B
Makefile
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 +cgroupfs-mount \
|
|
+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.26
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|