packages/net-snmp: fix typo
authorChristian Korber <[email protected]>
Thu, 14 Aug 2025 17:39:34 +0000 (19:39 +0200)
committerStijn Tintel <[email protected]>
Thu, 14 Aug 2025 19:42:02 +0000 (22:42 +0300)
CONFILTS is changed to CONFLICTS to enable condition.

Signed-off-by: Christian Korber <[email protected]>
net/net-snmp/Makefile

index 8f5ee20648a98e6dc1d2cf25229bf40bbedd3cf7..dccd0ed2e57b1c031096018400b7896b84134a23 100644 (file)
@@ -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