Module Name: src
Committed By: pgoyette
Date: Mon Jul 30 19:31:07 UTC 2012
Modified Files:
src/sys/arch/evbmips/conf: ALCHEMY MALTA
Log Message:
Revert previous - ipf has been fixed to build without INET6
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbmips/conf/ALCHEMY
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/evbmips/conf/MALTA
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/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.42 src/sys/arch/evbmips/conf/ALCHEMY:1.43
--- src/sys/arch/evbmips/conf/ALCHEMY:1.42 Mon Jul 30 13:50:06 2012
+++ src/sys/arch/evbmips/conf/ALCHEMY Mon Jul 30 19:31:06 2012
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.42 2012/07/30 13:50:06 kiyohara Exp $
+# $NetBSD: ALCHEMY,v 1.43 2012/07/30 19:31:06 pgoyette Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.42 $"
+#ident "ALCHEMY-$Revision: 1.43 $"
maxusers 32
@@ -96,7 +96,7 @@ options FFS_NO_SNAPSHOT # No FFS snapsh
# Networking options
#options GATEWAY # IP packet forwarding
options INET # Internet protocols
-options INET6 # IPV6
+#options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.66 src/sys/arch/evbmips/conf/MALTA:1.67
--- src/sys/arch/evbmips/conf/MALTA:1.66 Mon Jul 30 13:50:06 2012
+++ src/sys/arch/evbmips/conf/MALTA Mon Jul 30 19:31:06 2012
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.66 2012/07/30 13:50:06 kiyohara Exp $
+# $NetBSD: MALTA,v 1.67 2012/07/30 19:31:06 pgoyette Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.66 $"
+#ident "MALTA-$Revision: 1.67 $"
maxusers 32
@@ -89,7 +89,7 @@ options FFS_NO_SNAPSHOT # No FFS snapsh
# Networking options
#options GATEWAY # IP packet forwarding
options INET # Internet protocols
-options INET6 # IPV6
+#options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)