Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 18:17:47 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r283750 - projects/release-mips/sys/mips/conf
Message-ID:  <201505291817.t4TIHlrA008507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291817.t4TIHlrA008507>