diff options
author | Howard Su <howard0su@gmail.com> | 2020-03-01 10:16:26 +0800 |
---|---|---|
committer | Howard Su <howard0su@gmail.com> | 2020-03-01 10:16:26 +0800 |
commit | 42a2fa553f94a042f7e71f69b889031c86c70cf8 (patch) | |
tree | c83d82c4fb3ea4ecdb1ac8ecc386695351d577b1 /applications/luci-app-ddns/Makefile | |
parent | 7c6c043df7323b74e96d892568f5defcd8e7fd0f (diff) |
luci-app: Remove luci-compat dependency
Remove it after converting to js implementaion.
Signed-off-by: Howard Su <howard0su@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 2 |
1 files changed, 1 insertions, 1 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 <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 |