From: Andy Chiang Date: Sun, 19 Apr 2026 17:27:15 +0000 (+0700) Subject: openvpn: add kmod-ovpn-backports dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c53d53ff93a126df96169cbcf7d84687b83b0c8c;p=openwrt-packages.git openvpn: add kmod-ovpn-backports dependency 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 --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 87cb6b83d..e47ce8f4d 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -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