Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Revert previous - ipf has been fixed t...
details: https://anonhg.NetBSD.org/src/rev/5a2bbc206483
branches: trunk
changeset: 780597:5a2bbc206483
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jul 30 19:31:06 2012 +0000
description:
Revert previous - ipf has been fixed to build without INET6
diffstat:
sys/arch/evbmips/conf/ALCHEMY | 6 +++---
sys/arch/evbmips/conf/MALTA | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 8fe4f7f0105a -r 5a2bbc206483 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Mon Jul 30 19:27:46 2012 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Mon Jul 30 19:31:06 2012 +0000
@@ -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 @@
# 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)
diff -r 8fe4f7f0105a -r 5a2bbc206483 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA Mon Jul 30 19:27:46 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA Mon Jul 30 19:31:06 2012 +0000
@@ -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 @@
# 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)
Home |
Main Index |
Thread Index |
Old Index