mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
parent
1fa8af5e9f
commit
faf2d6e4d3
@ -337,8 +337,9 @@ $(eval $(call KernelPackage,ipv6))
|
|||||||
define KernelPackage/sit
|
define KernelPackage/sit
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
DEPENDS:=+kmod-ipv6 +kmod-iptunnel4
|
DEPENDS:=+kmod-ipv6 +kmod-iptunnel4
|
||||||
TITLE:=IPv6-in-IPv4 tunnelling
|
TITLE:=IPv6-in-IPv4 tunnel
|
||||||
KCONFIG:=CONFIG_IPV6 CONFIG_IPV6_SIT
|
KCONFIG:=CONFIG_IPV6_SIT \
|
||||||
|
CONFIG_IPV6_SIT_6RD=y
|
||||||
FILES:=$(LINUX_DIR)/net/ipv6/sit.ko
|
FILES:=$(LINUX_DIR)/net/ipv6/sit.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,32,sit)
|
AUTOLOAD:=$(call AutoLoad,32,sit)
|
||||||
endef
|
endef
|
||||||
@ -355,9 +356,7 @@ define KernelPackage/ip6-tunnel
|
|||||||
TITLE:=IP-in-IPv6 tunnelling
|
TITLE:=IP-in-IPv6 tunnelling
|
||||||
DEPENDS:= +kmod-ipv6 +kmod-iptunnel6
|
DEPENDS:= +kmod-ipv6 +kmod-iptunnel6
|
||||||
KCONFIG:= CONFIG_IPV6_TUNNEL
|
KCONFIG:= CONFIG_IPV6_TUNNEL
|
||||||
FILES:= $(foreach mod,ip6_tunnel, \
|
FILES:=$(LINUX_DIR)/net/ipv6/ip6_tunnel.ko
|
||||||
$(LINUX_DIR)/net/ipv6/$(mod).ko \
|
|
||||||
)
|
|
||||||
AUTOLOAD:=$(call AutoLoad,32,ip6_tunnel)
|
AUTOLOAD:=$(call AutoLoad,32,ip6_tunnel)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user