mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
kernel/modules: remove fake users from udptunnel{4,6}
Since we're now able to select CONFIG_NET_UDP_TUNNEL at will, drop the fake dependencies. This is a partial revert of commit d7e040f8bccec06b64c82963be6435101423dbf1 "kernel: add fake users for udptunnel and iptunnel modules". Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
73a346b9ec
commit
d751c2a35c
@ -60,9 +60,7 @@ $(eval $(call KernelPackage,bonding))
|
|||||||
define KernelPackage/udptunnel4
|
define KernelPackage/udptunnel4
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=IPv4 UDP tunneling support
|
TITLE:=IPv4 UDP tunneling support
|
||||||
KCONFIG:= \
|
KCONFIG:=CONFIG_NET_UDP_TUNNEL
|
||||||
CONFIG_NET_UDP_TUNNEL \
|
|
||||||
CONFIG_VXLAN=m
|
|
||||||
HIDDEN:=1
|
HIDDEN:=1
|
||||||
FILES:=$(LINUX_DIR)/net/ipv4/udp_tunnel.ko
|
FILES:=$(LINUX_DIR)/net/ipv4/udp_tunnel.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,32,udp_tunnel)
|
AUTOLOAD:=$(call AutoLoad,32,udp_tunnel)
|
||||||
@ -75,9 +73,7 @@ define KernelPackage/udptunnel6
|
|||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=IPv6 UDP tunneling support
|
TITLE:=IPv6 UDP tunneling support
|
||||||
DEPENDS:=@IPV6
|
DEPENDS:=@IPV6
|
||||||
KCONFIG:= \
|
KCONFIG:=CONFIG_NET_UDP_TUNNEL
|
||||||
CONFIG_NET_UDP_TUNNEL \
|
|
||||||
CONFIG_VXLAN=m
|
|
||||||
HIDDEN:=1
|
HIDDEN:=1
|
||||||
FILES:=$(LINUX_DIR)/net/ipv6/ip6_udp_tunnel.ko
|
FILES:=$(LINUX_DIR)/net/ipv6/ip6_udp_tunnel.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,32,ip6_udp_tunnel)
|
AUTOLOAD:=$(call AutoLoad,32,ip6_udp_tunnel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user