Date: Sat, 30 Aug 2014 20:18:47 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r270859 - head/sys/arm/conf Message-ID: <201408302018.s7UKIlwk035576@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408302018.s7UKIlwk035576>