summaryrefslogtreecommitdiffstats
path: root/package/openvpn
diff options
context:
space:
mode:
Diffstat (limited to 'package/openvpn')
-rw-r--r--package/openvpn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile
index 79d1c6e8e..f6f8c231f 100644
--- a/package/openvpn/Makefile
+++ b/package/openvpn/Makefile
@@ -22,7 +22,7 @@ PKG_DEPEND:="openssl, kmod-tun"
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
DISABLE_LZO:=--disable-lzo
else
-PKG_DEPEND+=", lzo"
+PKG_DEPEND+=", liblzo"
endif
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)