From 1bf3298a2193e05cb98564ea0be4e2119bcf9ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 9 Apr 2018 16:09:13 +0300 Subject: [PATCH] doc: Add GCM for LEDE instructions --- doc/openwrt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openwrt.md b/doc/openwrt.md index d4b1386..0f877a1 100644 --- a/doc/openwrt.md +++ b/doc/openwrt.md @@ -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.