diff options
Diffstat (limited to 'openwrt/package/tinc')
-rw-r--r-- | openwrt/package/tinc/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/tinc/ipkg/tinc.control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/tinc/Config.in b/openwrt/package/tinc/Config.in index aa45dfee82..6bcb658a8d 100644 --- a/openwrt/package/tinc/Config.in +++ b/openwrt/package/tinc/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_TINC default m if CONFIG_DEVEL select BR2_PACKAGE_KMOD_TUN select BR2_PACKAGE_LIBLZO - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_ZLIB help A VPN tunneling daemon diff --git a/openwrt/package/tinc/ipkg/tinc.control b/openwrt/package/tinc/ipkg/tinc.control index a17fd75220..bde348cf34 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, liblzo, openssl, kmod-tun +Depends: zlib, liblzo, libopenssl, kmod-tun |