summaryrefslogtreecommitdiffstats
path: root/openwrt/package/tinc
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/tinc')
-rw-r--r--openwrt/package/tinc/Config.in2
-rw-r--r--openwrt/package/tinc/ipkg/tinc.control2
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/tinc/Config.in b/openwrt/package/tinc/Config.in
index d1937fa60..56c028650 100644
--- a/openwrt/package/tinc/Config.in
+++ b/openwrt/package/tinc/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_TINC
tristate "tinc"
default m if CONFIG_DEVEL
select BR2_PACKAGE_ZLIB
- select BR2_PACKAGE_LZO
+ select BR2_PACKAGE_LIBLZO
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_KMOD_TUN
diff --git a/openwrt/package/tinc/ipkg/tinc.control b/openwrt/package/tinc/ipkg/tinc.control
index 4c8d0f8b7..a17fd7522 100644
--- a/openwrt/package/tinc/ipkg/tinc.control
+++ b/openwrt/package/tinc/ipkg/tinc.control
@@ -4,4 +4,4 @@ Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot internal
Description: VPN tunnel daemon
-Depends: zlib, lzo, openssl, kmod-tun
+Depends: zlib, liblzo, openssl, kmod-tun