Module Name: src
Committed By: matt
Date: Fri Jun 26 21:54:41 UTC 2015
Modified Files:
src/sys/arch/evbppc/conf: TWRP1025
Log Message:
Add cinlude TWRP1025.local
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbppc/conf/TWRP1025
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/evbppc/conf/TWRP1025
diff -u src/sys/arch/evbppc/conf/TWRP1025:1.20 src/sys/arch/evbppc/conf/TWRP1025:1.21
--- src/sys/arch/evbppc/conf/TWRP1025:1.20 Fri Jan 30 14:54:46 2015
+++ src/sys/arch/evbppc/conf/TWRP1025 Fri Jun 26 21:54:41 2015
@@ -1,4 +1,4 @@
-# $NetBSD: TWRP1025,v 1.20 2015/01/30 14:54:46 nonaka Exp $
+# $NetBSD: TWRP1025,v 1.21 2015/06/26 21:54:41 matt Exp $
#
# TWRP1025 -- everything that's currently supported
#
@@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "TWRP1025-$Revision: 1.20 $"
+ident "TWRP1025-$Revision: 1.21 $"
maxusers 32
@@ -231,3 +231,5 @@ pseudo-device pty # pseudo-terminals
pseudo-device kttcp # kernel ttcp
pseudo-device vlan # 802.1Q VLANs
pseudo-device lockstat # lock profiling
+
+cinclude "arch/evbppc/conf/TWRP1025.local"