From 42268e54f910f941c6c6966be776e342925f76c9 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 2 Sep 2022 13:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b425cb..bfdee08 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \ +luci-compat \ +luci-lib-docker \ +docker \ + +dockerd \ +ttyd LUCI_PKGARCH:=all @@ -14,6 +15,6 @@ PKG_MAINTAINER:=lisaac \ PKG_VERSION:=v0.5.13 -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature