上传文件至 /
This commit is contained in:
parent
c40d2aa44b
commit
16d3681908
20
Makefile
Normal file
20
Makefile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
LUCI_TITLE:=LuCI Support for docker
|
||||||
|
LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
|
||||||
|
+luci-compat \
|
||||||
|
+luci-lib-docker \
|
||||||
|
+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:=0.5.13.20241008
|
||||||
|
|
||||||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
# call BuildPackage - OpenWrt buildroot signature
|
Loading…
Reference in New Issue
Block a user