Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'
This commit is contained in:
parent
48260b4b53
commit
093a8f8daf
@ -16,7 +16,7 @@ _tcp_rack= rack
|
||||
|
||||
.if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \
|
||||
defined(ALL_MODULES)
|
||||
.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MIPSEC}
|
||||
.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MTCP_SIGNATURE}
|
||||
_tcpmd5= tcpmd5
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user