Date: Mon, 4 Sep 2017 20:10:34 +0000 (UTC) From: Kurt Lidl <lidl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323156 - head/sys/mips/conf Message-ID: <201709042010.v84KAYgp047607@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lidl Date: Mon Sep 4 20:10:34 2017 New Revision: 323156 URL: https://svnweb.freebsd.org/changeset/base/323156 Log: Fix whitespace on "options" to be <space><tab>, no functional change Modified: head/sys/mips/conf/ERL Modified: head/sys/mips/conf/ERL ============================================================================== --- head/sys/mips/conf/ERL Mon Sep 4 18:59:44 2017 (r323155) +++ head/sys/mips/conf/ERL Mon Sep 4 20:10:34 2017 (r323156) @@ -39,7 +39,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug #options OCTEON_VENDOR_LANNER # Support for Lanner boards. #options OCTEON_VENDOR_RADISYS # Support for Radisys boards. options OCTEON_VENDOR_UBIQUITI # Support for Ubiquiti boards. -#options OCTEON_VENDOR_GEFES # Support for GE LANIC boards +#options OCTEON_VENDOR_GEFES # Support for GE LANIC boards #options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd. # Compile for a specified Octeon model. If not specified, support for @@ -89,7 +89,7 @@ options MAC # TrustedBSD MAC Framework #options KDTRACE_FRAME # Ensure frames are compiled in #options KDTRACE_HOOKS # Kernel DTrace hooks options INCLUDE_CONFIG_FILE # Include this file in kernel -options TMPFS # Temporary file system +options TMPFS # Temporary file system # Debugging for use in -current #options KDB # Enable kernel debugger support.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709042010.v84KAYgp047607>