Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154304991
D25402.id73639.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
758 B
Referenced Files
None
Subscribers
None
D25402.id73639.diff
View Options
Index: head/sys/conf/config.mk
===================================================================
--- head/sys/conf/config.mk
+++ head/sys/conf/config.mk
@@ -44,6 +44,10 @@
echo "#define PRINTF_BUFR_SIZE 128" > ${.TARGET}
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > ${.TARGET}
+.if ${MK_SCTP_SUPPORT} != "no"
+opt_sctp.h:
+ @echo "#define SCTP_SUPPORT 1" > ${.TARGET}
+.endif
opt_wlan.h:
echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
echo "#define IEEE80211_SUPPORT_MESH 1" >> ${.TARGET}
@@ -64,6 +68,9 @@
.endif
.if ${MK_IPSEC_SUPPORT} != "no"
KERN_OPTS+= IPSEC_SUPPORT
+.endif
+.if ${MK_SCTP_SUPPORT} != "no"
+KERN_OPTS+= SCTP_SUPPORT
.endif
.elif !defined(KERN_OPTS)
# Add all the options that are mentioned in any opt_*.h file when we
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 5:40 PM (1 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32295748
Default Alt Text
D25402.id73639.diff (758 B)
Attached To
Mode
D25402: Add SCTP_SUPPORT handling to config.mk.
Attached
Detach File
Event Timeline
Log In to Comment