diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-03-01 16:27:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 16:27:31 +0100 |
commit | 2ceeaee129a25bd63faaef49dfa1456cca40d4fe (patch) | |
tree | 56cfdf78049891d24e656b69eb699076c5e88e26 /applications/luci-app-ddns | |
parent | 77ba1cfb2c32d2219d7bba4da7dc8c4e28722675 (diff) | |
parent | 42a2fa553f94a042f7e71f69b889031c86c70cf8 (diff) |
Merge pull request #3701 from howard0su/clean
luci-app: Remove luci-compat dependency
Diffstat (limited to 'applications/luci-app-ddns')
-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 |