luci-app: Remove luci-compat dependency

Remove it after converting to js implementaion.

Signed-off-by: Howard Su <howard0su@gmail.com>
This commit is contained in:
Howard Su 2020-03-01 10:16:26 +08:00
parent 7c6c043df7
commit 42a2fa553f
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-mod-admin-full +ddns-scripts
LUCI_DEPENDS:=+luci-lib-ipkg +luci-mod-admin-full +ddns-scripts
LUCI_PKGARCH:=all
include ../../luci.mk

View file

@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for NextDNS
LUCI_DEPENDS:=+luci-compat +nextdns
LUCI_DEPENDS:=+nextdns
LUCI_PKGARCH:=all
include ../../luci.mk

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for shadowsocks-libev
LUCI_DEPENDS:=+luci-compat
LUCI_DEPENDS:=
PKG_LICENSE:=Apache-2.0

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Universal Plug & Play configuration module
LUCI_DEPENDS:=+luci-compat +miniupnpd
LUCI_DEPENDS:=+miniupnpd
include ../../luci.mk