From 81605d8c59e2215f8d4032a34d71b2c687a3d71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Sun, 17 Nov 2019 16:14:45 +0100 Subject: [PATCH] acme: Add dependency on luci-compat for luci-app-acme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #10564. Signed-off-by: Toke Høiland-Jørgensen --- net/acme/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/acme/Makefile b/net/acme/Makefile index fa70cdc78..f62847d46 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme PKG_VERSION:=2.8.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSION)? @@ -80,7 +80,7 @@ define Package/luci-app-acme SECTION:=luci CATEGORY:=LuCI TITLE:=ACME package - LuCI interface - DEPENDS:= lua luci-base +acme + DEPENDS:= lua luci-base luci-compat +acme SUBMENU:=3. Applications PKGARCH:=all endef