diff options
author | 2019-01-29 22:14:32 +0000 | |
---|---|---|
committer | 2019-01-29 22:14:32 +0000 | |
commit | 061d76c78218c5433fc5f622e4f154aa98368830 (patch) | |
tree | 92d158ba9e45ae6f2192a593310d8e65d7f796b5 /sys | |
parent | replace err() with yyerror/YYERROR, only leave err() where we run out (diff) | |
download | wireguard-openbsd-061d76c78218c5433fc5f622e4f154aa98368830.tar.xz wireguard-openbsd-061d76c78218c5433fc5f622e4f154aa98368830.zip |
Enable CRYPTO for arm64 RAMDISK so that we can use softraid crypto.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 851f3af4b03..4a02114faa1 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.79 2019/01/25 23:16:52 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.80 2019/01/29 22:14:32 patrick Exp $ # # GENERIC machine description file # @@ -38,6 +38,7 @@ option MSDOSFS option INET6 option EXT2FS option NFSCLIENT +option CRYPTO makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xffffff8000200000" |