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 Enable INET6. Avoid build failed when...



details:   https://anonhg.NetBSD.org/src/rev/60f880bf26e0
branches:  trunk
changeset: 780578:60f880bf26e0
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Jul 30 13:50:06 2012 +0000

description:
Enable INET6.  Avoid build failed when enable ipf and disable 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 8d1c86a03df6 -r 60f880bf26e0 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY     Mon Jul 30 12:57:54 2012 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY     Mon Jul 30 13:50:06 2012 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ALCHEMY,v 1.41 2012/02/04 19:03:49 christos Exp $
+#      $NetBSD: ALCHEMY,v 1.42 2012/07/30 13:50:06 kiyohara 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.41 $"
+#ident                 "ALCHEMY-$Revision: 1.42 $"
 
 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 8d1c86a03df6 -r 60f880bf26e0 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Mon Jul 30 12:57:54 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Mon Jul 30 13:50:06 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.65 2012/02/09 18:58:14 matt Exp $
+#      $NetBSD: MALTA,v 1.66 2012/07/30 13:50:06 kiyohara Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.65 $"
+#ident                 "MALTA-$Revision: 1.66 $"
 
 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