From c5dfbea1e8d053621b11cbb1390a2f984a2b20e2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Jan 2016 20:57:06 +0000 Subject: [PATCH] package/network/config/gre: ipv6 gre kmod package name was wrong Source package gre was depending on kmod-ip6-gre, however the actual kernel module package that is created is kmod-gre6. Therefore update (source) package gre for ipv6 gre support. Signed-off-by: Daniel Dickinson SVN-Revision: 48100 --- package/network/config/gre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/gre/Makefile b/package/network/config/gre/Makefile index 49e7d1932a..12257a8a2c 100644 --- a/package/network/config/gre/Makefile +++ b/package/network/config/gre/Makefile @@ -42,7 +42,7 @@ endef define Package/grev6 $(call Package/gre/Default) TITLE:=Generic Routing Encapsulation (IPv6) config support - DEPENDS:=@(PACKAGE_gre) @IPV6 +kmod-ip6-gre + DEPENDS:=@(PACKAGE_gre) @IPV6 +kmod-gre6 endef define Package/grev6/description -- 2.30.2