mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user