mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
packages/net-snmp: fix typo
CONFILTS is changed to CONFLICTS to enable condition. Signed-off-by: Christian Korber <ck@dev.tdt.de>
This commit is contained in:
committed by
Stijn Tintel
parent
23646be59e
commit
05d604a9fb
@@ -52,7 +52,7 @@ define Package/libnetsnmp-nossl
|
|||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
PROVIDES:=libnetsnmp
|
PROVIDES:=libnetsnmp
|
||||||
DEFAULT_VARIANT:=1
|
DEFAULT_VARIANT:=1
|
||||||
CONFILTS:=libnetsnmp-ssl
|
CONFLICTS:=libnetsnmp-ssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libnetsnmp-nossl/description
|
define Package/libnetsnmp-nossl/description
|
||||||
|
|||||||
Reference in New Issue
Block a user