From 036424df5b76111f32d4dce0253bfb8260d8a41f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 19 Oct 2022 20:39:57 +0200 Subject: 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 --- applications/luci-app-splash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-splash') diff --git a/applications/luci-app-splash/Makefile b/applications/luci-app-splash/Makefile index db9117225f..8950a497ea 100644 --- a/applications/luci-app-splash/Makefile +++ b/applications/luci-app-splash/Makefile @@ -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 -- cgit v1.2.3