diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 08:25:52 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 08:25:52 +0000 |
commit | ee9afd6e51bf73358c066decce994a694d222248 (patch) | |
tree | d9828e8621a09d2e623a6d04d2a72684b46edd4a /package/tinc/ipkg | |
parent | 604cf5a15fe1fb054cb710ddc5b2e822aaf0b710 (diff) |
change lzo to liblzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tinc/ipkg')
-rw-r--r-- | package/tinc/ipkg/tinc.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinc/ipkg/tinc.control b/package/tinc/ipkg/tinc.control index 4c8d0f8b73..a17fd75220 100644 --- a/package/tinc/ipkg/tinc.control +++ b/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 |