同步更新

This commit is contained in:
actions-user
2025-11-02 20:36:13 +08:00
commit aaa6bf7f87
69 changed files with 40278 additions and 0 deletions

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