summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-11-21 18:55:02 +0100
committerPaul Donald <newtwen+github@gmail.com>2024-11-22 20:26:23 +0100
commit891e2d803ea92f74b52ca4fba028a8faade97346 (patch)
tree616d35b25e7ee2afaa327da5de82b95a2b12d3ea
parent3f907abad40a045b29b9d8bb65090b2b90e2a16d (diff)
luci-app-ddns: excise luci-lua-runtime depends
was commit 8efe23f3be44a28b872f2cb78b5bac5c8ff7e0a3 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-rw-r--r--applications/luci-app-ddns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile
index a2d5935b16..176a3ffb80 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-base +luci-lua-runtime +ddns-scripts
+LUCI_DEPENDS:=+luci-base +ddns-scripts
include ../../luci.mk