blob: 69b62c162cac7fa901fef41e24918c039d95919a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for docker
LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
+luci-base \
+luci-compat \
+luci-lib-docker \
+docker \
+ttyd \
+dockerd \
+docker-compose
PKG_LICENSE:=AGPL-3.0
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
Florian Eckert <fe@dev.tdt.de>
PKG_VERSION:=0.5.13.20241008
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|