Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add COMPAT_70 via compat_netbsd70.conf.



details:   https://anonhg.NetBSD.org/src/rev/3dec11688548
branches:  trunk
changeset: 828942:3dec11688548
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Jan 10 19:51:04 2018 +0000

description:
Add COMPAT_70 via compat_netbsd70.conf.

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d66010865a51 -r 3dec11688548 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Wed Jan 10 18:51:31 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Wed Jan 10 19:51:04 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.25 2018/01/10 11:33:48 jmcneill Exp $
+#      $NetBSD: GENERIC.common,v 1.26 2018/01/10 19:51:04 jakllsch Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -66,6 +66,7 @@
 # Compatibility options
 
 include        "conf/compat_netbsd60.config"
+include        "conf/compat_netbsd70.config"
 options        COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
 
 # Shared memory options



Home | Main Index | Thread Index | Old Index