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 | e8de94e89de4b3272cb220ce4ee2670596b87f9a (patch) | |
tree | 2eba3c4517272db8b353130348daf78aae28018a /openwrt | |
parent | 9934f413eed57d655803014ce29c9b30e25b079e (diff) |
change lzo to liblzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/openvpn/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/tinc/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/tinc/ipkg/tinc.control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index 79d1c6e8e..f6f8c231f 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/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) 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 |