Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add options MODULAR



details:   https://anonhg.NetBSD.org/src/rev/57bf47c81756
branches:  trunk
changeset: 794142:57bf47c81756
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Mar 06 19:55:37 2014 +0000

description:
Add options MODULAR

diffstat:

 sys/arch/evbppc/conf/TWRP1025 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e9226fd9a386 -r 57bf47c81756 sys/arch/evbppc/conf/TWRP1025
--- a/sys/arch/evbppc/conf/TWRP1025     Thu Mar 06 19:46:27 2014 +0000
+++ b/sys/arch/evbppc/conf/TWRP1025     Thu Mar 06 19:55:37 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWRP1025,v 1.12 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: TWRP1025,v 1.13 2014/03/06 19:55:37 matt Exp $
 #
 #      TWRP1025 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "TWRP1025-$Revision: 1.12 $"
+ident          "TWRP1025-$Revision: 1.13 $"
 
 maxusers       32
 
@@ -24,6 +24,7 @@
 #options       INSECURE        # disable kernel security levels
 #options       NTP             # NTP phase/frequency locked loop
 options        KTRACE          # system call tracing via ktrace(1)
+options        MODULAR         # new style module(7) framework
 
 options        SYSVMSG         # System V message queues
 options        SYSVSEM         # System V semaphores



Home | Main Index | Thread Index | Old Index