doc: Add GCM for LEDE instructions

This commit is contained in:
Lauri Võsandi 2018-04-09 16:09:13 +03:00
parent 17dd3e95b2
commit 1bf3298a21
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ On vanilla OpenWrt/LEDE box install software packages:
```bash
opkg update
opkg install curl openssl-util
opkg install strongswan-full kmod-crypto-echainiv
opkg install strongswan-full kmod-crypto-echainiv kmod-crypto-gcm
```
When using image builder specify these packages via PACKAGES environment variable.