Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2015 08:12:08 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283052 - head/sys/arm/conf
Message-ID:  <201505180812.t4I8C8Dp044220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Mon May 18 08:12:08 2015
New Revision: 283052
URL: https://svnweb.freebsd.org/changeset/base/283052

Log:
  Clean up the style to be "include<space><tab>" and remove options already
  in std.armv6.

Modified:
  head/sys/arm/conf/ALPINE

Modified: head/sys/arm/conf/ALPINE
==============================================================================
--- head/sys/arm/conf/ALPINE	Mon May 18 06:07:02 2015	(r283051)
+++ head/sys/arm/conf/ALPINE	Mon May 18 08:12:08 2015	(r283052)
@@ -19,8 +19,8 @@
 
 ident		ALPINE
 
-include		"std.armv6"
-include		"../annapurna/alpine/std.alpine"
+include 	"std.armv6"
+include 	"../annapurna/alpine/std.alpine"
 
 makeoptions	MODULES_OVERRIDE=""
 makeoptions	WERROR="-Werror"
@@ -35,11 +35,6 @@ options 	BREAK_TO_DEBUGGER
 options 	KDB
 options 	DDB			#Enable the kernel debugger
 
-# NFS support
-options 	NFSCL			#Network Filesystem Client
-options 	NFSLOCKD		#Network Lock Manager
-options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
-
 # Interrupt controller
 device		gic
 



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