From 56f23d11d7af89dc452fd72c003f73022d5e6da7 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Mon, 24 Jan 2022 15:43:12 +0800 Subject: [PATCH] wlan-ap/ipq: show symbol udp tunnel Signed-off-by: Jianhui Zhao --- .../patches/113-show-symbol-udp-tunnel.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 files-wlan-ap/openwrt/target/linux/ipq807x/patches/113-show-symbol-udp-tunnel.patch diff --git a/files-wlan-ap/openwrt/target/linux/ipq807x/patches/113-show-symbol-udp-tunnel.patch b/files-wlan-ap/openwrt/target/linux/ipq807x/patches/113-show-symbol-udp-tunnel.patch new file mode 100644 index 0000000..b8e93e7 --- /dev/null +++ b/files-wlan-ap/openwrt/target/linux/ipq807x/patches/113-show-symbol-udp-tunnel.patch @@ -0,0 +1,13 @@ +Index: linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/net/ipv4/Kconfig +=================================================================== +--- linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016.orig/net/ipv4/Kconfig ++++ linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/net/ipv4/Kconfig +@@ -308,7 +308,7 @@ config NET_IPVTI + on top. + + config NET_UDP_TUNNEL +- tristate ++ tristate "udp tunnel" + select NET_IP_TUNNEL + default n +