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:
parent
94dd7fdf60
commit
036424df5b
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Freifunk DHCP-Splash application
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-nixio +luci-lib-iptparser +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
|
||||
LUCI_DEPENDS:=+luci-compat +luci-lib-nixio +luci-lib-iptparser +luci-lua-runtime +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
|
||||
|
||||
define Package/luci-app-splash/conffiles
|
||||
/etc/config/luci_splash
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=RSA/X.509 Key Generator (required for LuCId SSL support)
|
||||
LUCI_DEPENDS:=+liblua
|
||||
LUCI_DEPENDS:=+lua +luci-lib-nixio
|
||||
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_LICENSE:=LGPL-2.1
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue