mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
kernel: add a module for ipv6 gre
SVN-Revision: 34709
This commit is contained in:
parent
fba5be2dc5
commit
b9d1bdb374
@ -445,6 +445,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,gre))
|
$(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
|
define KernelPackage/tun
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=Universal TUN/TAP driver
|
TITLE:=Universal TUN/TAP driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user