diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 12125a2ab57..4aeb39c4740 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.87 2009/06/01 15:53:46 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.88 2009/06/02 06:31:08 todd Exp $ # # PPC GENERIC config file # @@ -26,6 +26,7 @@ option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option DDB # kernel debugger +option CRYPTO # Cryptographic framework config bsd root on rd0a swap on rd0b |