X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fkernel%2Flinux%2Fmodules%2Fnetsupport.mk;h=cf1de6a8941e8c668b4995ea5f2fbb0f7a6bc144;hp=2d574751e586843faeec92d8cb253f05dcc6fc50;hb=93fb6ce05b1e161a8a5485e006e5fe05fc060fd3;hpb=577f873dafdf3914c79ee21869288f20d419a39f diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 2d574751e5..cf1de6a894 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -149,6 +149,7 @@ define KernelPackage/udptunnel4 SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=IPv4 UDP tunneling support KCONFIG:=CONFIG_NET_UDP_TUNNEL + HIDDEN:=1 FILES:=$(LINUX_DIR)/net/ipv4/udp_tunnel.ko AUTOLOAD:=$(call AutoLoad,32,udp_tunnel) endef @@ -161,6 +162,7 @@ define KernelPackage/udptunnel6 TITLE:=IPv6 UDP tunneling support DEPENDS:=@IPV6 KCONFIG:=CONFIG_NET_UDP_TUNNEL + HIDDEN:=1 FILES:=$(LINUX_DIR)/net/ipv6/ip6_udp_tunnel.ko AUTOLOAD:=$(call AutoLoad,32,ip6_udp_tunnel) endef