linux/generic/hack-5.15: add missing patch headers
[openwrt/staging/jow.git] / target / linux / generic / hack-5.15 / 249-udp-tunnel-selection.patch
1 From 4487708144118bfd5e1b1da7003a486951fb9c5a Mon Sep 17 00:00:00 2001
2 From: OpenWrt community <openwrt-devel@lists.openwrt.org>
3 Date: Wed, 13 Jul 2022 13:31:51 +0200
4 Subject: [PATCH] net/ipv4: add udp tunnel tristate string
5
6 ---
7 net/ipv4/Kconfig | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
11 index 87983e70f03f..426b44d39277 100644
12 --- a/net/ipv4/Kconfig
13 +++ b/net/ipv4/Kconfig
14 @@ -315,7 +315,7 @@ config NET_IPVTI
15 on top.
16
17 config NET_UDP_TUNNEL
18 - tristate
19 + tristate "IP: UDP tunneling support"
20 select NET_IP_TUNNEL
21 default n
22
23 --
24