From: Christian Korber Date: Thu, 14 Aug 2025 17:39:34 +0000 (+0200) Subject: packages/net-snmp: fix typo X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=05d604a9fb63f54621ef342f12d7072743a7154c;p=feed%2Fpackages.git packages/net-snmp: fix typo CONFILTS is changed to CONFLICTS to enable condition. Signed-off-by: Christian Korber --- diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 8f5ee20648..dccd0ed2e5 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -52,7 +52,7 @@ define Package/libnetsnmp-nossl VARIANT:=nossl PROVIDES:=libnetsnmp DEFAULT_VARIANT:=1 - CONFILTS:=libnetsnmp-ssl + CONFLICTS:=libnetsnmp-ssl endef define Package/libnetsnmp-nossl/description