summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-09-14 14:17:03 +0200
committerJo-Philipp Wich <jo@mein.io>2022-10-25 01:03:37 +0200
commitb15d768c9a8439dbc66e99f3d5e58d6b0cf8abdf (patch)
tree8fcd9eb6dc6eb4643c9a0fb5d3133be24fece71b /modules
parent673f38246ac3548caefec41183e3dd7477d9f6f6 (diff)
luci.mk: automatically depend on luci-lua-runtime
Make packages having a non-empty luasrc/ directory automatically depend on the LuCI Lua runtime package. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-lua-runtime/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/Makefile b/modules/luci-lua-runtime/Makefile
index 2c6f38f08f..f25e513eb1 100644
--- a/modules/luci-lua-runtime/Makefile
+++ b/modules/luci-lua-runtime/Makefile
@@ -15,6 +15,7 @@ LUCI_TITLE:=LuCI Lua runtime libraries
LUCI_DEPENDS:= \
+luci-base \
+lua \
+ +luci-lib-base \
+luci-lib-nixio \
+luci-lib-ip \
+luci-lib-jsonc \