mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <AndyChiang_git@outlook.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
d677c11d96
commit
c53d53ff93
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user