openvpn: make the packages dependency clearer
authorFlorian Eckert <redacted>
Mon, 23 Jun 2025 12:42:44 +0000 (14:42 +0200)
committerFlorian Eckert <redacted>
Wed, 15 Apr 2026 09:08:30 +0000 (11:08 +0200)
No functional changes, so the PKG_RELEASE version number has not been
incremented.

Signed-off-by: Florian Eckert <redacted>
net/openvpn/Makefile

index 02befd9e7426164fec2a0c5dbe74a1afe7ceb91a..7cfaeca004bfbd34d33342e5edc5c30349f2b147 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT