From c025e175319e153c5d8fbfe76d1771913f9603b6 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 23 Sep 2019 12:34:39 +0200 Subject: [PATCH] Add chacha20 for openssl --- README.md | 2 +- config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7336add..f17f66aa 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Some feeds might not available over `git` but only via `subversion` or `mercuria On Debian you'll need to install the following: ```sh -sudo apt install build-essential git unzip ncurses-dev libz-dev libssl-dev +sudo apt install build-essential git unzip ncurses-dev libz-dev libssl-dev openssl-1.0-dev python python3-dev python3.5 libelf-dev subversion gettext gawk wget curl rsync perl ``` diff --git a/config b/config index 48c198be..db0543e7 100644 --- a/config +++ b/config @@ -230,3 +230,4 @@ CONFIG_LUCI_LANG_fr=y CONFIG_LUCI_LANG_it=y CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_KERNEL_PARTSIZE=64 +CONFIG_OPENSSL_WITH_CHACHA_POLY1305=y \ No newline at end of file