X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/baa1468836257c3732877fb9baa451b980d15969..91ddcd919231ef454e8f90dc758d4741dd38a5b1:/openwrt/package/openvpn/Makefile diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index 79d1c6e8e..ceca469a0 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -18,11 +18,11 @@ 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 -PKG_DEPEND+=", lzo" +PKG_DEPEND+=", liblzo" endif ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)