From 65d495a87e71a5859b8b5adef7614d7027396948 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sat, 30 Aug 2014 20:18:47 +0000 Subject: [PATCH] Enable SCTP support. It runs perfectly fine on a Wandboard quad. MFC after: 3 days --- sys/arm/conf/IMX6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6 index 1f4ce3bb2550..67a9bc833cb2 100644 --- a/sys/arm/conf/IMX6 +++ b/sys/arm/conf/IMX6 @@ -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