diff --git a/debian/changelog b/debian/changelog index fac8e58db..043614fc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ linux (4.10~rc6-1~exp2) UNRELEASED; urgency=medium - Fix missing CRC for _mcount - [ppc64el] udeb: Exclude ehea from nic-modules * debian/control: Fix compiler build-dependencies for cross-building + * [armel] Adjust configuration to reduce image size (fixes FTBFS): + - PCI: Disable PCIEAER, PCIEASPM + - net: Disable LWTUNNEL, IPV6_ILA + - trace: Disable UPROBE_EVENT -- Ben Hutchings Wed, 01 Feb 2017 22:13:06 +0000 diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell index 121a9b3c9..f9a27beb3 100644 --- a/debian/config/armel/config.marvell +++ b/debian/config/armel/config.marvell @@ -497,8 +497,14 @@ CONFIG_PCI_MVEBU=y ## ## file: drivers/pci/pcie/Kconfig ## +# CONFIG_PCIEASPM is not set # CONFIG_PCIE_DPC is not set +## +## file: drivers/pci/pcie/aer/Kconfig +## +# CONFIG_PCIEAER is not set + ## ## file: drivers/pcmcia/Kconfig ## @@ -699,6 +705,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_FUNCTION_GRAPH_TRACER is not set # CONFIG_FTRACE_SYSCALLS is not set # CONFIG_STACK_TRACER is not set +# CONFIG_UPROBE_EVENT is not set ## ## file: lib/Kconfig.debug @@ -748,6 +755,8 @@ CONFIG_ROSE=m ## file: net/ipv6/Kconfig ## CONFIG_IPV6=m +#. Can be modular, but selects LWTUNNEL which cannot +# CONFIG_IPV6_ILA is not set ## ## file: net/l3mdev/Kconfig