openvpn: add kmod-ovpn-backports dependency
authorAndy Chiang <redacted>
Sun, 19 Apr 2026 17:27:15 +0000 (00:27 +0700)
committerAlexandru Ardelean <redacted>
Sat, 16 May 2026 08:04:52 +0000 (11:04 +0300)
With openwrt/openwrt@f7d6e73 and openwrt/packages@974c2be, kmod-ovpn-backports can now be built and run correctly.
add this dependency enables DCO.

Link: openwrt/packages@01fafd69e

Test on: Mediatek Filogic GL-MT3000 (with kmod-crypto-hw-safexcel)

Signed-off-by: Andy Chiang <redacted>
net/openvpn/Makefile

index 87cb6b83dc57651f5af6d00a86eaaee35d9d6273..e47ce8f4d1408917e3c43f01b7e7e2a152f450e6 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=openvpn
 
 PKG_VERSION:=2.7.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=\
        https://build.openvpn.net/downloads/releases/ \
@@ -42,6 +42,7 @@ define Package/openvpn/Default
           +OPENVPN_$(1)_ENABLE_LZ4:liblz4 \
           +OPENVPN_$(1)_ENABLE_IPROUTE2:ip \
           +OPENVPN_$(1)_ENABLE_DCO:libnl-genl \
+          +OPENVPN_$(1)_ENABLE_DCO:kmod-ovpn-backports \
           $(3)
   VARIANT:=$(1)
   PROVIDES:=openvpn openvpn-crypto
git clone https://git.99rst.org/PROJECT