From ac48b8b17cdf77b62ff561852e23e4fdd04ad1a2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 4 Jan 2017 00:33:20 +0000 Subject: [PATCH] ipv6: Enable IPV6_ILA as module --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0d7c184f7..05ee2b78a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ linux (4.8.15-2) UNRELEASED; urgency=medium * [amd64] PCI: Enable PCI_HYPERV as module * inet: Enable INET_DIAG_DESTROY * tcp: Enable TCP_CONG_NV as module + * ipv6: Enable IPV6_ILA as module [ Salvatore Bonaccorso ] * sg_write()/bsg_write() is not fit to be called under KERNEL_DS diff --git a/debian/config/config b/debian/config/config index 64edd9149..d779583be 100644 --- a/debian/config/config +++ b/debian/config/config @@ -6198,6 +6198,7 @@ CONFIG_INET6_AH=m CONFIG_INET6_ESP=m CONFIG_INET6_IPCOMP=m CONFIG_IPV6_MIP6=y +CONFIG_IPV6_ILA=m CONFIG_INET6_XFRM_MODE_TRANSPORT=m CONFIG_INET6_XFRM_MODE_TUNNEL=m CONFIG_INET6_XFRM_MODE_BEET=m