From 004f2eb2c1ee42217a12fffe8a49c19f8d6183a5 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Mon, 1 Jul 2013 18:58:59 +0000 Subject: [PATCH] Enable SCTP, since it is also enabled on GENERIC and it works fine on the Raspberry Pi. Discussed with: rpaulo --- sys/arm/conf/RPI-B | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 309c7251229..96978ae815e 100644 --- a/sys/arm/conf/RPI-B +++ b/sys/arm/conf/RPI-B @@ -39,6 +39,7 @@ options HZ=100 options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols +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