From 75704facea3bf0b5f5786b458d12e6a6b9cd53ca Mon Sep 17 00:00:00 2001 From: lemmi Date: Tue, 18 Feb 2020 13:40:01 +0100 Subject: [PATCH] linux5.5: enable ipv6 multicast support [ci skip] --- srcpkgs/linux5.5/files/i386-dotconfig | 4 +++- srcpkgs/linux5.5/files/ppc64-dotconfig | 4 +++- srcpkgs/linux5.5/files/ppc64le-dotconfig | 4 +++- srcpkgs/linux5.5/files/x86_64-dotconfig | 4 +++- srcpkgs/linux5.5/template | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux5.5/files/i386-dotconfig b/srcpkgs/linux5.5/files/i386-dotconfig index e85fce41e94..192dbdba7f9 100644 --- a/srcpkgs/linux5.5/files/i386-dotconfig +++ b/srcpkgs/linux5.5/files/i386-dotconfig @@ -1059,7 +1059,9 @@ CONFIG_IPV6_GRE=m CONFIG_IPV6_FOU=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y -# CONFIG_IPV6_MROUTE is not set +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_PIMSM_V2=y CONFIG_IPV6_SEG6_LWTUNNEL=y CONFIG_IPV6_SEG6_HMAC=y CONFIG_IPV6_SEG6_BPF=y diff --git a/srcpkgs/linux5.5/files/ppc64-dotconfig b/srcpkgs/linux5.5/files/ppc64-dotconfig index ac45ee9fdcb..a8245af8b82 100644 --- a/srcpkgs/linux5.5/files/ppc64-dotconfig +++ b/srcpkgs/linux5.5/files/ppc64-dotconfig @@ -972,7 +972,9 @@ CONFIG_IPV6_GRE=m CONFIG_IPV6_FOU=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y -# CONFIG_IPV6_MROUTE is not set +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_PIMSM_V2=y CONFIG_IPV6_SEG6_LWTUNNEL=y CONFIG_IPV6_SEG6_HMAC=y CONFIG_IPV6_SEG6_BPF=y diff --git a/srcpkgs/linux5.5/files/ppc64le-dotconfig b/srcpkgs/linux5.5/files/ppc64le-dotconfig index 7c02178645b..8bdd08ffb88 100644 --- a/srcpkgs/linux5.5/files/ppc64le-dotconfig +++ b/srcpkgs/linux5.5/files/ppc64le-dotconfig @@ -900,7 +900,9 @@ CONFIG_IPV6_GRE=m CONFIG_IPV6_FOU=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y -# CONFIG_IPV6_MROUTE is not set +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_PIMSM_V2=y CONFIG_IPV6_SEG6_LWTUNNEL=y CONFIG_IPV6_SEG6_HMAC=y CONFIG_IPV6_SEG6_BPF=y diff --git a/srcpkgs/linux5.5/files/x86_64-dotconfig b/srcpkgs/linux5.5/files/x86_64-dotconfig index e7c5af00d58..460ddc90750 100644 --- a/srcpkgs/linux5.5/files/x86_64-dotconfig +++ b/srcpkgs/linux5.5/files/x86_64-dotconfig @@ -1101,7 +1101,9 @@ CONFIG_IPV6_GRE=m CONFIG_IPV6_FOU=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y -# CONFIG_IPV6_MROUTE is not set +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_PIMSM_V2=y CONFIG_IPV6_SEG6_LWTUNNEL=y CONFIG_IPV6_SEG6_HMAC=y CONFIG_IPV6_SEG6_BPF=y diff --git a/srcpkgs/linux5.5/template b/srcpkgs/linux5.5/template index cb1fa8491a3..e039b9e0cc0 100644 --- a/srcpkgs/linux5.5/template +++ b/srcpkgs/linux5.5/template @@ -1,7 +1,7 @@ # Template file for 'linux5.5' pkgname=linux5.5 version=5.5.6 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Juan RP "