summaryrefslogtreecommitdiff
path: root/openwrt/package/openvpn/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-19 08:25:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-19 08:25:52 +0000
commit5e7254c7ff80c6f1260f9f5f76c2798225f23a63 (patch)
tree2eba3c4517272db8b353130348daf78aae28018a /openwrt/package/openvpn/Makefile
parent33c6533b57454b1b0063c156bf0c60845d87fd17 (diff)
downloadmtk-20170518-5e7254c7ff80c6f1260f9f5f76c2798225f23a63.zip
mtk-20170518-5e7254c7ff80c6f1260f9f5f76c2798225f23a63.tar.gz
mtk-20170518-5e7254c7ff80c6f1260f9f5f76c2798225f23a63.tar.bz2
change lzo to liblzo
SVN-Revision: 949
Diffstat (limited to 'openwrt/package/openvpn/Makefile')
-rw-r--r--openwrt/package/openvpn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile
index 79d1c6e..f6f8c23 100644
--- a/openwrt/package/openvpn/Makefile
+++ b/openwrt/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)