From owner-svn-src-projects@FreeBSD.ORG Fri May 29 18:17:47 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB31BC90; Fri, 29 May 2015 18:17:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA16517FE; Fri, 29 May 2015 18:17:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4TIHlPA008508; Fri, 29 May 2015 18:17:47 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4TIHlrA008507; Fri, 29 May 2015 18:17:47 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201505291817.t4TIHlrA008507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 29 May 2015 18:17:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r283750 - projects/release-mips/sys/mips/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 18:17:48 -0000 Author: gjb Date: Fri May 29 18:17:47 2015 New Revision: 283750 URL: https://svnweb.freebsd.org/changeset/base/283750 Log: Create an UBIQUITI kernel configuration for mips. This includes the OCTEON1 kernel configuration file, and sets the OCTEON_VENDOR_UBIQUITI kernel option needed for the UBIQUITI-based boards. This kernel configuration is excluded from universe builds. Note: This change may or may not be merged back to head, pending feedback from juli@ on this change. Sponsored by: The FreeBSD Foundation Added: projects/release-mips/sys/mips/conf/UBIQUITI (contents, props changed) Added: projects/release-mips/sys/mips/conf/UBIQUITI ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/release-mips/sys/mips/conf/UBIQUITI Fri May 29 18:17:47 2015 (r283750) @@ -0,0 +1,13 @@ +# +# UBIQUITI -- Generic kernel configuration file for FreeBSD/MIPS on Ubiquiti +# +# See the OCTEON1 kernel configuration file for the full list of options. +# +# $FreeBSD$ +# + +include OCTEON1 + +#NO_UNIVERSE +ident UBIQUITI +options OCTEON_VENDOR_UBIQUITI