From owner-svn-src-all@FreeBSD.ORG Sun Jun 30 23:29:25 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 104D83B8; Sun, 30 Jun 2013 23:29:25 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 00B911F96; Sun, 30 Jun 2013 23:29:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5UNTOMD074131; Sun, 30 Jun 2013 23:29:24 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5UNTO82074130; Sun, 30 Jun 2013 23:29:24 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201306302329.r5UNTO82074130@svn.freebsd.org> From: Rui Paulo Date: Sun, 30 Jun 2013 23:29:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252432 - head/sys/arm/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jun 2013 23:29:25 -0000 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