summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-10-18 19:11:55 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-10-18 19:11:55 +0000
commit447b7110ebde91d46fdf1d1cafeab32821cba0f5 (patch)
tree500fa3942737d0991fc56b09832cc91ca034bf00 /sys
parent8c71a0e3270a16731886ce7f59dffbf1ef751187 (diff)
enable IPv6 on the RAMDISK image.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sgi/conf/RAMDISK5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK
index b6691952a55..ba79919cd0a 100644
--- a/sys/arch/sgi/conf/RAMDISK
+++ b/sys/arch/sgi/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.13 2005/05/01 17:19:34 david Exp $
+# $OpenBSD: RAMDISK,v 1.14 2006/10/18 19:11:54 brad Exp $
#
machine sgi mips64
@@ -25,7 +25,8 @@ option FFS # fast filesystem
option NFSCLIENT # Sun NFS-compatible filesystem (client)
# Networking options
-option INET # Internet protocols
+option INET # IP + ICMP + TCP + UDP
+option INET6 # IPv6 (needs INET)
# RAMDISK stuff
option MINIROOTSIZE=8192