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

Rui Paulo rpaulo at freebsd.org
Mon Jul 1 03:15:01 UTC 2013


On 30 Jun 2013, at 17:14, Michael Tuexen <tuexen at freebsd.org> wrote:

> 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.


It could be done, but I think I'd rather spend some time integrating it with the standard GENERIC options.

--
Rui Paulo



More information about the svn-src-head mailing list