diff options
Diffstat (limited to 'openwrt/package/openvpn/Makefile')
-rw-r--r-- | openwrt/package/openvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index f6f8c231fe..ceca469a0d 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -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 |