1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add chacha20 for openssl

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-09-23 12:34:39 +02:00
parent c10fae79f6
commit c025e17531
2 changed files with 2 additions and 1 deletions

View file

@ -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
```

1
config
View file

@ -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