diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-09-30 11:07:02 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-09-30 11:28:51 +0200 |
commit | a0a4cfd83b9f09c4562c065d0017b389b2987263 (patch) | |
tree | daacc1ab6764e4f4b4b4a81dc19fe60e3697c925 /target/linux/generic/hack-5.10 | |
parent | eb07020de2b4a5f89579f09f5060d4b9f070a356 (diff) | |
download | upstream-a0a4cfd83b9f09c4562c065d0017b389b2987263.tar.gz upstream-a0a4cfd83b9f09c4562c065d0017b389b2987263.tar.bz2 upstream-a0a4cfd83b9f09c4562c065d0017b389b2987263.zip |
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@nbd.name>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r-- | target/linux/generic/hack-5.10/249-udp-tunnel-selection.patch | 11 |
1 files changed, 0 insertions, 11 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 - |