aboutsummaryrefslogtreecommitdiff
path: root/pkgs/patches-linux-5.15/249-udp-tunnel-selection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/patches-linux-5.15/249-udp-tunnel-selection.patch')
-rw-r--r--pkgs/patches-linux-5.15/249-udp-tunnel-selection.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/patches-linux-5.15/249-udp-tunnel-selection.patch b/pkgs/patches-linux-5.15/249-udp-tunnel-selection.patch
new file mode 100644
index 0000000..5e15400
--- /dev/null
+++ b/pkgs/patches-linux-5.15/249-udp-tunnel-selection.patch
@@ -0,0 +1,20 @@
+From 4487708144118bfd5e1b1da7003a486951fb9c5a Mon Sep 17 00:00:00 2001
+From: OpenWrt community <openwrt-devel@lists.openwrt.org>
+Date: Wed, 13 Jul 2022 13:31:51 +0200
+Subject: [PATCH] net/ipv4: add udp tunnel tristate string
+
+---
+ net/ipv4/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/net/ipv4/Kconfig
++++ b/net/ipv4/Kconfig
+@@ -315,7 +315,7 @@ config NET_IPVTI
+ on top.
+
+ config NET_UDP_TUNNEL
+- tristate
++ tristate "IP: UDP tunneling support"
+ select NET_IP_TUNNEL
+ default n
+