luci-app: Remove luci-compat dependency 3701/head
authorHoward Su <howard0su@gmail.com>
Sun, 1 Mar 2020 02:16:26 +0000 (10:16 +0800)
committerHoward Su <howard0su@gmail.com>
Sun, 1 Mar 2020 02:16:26 +0000 (10:16 +0800)
Remove it after converting to js implementaion.

Signed-off-by: Howard Su <howard0su@gmail.com>
applications/luci-app-ddns/Makefile
applications/luci-app-nextdns/Makefile
applications/luci-app-shadowsocks-libev/Makefile
applications/luci-app-upnp/Makefile

index 3fe679d9cb3d7789dee0a23189dd434959bc2ab4..1b70170308cc4963efc643f9035a8154a8a700e5 100644 (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
index 263b66e6a626da67b68a4339a37977343c2e2472..51d60561b17e1233a27ac27b37cc0d695a6e3461 100644 (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
index 72195a71101fd763a73cb73a1f52e8c04833c358..d0923e07a47140774e3f61c63ab0c2c461e4c854 100644 (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
 
index bd3cdeb3f2e87616b024e6292f09adbe6599412e..324e3e2aa42910e4dd96bb5b76a148923954c25b 100644 (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