change lzo to liblzo
SVN-Revision: 949
This commit is contained in:
parent
33c6533b57
commit
5e7254c7ff
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ PKG_DEPEND:="openssl, kmod-tun"
|
||||||
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
||||||
DISABLE_LZO:=--disable-lzo
|
DISABLE_LZO:=--disable-lzo
|
||||||
else
|
else
|
||||||
PKG_DEPEND+=", lzo"
|
PKG_DEPEND+=", liblzo"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
|
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
|
||||||
|
|
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_TINC
|
||||||
tristate "tinc"
|
tristate "tinc"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_LZO
|
select BR2_PACKAGE_LIBLZO
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_KMOD_TUN
|
select BR2_PACKAGE_KMOD_TUN
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,4 @@ Section: net
|
||||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Description: VPN tunnel daemon
|
Description: VPN tunnel daemon
|
||||||
Depends: zlib, lzo, openssl, kmod-tun
|
Depends: zlib, liblzo, openssl, kmod-tun
|
||||||
|
|
Loading…
Reference in a new issue