Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-10-19 21:39:57 +0300
committerJo-Philipp Wich <jo@mein.io>2022-10-25 02:03:37 +0300
commit036424df5b76111f32d4dce0253bfb8260d8a41f (patch)
tree125321a730c833b1f7465372b57c47d322f576dc /protocols/luci-proto-openfortivpn
parent94dd7fdf60a83376361ea53f6c0baa969eb722ef (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 'protocols/luci-proto-openfortivpn')
-rw-r--r--protocols/luci-proto-openfortivpn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-openfortivpn/Makefile b/protocols/luci-proto-openfortivpn/Makefile
index 17a63f78eb..fbdad18b3b 100644
--- a/protocols/luci-proto-openfortivpn/Makefile
+++ b/protocols/luci-proto-openfortivpn/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for OpenFortivpn
-LUCI_DEPENDS:=+openfortivpn
+LUCI_DEPENDS:=+openfortivpn +luci-lua-runtime
include ../../luci.mk