From 891e2d803ea92f74b52ca4fba028a8faade97346 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 21 Nov 2024 18:55:02 +0100 Subject: [PATCH] luci-app-ddns: excise luci-lua-runtime depends was commit 8efe23f3be44a28b872f2cb78b5bac5c8ff7e0a3 Signed-off-by: Paul Donald --- applications/luci-app-ddns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.30.2