diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-02 22:14:08 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-02 22:14:08 +0000 |
commit | c94829fed837da5e51ab0c5bdaae246eb8f3dec1 (patch) | |
tree | 38e2ff5d828d60506be28975ebece24541ad9b14 /sys | |
parent | bc72e1b3e2b46afcf0b7cd4a386bfce9437abd15 (diff) |
add CRYPTO
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index b4b6e830e31..a9baaf627e2 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.88 2008/07/02 21:56:28 todd Exp $ +# $OpenBSD: RAMDISK_CD,v 1.89 2008/07/02 22:14:07 todd Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -26,6 +26,7 @@ option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config +option CRYPTO # Cryptographic framework option RAMDISK_HOOKS option MINIROOTSIZE=4480 diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 2001c12120a..df9ed1b7de4 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.157 2008/07/02 21:56:28 todd Exp $ +# $OpenBSD: RAMDISK_CD,v 1.158 2008/07/02 22:14:07 todd Exp $ machine i386 # architecture, used by config; REQUIRED @@ -28,6 +28,7 @@ option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config +option CRYPTO # Cryptographic framework option RAMDISK_HOOKS option MINIROOTSIZE=3800 |