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 overriding/adding configuration ...



details:   https://anonhg.NetBSD.org/src/rev/1c969400778d
branches:  trunk
changeset: 338297:1c969400778d
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 17 14:17:52 2015 +0000

description:
Allow overriding/adding configuration in ERLITE.local

diffstat:

 sys/arch/evbmips/conf/ERLITE |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 1ecaed6bb938 -r 1c969400778d sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Sun May 17 13:51:31 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Sun May 17 14:17:52 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ERLITE,v 1.5 2015/05/15 08:19:48 martin Exp $
+#      $NetBSD: ERLITE,v 1.6 2015/05/17 14:17:52 martin Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.5 $"
+#ident                 "ERLITE-$Revision: 1.6 $"
 
 maxusers       32
 
@@ -177,3 +177,6 @@
 
 # A pseudo device needed for Coda              # also needs CODA (above)
 #pseudo-device vcoda                           # coda minicache <-> venus comm.
+
+cinclude       "arch/evbmips/conf/ERLITE.local"
+



Home | Main Index | Thread Index | Old Index