mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
packages/net-snmp: fix typo
CONFILTS is changed to CONFLICTS to enable condition.
Signed-off-by: Christian Korber <ck@dev.tdt.de>
(cherry picked from commit 05d604a9fb)
This commit is contained in:
committed by
Josef Schlehofer
parent
10e748ceeb
commit
53a47bb0bf
@@ -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