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>
This commit is contained in:
Jo-Philipp Wich
2022-10-19 20:39:57 +02:00
parent 94dd7fdf60
commit 036424df5b
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for OpenConnect VPN
LUCI_DEPENDS:=+openconnect
LUCI_DEPENDS:=+openconnect +luci-lua-runtime
include ../../luci.mk

View File

@@ -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