netlink: enable NETLINK_SUPPORT by default on all architectures.

Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D39849
This commit is contained in:
Alexander V. Chernikov 2023-04-27 14:38:08 +00:00
parent 95bc3ba7fe
commit 4f6a5e1d6c

View file

@ -145,6 +145,7 @@ __DEFAULT_YES_OPTIONS = \
MLX5TOOL \
NETCAT \
NETGRAPH \
NETLINK_SUPPORT \
NLS_CATALOGS \
NS_CACHING \
NTP \
@ -354,12 +355,6 @@ __DEFAULT_NO_OPTIONS+=OPENMP
BROKEN_OPTIONS+= OFED
.endif
.if ${__T} == "i386" || ${__T} == "amd64"
__DEFAULT_YES_OPTIONS+=NETLINK_SUPPORT
.else
__DEFAULT_NO_OPTIONS+=NETLINK_SUPPORT
.endif
# MK_host_egacy is set by local.sys.mk so is valid here
.if ${MACHINE} == "host" && ${MK_host_egacy} == "yes"
# we cannot expect tests to work