[openwrt/openwrt] kernel: remove udp tunnel kconfig selection hack

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 30 02:29:39 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a0a4cfd83b9f09c4562c065d0017b389b2987263

commit a0a4cfd83b9f09c4562c065d0017b389b2987263
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Sep 30 11:07:02 2022 +0200

    kernel: remove udp tunnel kconfig selection hack
    
    The corresponding kmod package is marked as HIDDEN and selected by all
    other kernel modules that need it, so the kconfig side will be in sync
    without manual selection
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 .../generic/hack-5.10/249-udp-tunnel-selection.patch | 11 -----------
 .../generic/hack-5.15/249-udp-tunnel-selection.patch | 20 --------------------
 2 files changed, 31 deletions(-)

diff --git a/target/linux/generic/hack-5.10/249-udp-tunnel-selection.patch b/target/linux/generic/hack-5.10/249-udp-tunnel-selection.patch
deleted file mode 100644
index 2c74298dfe..0000000000
--- a/target/linux/generic/hack-5.10/249-udp-tunnel-selection.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- 
diff --git a/target/linux/generic/hack-5.15/249-udp-tunnel-selection.patch b/target/linux/generic/hack-5.15/249-udp-tunnel-selection.patch
deleted file mode 100644
index 5e154004d0..0000000000
--- a/target/linux/generic/hack-5.15/249-udp-tunnel-selection.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 4487708144118bfd5e1b1da7003a486951fb9c5a Mon Sep 17 00:00:00 2001
-From: OpenWrt community <openwrt-devel at 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
- 




More information about the lede-commits mailing list