luci-compat: fix compatibility with v19.07.7

This commit is contained in:
coolsnowwolf 2023-08-14 18:44:07 +08:00
parent eba8e8b5dc
commit 7acf7ff40a
2 changed files with 1 additions and 2 deletions

View File

@ -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 <toke@toke.dk>
PKG_LICENSE:=GPL-3.0-or-later

View File

@ -12,7 +12,6 @@ LUCI_TYPE:=mod
LUCI_BASENAME:=compat
LUCI_TITLE:=LuCI compatibility libraries
LUCI_DEPENDS:=+luci-base
include ../../luci.mk