diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-19 08:25:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-19 08:25:52 +0000 |
commit | 5e7254c7ff80c6f1260f9f5f76c2798225f23a63 (patch) | |
tree | 2eba3c4517272db8b353130348daf78aae28018a /openwrt/package/tinc/ipkg | |
parent | 33c6533b57454b1b0063c156bf0c60845d87fd17 (diff) | |
download | mtk-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/tinc/ipkg')
-rw-r--r-- | openwrt/package/tinc/ipkg/tinc.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/tinc/ipkg/tinc.control b/openwrt/package/tinc/ipkg/tinc.control index 4c8d0f8..a17fd75 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 |