diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-10-19 20:39:57 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-25 01:03:37 +0200 |
commit | 036424df5b76111f32d4dce0253bfb8260d8a41f (patch) | |
tree | 125321a730c833b1f7465372b57c47d322f576dc /applications/luci-app-ddns | |
parent | 94dd7fdf60a83376361ea53f6c0baa969eb722ef (diff) |
treewide: add explicit Lua runtime dependencies where needed
Some packages require Lua libraries but do not ship with a luasrc directory,
add explicit dependencies in these cases.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 a529e22e22..2ebb0c8b82 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-mod-admin-full +ddns-scripts +LUCI_DEPENDS:=+luci-mod-admin-full +luci-lua-runtime +ddns-scripts LUCI_PKGARCH:=all include ../../luci.mk |