kernel: add a module for ipv6 gre

SVN-Revision: 34709
This commit is contained in:
Felix Fietkau 2012-12-15 21:59:56 +00:00
parent fba5be2dc5
commit b9d1bdb374

View file

@ -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