Module Name: src Committed By: kiyohara Date: Mon Jul 30 13:50:06 UTC 2012
Modified Files: src/sys/arch/evbmips/conf: ALCHEMY MALTA Log Message: Enable INET6. Avoid build failed when enable ipf and disable INET6. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbmips/conf/ALCHEMY cvs rdiff -u -r1.65 -r1.66 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.41 src/sys/arch/evbmips/conf/ALCHEMY:1.42 --- src/sys/arch/evbmips/conf/ALCHEMY:1.41 Sat Feb 4 19:03:49 2012 +++ src/sys/arch/evbmips/conf/ALCHEMY Mon Jul 30 13:50:06 2012 @@ -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 @@ 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.65 src/sys/arch/evbmips/conf/MALTA:1.66 --- src/sys/arch/evbmips/conf/MALTA:1.65 Thu Feb 9 18:58:14 2012 +++ src/sys/arch/evbmips/conf/MALTA Mon Jul 30 13:50:06 2012 @@ -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 @@ 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)