diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 02befd9e74..7cfaeca004 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -36,8 +36,13 @@ define Package/openvpn/Default URL:=http://openvpn.net SUBMENU:=VPN MENU:=1 - DEPENDS:=+kmod-tun +libcap-ng +OPENVPN_$(1)_ENABLE_LZO:liblzo +OPENVPN_$(1)_ENABLE_LZ4:liblz4 +OPENVPN_$(1)_ENABLE_IPROUTE2:ip \ - +OPENVPN_$(1)_ENABLE_DCO:libnl-genl $(3) + DEPENDS:=+kmod-tun \ + +libcap-ng \ + +OPENVPN_$(1)_ENABLE_LZO:liblzo \ + +OPENVPN_$(1)_ENABLE_LZ4:liblz4 \ + +OPENVPN_$(1)_ENABLE_IPROUTE2:ip \ + +OPENVPN_$(1)_ENABLE_DCO:libnl-genl \ + $(3) VARIANT:=$(1) PROVIDES:=openvpn openvpn-crypto endef