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:=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
|
||||
|
||||
Reference in New Issue
Block a user