mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
netlink: enable NETLINK_SUPPORT by default on all architectures.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39849
This commit is contained in:
parent
95bc3ba7fe
commit
4f6a5e1d6c
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue