上传文件至 /

This commit is contained in:
zhao 2024-12-18 23:07:21 +08:00
parent c40d2aa44b
commit 16d3681908

20
Makefile Normal file
View 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