Module Name:    src
Committed By:   riz
Date:           Thu Aug 20 18:25:09 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/GENERIC.common

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/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.9 src/sys/arch/evbarm/conf/GENERIC.common:1.10
--- src/sys/arch/evbarm/conf/GENERIC.common:1.9	Fri Aug  7 13:53:28 2015
+++ src/sys/arch/evbarm/conf/GENERIC.common	Thu Aug 20 18:25:09 2015
@@ -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 @@ no pseudo-device vcoda
 # 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 	WAPBL		# File system journaling
 #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

Reply via email to