diff options
author | tuexen <tuexen@FreeBSD.org> | 2013-07-01 18:58:59 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2013-07-01 18:58:59 +0000 |
commit | 9be28143e483f1a1e68d230131476f697afb2ab8 (patch) | |
tree | cdec5be17abba4a75fdbb4522ef6313fd08f4656 | |
parent | 5092fcd6407b7957943a19df1a41c997dce8a9cf (diff) | |
download | FreeBSD-src-9be28143e483f1a1e68d230131476f697afb2ab8.zip FreeBSD-src-9be28143e483f1a1e68d230131476f697afb2ab8.tar.gz |
Enable SCTP, since it is also enabled on GENERIC and it works fine on
the Raspberry Pi.
Discussed with: rpaulo
-rw-r--r-- | sys/arm/conf/RPI-B | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 309c725..96978ae 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 |