From: Florian Eckert Date: Mon, 23 Jun 2025 12:42:44 +0000 (+0200) Subject: openvpn: make the packages dependency clearer X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2255c65fa1f59b3f7579dba1a0c8e35a3c99e19e;p=openwrt-packages.git openvpn: make the packages dependency clearer No functional changes, so the PKG_RELEASE version number has not been incremented. Signed-off-by: Florian Eckert --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 02befd9e7..7cfaeca00 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