From 42a2fa553f94a042f7e71f69b889031c86c70cf8 Mon Sep 17 00:00:00 2001 From: Howard Su Date: Sun, 1 Mar 2020 10:16:26 +0800 Subject: [PATCH] luci-app: Remove luci-compat dependency Remove it after converting to js implementaion. Signed-off-by: Howard Su --- applications/luci-app-ddns/Makefile | 2 +- applications/luci-app-nextdns/Makefile | 2 +- applications/luci-app-shadowsocks-libev/Makefile | 2 +- applications/luci-app-upnp/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 3fe679d9c..1b7017030 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -12,7 +12,7 @@ PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith 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 diff --git a/applications/luci-app-nextdns/Makefile b/applications/luci-app-nextdns/Makefile index 263b66e6a..51d60561b 100644 --- a/applications/luci-app-nextdns/Makefile +++ b/applications/luci-app-nextdns/Makefile @@ -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 diff --git a/applications/luci-app-shadowsocks-libev/Makefile b/applications/luci-app-shadowsocks-libev/Makefile index 72195a711..d0923e07a 100644 --- a/applications/luci-app-shadowsocks-libev/Makefile +++ b/applications/luci-app-shadowsocks-libev/Makefile @@ -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 diff --git a/applications/luci-app-upnp/Makefile b/applications/luci-app-upnp/Makefile index bd3cdeb3f..324e3e2aa 100644 --- a/applications/luci-app-upnp/Makefile +++ b/applications/luci-app-upnp/Makefile @@ -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 -- 2.25.1