Browse Source

static-neighbor-reports: add missing Lua dependency

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 <mail@david-bauer.net>
lilik-openwrt-22.03
David Bauer 3 years ago
parent
commit
83d572af98
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/static-neighbor-reports/Makefile

+ 2
- 2
net/static-neighbor-reports/Makefile View 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


Loading…
Cancel
Save