mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 19:11:53 +02:00
kernel: add a module for ipv6 gre
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34709 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c1e18d8d45
commit
4dea1785f3
@ -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 New Issue
Block a user