Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf Allow local overrides in a CI20.local ...



details:   https://anonhg.NetBSD.org/src/rev/32f1c27d9a59
branches:  trunk
changeset: 337204:32f1c27d9a59
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 06 14:12:28 2015 +0000

description:
Allow local overrides in a CI20.local file

diffstat:

 sys/arch/evbmips/conf/CI20 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e826c62ff053 -r 32f1c27d9a59 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Mon Apr 06 13:33:42 2015 +0000
+++ b/sys/arch/evbmips/conf/CI20        Mon Apr 06 14:12:28 2015 +0000
@@ -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 @@
 
 #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 @@
 
 # A pseudo device needed for Coda              # also needs CODA (above)
 #pseudo-device vcoda                           # coda minicache <-> venus comm.
+
+
+cinclude       "arch/evbmips/conf/CI20.local"
+



Home | Main Index | Thread Index | Old Index