fix: validate router tunnel endpoints

This commit is contained in:
benya
2026-07-30 01:29:55 +03:00
parent bb7221ef8b
commit 8a9f69dd07
13 changed files with 211 additions and 41 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rmm-agent
PKG_VERSION:=0.1.1
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MAINTAINER:=RMM OpenWrt
PKG_LICENSE:=MIT
@@ -15,7 +15,7 @@ define Package/rmm-agent
SECTION:=admin
CATEGORY:=Administration
TITLE:=OpenWrt RMM agent
DEPENDS:=+uclient-fetch +ubus +ip-tiny
DEPENDS:=+uclient-fetch +ubus +ip
PROVIDES:=rmm-agent-runtime
PKGARCH:=all
endef