On 18.07.2013 06:44, Nikolay Martynov wrote:
In 3.10 new ip_tunnel module has been created which is used by sit, ipip, gre. Define ip_tunnel in Kernel Modules config menu and add appropriate dependencies.Fixes #13873 Signed-off-by: Nikolay Martynov <[email protected]> --- define KernelPackage/sit SUBMENU:=$(NETWORK_SUPPORT_MENU) - DEPENDS:=+kmod-ipv6 +kmod-iptunnel4 + DEPENDS:=+kmod-ipv6 +kmod-iptunnel4 +kmod-ip_tunnel TITLE:=IPv6-in-IPv4 tunnel KCONFIG:=CONFIG_IPV6_SIT \ CONFIG_IPV6_SIT_6RD=y @@ -432,7 +447,7 @@ $(eval $(call KernelPackage,ip6-tunnel))
Recent trunk and this patch fixes 6in4/henet issues with Kernel 3.10.1 at my end
noticed a [ 9.930000] sit: Unknown symbol ip_tunnel_get_stats64 (err 0) in dmesg on a not working trunk tickets: https://dev.openwrt.org/ticket/13540 https://dev.openwrt.org/ticket/13879
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
