projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23646be
)
packages/net-snmp: fix typo
author
Christian Korber
<
[email protected]
>
Thu, 14 Aug 2025 17:39:34 +0000
(19:39 +0200)
committer
Stijn 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
patch
|
blob
|
history
diff --git
a/net/net-snmp/Makefile
b/net/net-snmp/Makefile
index 8f5ee20648a98e6dc1d2cf25229bf40bbedd3cf7..dccd0ed2e57b1c031096018400b7896b84134a23 100644
(file)
--- 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
- CONF
IL
TS:=libnetsnmp-ssl
+ CONF
LIC
TS:=libnetsnmp-ssl
endef
define Package/libnetsnmp-nossl/description