From 74e6bcc011199e9c7f26ca0e28a29db9ed13bac5 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Tue, 4 Nov 2025 15:42:26 +0000 Subject: [PATCH] openwisp-monitoring: upgrade to 0.3.0 Upgraded openwisp-monitoring package to 0.3.0 Signed-off-by: Gagan Deep --- admin/openwisp-monitoring/Config.in | 1 + admin/openwisp-monitoring/Makefile | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/admin/openwisp-monitoring/Config.in b/admin/openwisp-monitoring/Config.in index 5b5bf37f25..00233adcf7 100644 --- a/admin/openwisp-monitoring/Config.in +++ b/admin/openwisp-monitoring/Config.in @@ -1,4 +1,5 @@ menu "netjson-monitoring Configuration" + depends on PACKAGE_netjson-monitoring config NETJSON_MONITORING_IWINFO bool "Enable rpcd-mod-iwinfo" diff --git a/admin/openwisp-monitoring/Makefile b/admin/openwisp-monitoring/Makefile index 95478ca788..1af4db7a5a 100644 --- a/admin/openwisp-monitoring/Makefile +++ b/admin/openwisp-monitoring/Makefile @@ -5,15 +5,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openwisp-monitoring -PKG_VERSION:=0.2.1 +PKG_VERSION:=0.3.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Federico Capoano PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE +PKG_CONFIG_DEPENDS:=CONFIG_NETJSON_MONITORING_IWINFO + PKG_SOURCE_URL:=https://github.com/openwisp/openwrt-openwisp-monitoring.git -PKG_MIRROR_HASH:=6d74de36d84b2765c1e49b2467685e19b2e7ccf13f11ad383d7eb4ac8f57cbc9 +PKG_MIRROR_HASH:=a7778b0de1b560abf5bf5b8e6e45313fe58309a66438f3c9e043adc8f0248c04 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKGARCH:=all -- 2.30.2