svn commit: r323156 - head/sys/mips/conf

Kurt Lidl lidl at FreeBSD.org
Mon Sep 4 20:10:35 UTC 2017


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.


More information about the svn-src-head mailing list