Module Name: src
Committed By: jmcneill
Date: Wed Jan 9 01:39:45 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
pull in RPI.local if it exists
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/RPI
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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.15 src/sys/arch/evbarm/conf/RPI:1.16
--- src/sys/arch/evbarm/conf/RPI:1.15 Wed Jan 9 00:28:54 2013
+++ src/sys/arch/evbarm/conf/RPI Wed Jan 9 01:39:44 2013
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.15 2013/01/09 00:28:54 jmcneill Exp $
+# $NetBSD: RPI,v 1.16 2013/01/09 01:39:44 jmcneill Exp $
#
# RPi -- Raspberry Pi
#
@@ -278,3 +278,6 @@ pseudo-device wsfont
# data mover pseudo-devices
#pseudo-device swdmover # software dmover(9) back-end
#pseudo-device dmoverio # /dev/dmover dmover(9) interface
+
+# local configuration
+cinclude "arch/evbarm/conf/RPI.local"