kernel/modules: add kmod-fou6 package
IPv6 support for Foo-over-UDP tunnel Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
parent
f6a26f9a20
commit
858a8acf3e
1 changed files with 21 additions and 0 deletions
|
@ -457,6 +457,27 @@ endef
|
||||||
$(eval $(call KernelPackage,fou))
|
$(eval $(call KernelPackage,fou))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/fou6
|
||||||
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
|
TITLE:=FOU and GUE decapsulation over IPv6
|
||||||
|
DEPENDS:= @IPV6 \
|
||||||
|
+kmod-fou \
|
||||||
|
+kmod-ip6-tunnel
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_IPV6_FOU \
|
||||||
|
CONFIG_IPV6_FOU_TUNNEL
|
||||||
|
FILES:=$(LINUX_DIR)/net/ipv6/fou6.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,fou6)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/fou6/description
|
||||||
|
Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling over IPv6.
|
||||||
|
Requires Kernel 3.18 or newer.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,fou6))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ip6-tunnel
|
define KernelPackage/ip6-tunnel
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=IP-in-IPv6 tunnelling
|
TITLE:=IP-in-IPv6 tunnelling
|
||||||
|
|
Loading…
Reference in a new issue