diff options
author | 2005-10-25 14:20:36 +0000 | |
---|---|---|
committer | 2005-10-25 14:20:36 +0000 | |
commit | 2898d81c3749eb10374aa657bb44c90d61424e2f (patch) | |
tree | 889b5255a9d190a10deb6a244a0693fa2be4d8c5 | |
parent | better logic from krw@: (diff) | |
download | wireguard-openbsd-2898d81c3749eb10374aa657bb44c90d61424e2f.tar.xz wireguard-openbsd-2898d81c3749eb10374aa657bb44c90d61424e2f.zip |
re-enable IPv6 on the macppc RAMDISK.
ok deraadt@
-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 |