From 7acf7ff40a398af1075180754c7e32f856e67f2f Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 14 Aug 2023 18:44:07 +0800 Subject: [PATCH] luci-compat: fix compatibility with v19.07.7 --- applications/luci-app-acme/Makefile | 2 +- modules/luci-compat/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/luci-app-acme/Makefile b/applications/luci-app-acme/Makefile index 6849afb9..37a61ed5 100644 --- a/applications/luci-app-acme/Makefile +++ b/applications/luci-app-acme/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=ACME package - LuCI interface -LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +acme +LUCI_DEPENDS:=+acme PKG_MAINTAINER:=Toke Høiland-Jørgensen PKG_LICENSE:=GPL-3.0-or-later diff --git a/modules/luci-compat/Makefile b/modules/luci-compat/Makefile index eaf75ef4..1339cc24 100644 --- a/modules/luci-compat/Makefile +++ b/modules/luci-compat/Makefile @@ -12,7 +12,6 @@ LUCI_TYPE:=mod LUCI_BASENAME:=compat LUCI_TITLE:=LuCI compatibility libraries -LUCI_DEPENDS:=+luci-base include ../../luci.mk