svn commit: r283750 - projects/release-mips/sys/mips/conf

Glen Barber gjb at FreeBSD.org
Fri May 29 18:17:48 UTC 2015


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


More information about the svn-src-projects mailing list