mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Change openssl lib dependency from openssl to libopenssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1016 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -2,7 +2,7 @@ config BR2_PACKAGE_OPENVPN
|
||||
tristate "openvpn - Open source VPN solution using SSL"
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_KMOD_TUN
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL
|
||||
help
|
||||
Open Source VPN solution using SSL
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk
|
||||
|
||||
$(eval $(call PKG_template,OPENVPN,openvpn,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
PKG_DEPEND:="openssl, kmod-tun"
|
||||
PKG_DEPEND:="libopenssl, kmod-tun"
|
||||
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
||||
DISABLE_LZO:=--disable-lzo
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user