svn commit: r270859 - head/sys/arm/conf
Michael Tuexen
tuexen at FreeBSD.org
Sat Aug 30 20:18:48 UTC 2014
Author: tuexen
Date: Sat Aug 30 20:18:47 2014
New Revision: 270859
URL: http://svnweb.freebsd.org/changeset/base/270859
Log:
Enable SCTP support. It runs perfectly fine on a Wandboard quad.
MFC after: 3 days
Modified:
head/sys/arm/conf/IMX6
Modified: head/sys/arm/conf/IMX6
==============================================================================
--- head/sys/arm/conf/IMX6 Sat Aug 30 20:00:18 2014 (r270858)
+++ head/sys/arm/conf/IMX6 Sat Aug 30 20:18:47 2014 (r270859)
@@ -25,7 +25,7 @@ options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
-#options SCTP # Stream Control Transmission Protocol
+options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
More information about the svn-src-all
mailing list