diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-25 14:20:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-25 14:20:37 +0000 |
commit | 7f4cede6138feb4874fbeb8b17ad2418be83934f (patch) | |
tree | 4822cf3161d4acb37c4a9bd4e472db05dbef1f75 /sys | |
parent | eb8a9af10c2a7c457380633332c2934e4967192e (diff) |
re-enable IPv6 on the macppc RAMDISK.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 368ba89d515..d7f2893f84f 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.53 2005/09/30 21:34:23 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.54 2005/10/25 14:20:36 brad Exp $ # # PPC GENERIC config file # @@ -23,7 +23,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP -#option INET6 # IPv6 (needs INET) +option INET6 # IPv6 (needs INET) option DDB # kernel debugger config bsd root on rd0a swap on rd0b |