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