zabbix: fix unnecessary virtual provides

We aren't using packages with the same name as the provides, so don't
use an virtual (@) provides for providing zabbix-get

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
This commit is contained in:
Daniel F. Dickinson
2026-02-09 22:55:57 -05:00
committed by Michael Heimpold
parent 4635838819
commit 696e549e9d

View File

@@ -133,7 +133,7 @@ define Package/zabbix-get/Default
$(ICONV_DEPENDS) \
+libpcre2 \
+zlib
PROVIDES:=@zabbix-get
PROVIDES:=zabbix-get
endef
define Package/zabbix-get-nossl