static-neighbor-reports: add missing Lua dependency
authorDavid Bauer <redacted>
Wed, 6 Jan 2021 01:19:57 +0000 (02:19 +0100)
committerDavid Bauer <redacted>
Sun, 28 Feb 2021 08:19:14 +0000 (09:19 +0100)
Add a missing dependency on Lua. Otherwise the script installing the
neighbor report can't be executed in case Lua is not installed on the
system.

Signed-off-by: David Bauer <redacted>
net/static-neighbor-reports/Makefile

index 293ae181219b73b94e797527436f8b2ebbe0fb73..462e9f0897b0e85e83548e079fe914dec9ddb8c7 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=static-neighbor-reports
 PKG_VERSION:=1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=David Bauer <mail@david-bauer.net>
 PKG_LICENSE:=GPL-2.0-only
@@ -19,7 +19,7 @@ define Package/static-neighbor-reports
   CATEGORY:=Network
   TITLE:=Configure static 802.11k neighbor reports
   PKGARCH:=all
-  DEPENDS:=+libuci-lua +libubus-lua
+  DEPENDS:=+libuci-lua +libubus-lua +lua
 endef
 
 define Package/static-neighbor-reports/install
git clone https://git.99rst.org/PROJECT