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 options FFS_EI, and options IPSEC for G...



details:   https://anonhg.NetBSD.org/src/rev/897fadd1c90f
branches:  trunk
changeset: 810181:897fadd1c90f
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Aug 20 18:25:09 2015 +0000

description:
options FFS_EI, and options IPSEC for GENERIC.common . No objections
when raised on port-arm, and only affects those boards including this
file.

Tested on BPI and ODROID-C1

diffstat:

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

diffs (28 lines):

diff -r 44dcb39c0d41 -r 897fadd1c90f sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Thu Aug 20 17:25:50 2015 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Thu Aug 20 18:25:09 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.9 2015/08/07 13:53:28 maxv Exp $
+#      $NetBSD: GENERIC.common,v 1.10 2015/08/20 18:25:09 riz Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -27,7 +27,7 @@
 # File system options
 #options       QUOTA           # legacy UFS quotas
 #options       QUOTA2          # new, in-filesystem UFS quotas
-#options       FFS_EI          # FFS Endian Independent support
+options        FFS_EI          # FFS Endian Independent support
 #options       NFSSERVER
 options        WAPBL           # File system journaling support
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
@@ -37,7 +37,7 @@
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPV6
-#options       IPSEC           # IP security
+options        IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast



Home | Main Index | Thread Index | Old Index