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 enable NFSSERVER (mostly to silence mod...



details:   https://anonhg.NetBSD.org/src/rev/fc91b633d934
branches:  trunk
changeset: 811714:fc91b633d934
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Nov 12 10:48:30 2015 +0000

description:
enable NFSSERVER (mostly to silence module warning)

diffstat:

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

diffs (19 lines):

diff -r 13b4a076a9b1 -r fc91b633d934 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Thu Nov 12 10:47:30 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Thu Nov 12 10:48:30 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.11 2015/11/05 09:26:59 skrll Exp $
+#      $NetBSD: GENERIC.common,v 1.12 2015/11/12 10:48:30 jmcneill Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -28,7 +28,7 @@
 #options       QUOTA           # legacy UFS quotas
 #options       QUOTA2          # new, in-filesystem UFS quotas
 options        FFS_EI          # FFS Endian Independent support
-#options       NFSSERVER
+options        NFSSERVER
 options        WAPBL           # File system journaling support
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
 



Home | Main Index | Thread Index | Old Index