kernel: add a module for ipv6 gre
SVN-Revision: 34709
This commit is contained in:
parent
fba5be2dc5
commit
b9d1bdb374
1 changed files with 16 additions and 0 deletions
|
@ -445,6 +445,22 @@ endef
|
|||
$(eval $(call KernelPackage,gre))
|
||||
|
||||
|
||||
define KernelPackage/gre6
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=GRE support over IPV6
|
||||
DEPENDS:=+kmod-ipv6 +kmod-ip6-tunnel @!LINUX_3_3 @!LINUX_3_6
|
||||
KCONFIG:=CONFIG_IPV6_GRE
|
||||
FILES:=$(LINUX_DIR)/net/ipv6/ip6_gre.ko
|
||||
AUTOLOAD:=$(call AutoLoad,39,ip6_gre)
|
||||
endef
|
||||
|
||||
define KernelPackage/gre6/description
|
||||
Generic Routing Encapsulation support over IPv6
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,gre6))
|
||||
|
||||
|
||||
define KernelPackage/tun
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Universal TUN/TAP driver
|
||||
|
|
Loading…
Reference in a new issue