Module Name:    src
Committed By:   martin
Date:           Mon Apr  6 14:12:28 UTC 2015

Modified Files:
        src/sys/arch/evbmips/conf: CI20

Log Message:
Allow local overrides in a CI20.local file


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbmips/conf/CI20

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/CI20
diff -u src/sys/arch/evbmips/conf/CI20:1.12 src/sys/arch/evbmips/conf/CI20:1.13
--- src/sys/arch/evbmips/conf/CI20:1.12	Sat Apr  4 12:32:34 2015
+++ src/sys/arch/evbmips/conf/CI20	Mon Apr  6 14:12:28 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: CI20,v 1.12 2015/04/04 12:32:34 macallan Exp $
+#	$NetBSD: CI20,v 1.13 2015/04/06 14:12:28 martin Exp $
 #
 # MIPS Creator CI20
 #
@@ -7,7 +7,7 @@ include 	"arch/evbmips/conf/std.ingenic"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"CI20-$Revision: 1.12 $"
+#ident 		"CI20-$Revision: 1.13 $"
 
 maxusers	32
 
@@ -262,3 +262,7 @@ pseudo-device	ksyms				# /dev/ksyms
 
 # A pseudo device needed for Coda		# also needs CODA (above)
 #pseudo-device	vcoda				# coda minicache <-> venus comm.
+
+
+cinclude 	"arch/evbmips/conf/CI20.local"
+

Reply via email to