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

Rui Paulo rpaulo at FreeBSD.org
Sun Jun 30 23:29:25 UTC 2013


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


More information about the svn-src-all mailing list