aboutsummaryrefslogtreecommitdiffstats
path: root/package/openvpn
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
commit4604e37e1be9c0088c564d1aac490e4f6d3c8bd5 (patch)
treed9828e8621a09d2e623a6d04d2a72684b46edd4a /package/openvpn
parent349cc851a0d02697373b01a5ddaab9832cc8fe02 (diff)
downloadmaster-187ad058-4604e37e1be9c0088c564d1aac490e4f6d3c8bd5.tar.gz
master-187ad058-4604e37e1be9c0088c564d1aac490e4f6d3c8bd5.tar.bz2
master-187ad058-4604e37e1be9c0088c564d1aac490e4f6d3c8bd5.zip
change lzo to liblzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@949 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 79d1c6e8e2..f6f8c231fe 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)