svn commit: r252432 - head/sys/arm/conf

Michael Tuexen tuexen at freebsd.org
Mon Jul 1 00:14:22 UTC 2013


On Jul 1, 2013, at 1:29 AM, Rui Paulo <rpaulo at freebsd.org> wrote:

> Author: rpaulo
> Date: Sun Jun 30 23:29:24 2013
> New Revision: 252432
> URL: http://svnweb.freebsd.org/changeset/base/252432
> 
> Log:
>  Add INET6.
> 
> Modified:
>  head/sys/arm/conf/RPI-B
> 
> Modified: head/sys/arm/conf/RPI-B
> ==============================================================================
> --- head/sys/arm/conf/RPI-B	Sun Jun 30 23:14:55 2013	(r252431)
> +++ head/sys/arm/conf/RPI-B	Sun Jun 30 23:29:24 2013	(r252432)
> @@ -38,6 +38,7 @@ options 	HZ=100
> 
> options 	SCHED_4BSD		#4BSD scheduler
> options 	INET			#InterNETworking
> +options 	INET6			#IPv6 communications protocols
> options 	FFS			#Berkeley Fast Filesystem
> options 	SOFTUPDATES		#Enable FFS soft updates support
> options 	UFS_ACL			#Support for access control lists
> 
What about enabling SCTP? It works fine on arm and is enabled on
other platforms, too.

Best regards
Michael


More information about the svn-src-all mailing list