From patchwork Tue Feb 9 18:43:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stijn Tintel X-Patchwork-Id: 581027 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 911651402D8 for ; Wed, 10 Feb 2016 05:45:32 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9C0EF2890D3; Tue, 9 Feb 2016 19:43:53 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,TVD_SPACE_RATIO autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 26D09284731 for ; Tue, 9 Feb 2016 19:43:35 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .linux-ipv6. - helo: .xavier.telenet-ops. - helo-domain: .telenet-ops.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=1; rate: -5.5 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) by arrakis.dune.hu (Postfix) with ESMTP for ; Tue, 9 Feb 2016 19:43:33 +0100 (CET) Received: from store.st-esk.be.tintel.eu ([IPv6:2a02:1811:406:dc00:1e6f:65ff:fef8:7a3b]) by xavier.telenet-ops.be with bizsmtp id GJjS1s00Y1fuA1c01JjSMP; Tue, 09 Feb 2016 19:43:32 +0100 Received: by store.st-esk.be.tintel.eu (sSMTP sendmail emulation); Tue, 09 Feb 2016 19:43:26 +0100 From: Stijn Tintel To: openwrt-devel@lists.openwrt.org Date: Tue, 9 Feb 2016 19:43:24 +0100 Message-Id: <1455043405-4888-2-git-send-email-stijn@linux-ipv6.be> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1455043405-4888-1-git-send-email-stijn@linux-ipv6.be> References: <1455043405-4888-1-git-send-email-stijn@linux-ipv6.be> Subject: [OpenWrt-Devel] [PATCH 2/3] kernel/modules: add kmod-ip6-vti X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/netsupport.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index cbf2ffb..77bd67a 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -420,6 +420,22 @@ endef $(eval $(call KernelPackage,ip-vti)) +define KernelPackage/ip6-vti + SUBMENU:=$(NETWORK_SUPPORT_MENU) + TITLE:=IPv6 VTI (Virtual Tunnel Interface) + DEPENDS:=+kmod-iptunnel +kmod-ip6-tunnel +kmod-ipsec6 + KCONFIG:=CONFIG_IPV6_VTI + FILES:=$(LINUX_DIR)/net/ipv6/ip6_vti.ko + AUTOLOAD:=$(call AutoLoad,33,ip6_vti) +endef + +define KernelPackage/ip6-vti/description + Kernel modules for IPv6 VTI (Virtual Tunnel Interface) +endef + +$(eval $(call KernelPackage,ip6-vti)) + + define KernelPackage/iptunnel4 SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=IPv4 tunneling