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/dc63459e9f0f
branches:  trunk
changeset: 808439:dc63459e9f0f
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 818d0a5afc79 -r dc63459e9f0f 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