Skip to content

Commit

Permalink
Block OpenVPN DCO on kernel 6.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Oct 9, 2024
1 parent 21d2b4c commit 0b1cc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovpn-dco/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2021 Jianhui Zhao <[email protected]>
# Copyright (C) 2023 Yannick Chabanois (Ycarus) <[email protected]> for OpenMPTCProuter
# Copyright (C) 2023-2024 Yannick Chabanois (Ycarus) <[email protected]> for OpenMPTCProuter
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand All @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ovpn-dco-v2
SUBMENU:=Network Support
TITLE:=OpenVPN data channel offload
DEPENDS:=+kmod-crypto-aead +kmod-udptunnel4 +IPV6:kmod-udptunnel6
DEPENDS:=+kmod-crypto-aead +kmod-udptunnel4 +IPV6:kmod-udptunnel6 @!LINUX_6_12
FILES:=$(PKG_BUILD_DIR)/drivers/net/ovpn-dco/ovpn-dco-v2.ko
AUTOLOAD:=$(call AutoLoad,30,ovpn-dco-v2)
endef
Expand Down

0 comments on commit 0b1cc79

Please sign in to comment.