mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
change lzo to liblzo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@949 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8889ca2927
commit
1d9520b663
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user