diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-04 19:19:17 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-04 20:53:02 +0200 |
commit | 93fb6ce05b1e161a8a5485e006e5fe05fc060fd3 (patch) | |
tree | 8cebff3a10ee04a531dcc4ec66ff701e72125020 /target/linux/generic/patches-3.18 | |
parent | 577f873dafdf3914c79ee21869288f20d419a39f (diff) | |
download | upstream-93fb6ce05b1e161a8a5485e006e5fe05fc060fd3.tar.gz upstream-93fb6ce05b1e161a8a5485e006e5fe05fc060fd3.tar.bz2 upstream-93fb6ce05b1e161a8a5485e006e5fe05fc060fd3.zip |
kernel: mark kmod-udptunnel as hiddden to replace the NET_UDP_TUNNEL kconfig hack
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-3.18')
-rw-r--r-- | target/linux/generic/patches-3.18/263-udp_tunnel_kconfig_hack.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-3.18/263-udp_tunnel_kconfig_hack.patch b/target/linux/generic/patches-3.18/263-udp_tunnel_kconfig_hack.patch deleted file mode 100644 index e8fb296698..0000000000 --- a/target/linux/generic/patches-3.18/263-udp_tunnel_kconfig_hack.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/net/ipv4/Kconfig -+++ b/net/ipv4/Kconfig -@@ -308,7 +308,7 @@ config NET_IPVTI - on top. - - config NET_UDP_TUNNEL -- tristate -+ tristate "IP: UDP tunnel" - select NET_IP_TUNNEL - default n - |