mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #14934 from blocktrron/pr-static-neighbor-reports-lua
static-neighbor-reports: add missing Lua dependency
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=static-neighbor-reports
|
PKG_NAME:=static-neighbor-reports
|
||||||
PKG_VERSION:=1
|
PKG_VERSION:=1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=David Bauer <mail@david-bauer.net>
|
PKG_MAINTAINER:=David Bauer <mail@david-bauer.net>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
@@ -19,7 +19,7 @@ define Package/static-neighbor-reports
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Configure static 802.11k neighbor reports
|
TITLE:=Configure static 802.11k neighbor reports
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
DEPENDS:=+libuci-lua +libubus-lua
|
DEPENDS:=+libuci-lua +libubus-lua +lua
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/static-neighbor-reports/install
|
define Package/static-neighbor-reports/install
|
||||||
|
|||||||
Reference in New Issue
Block a user