From b03826d8aaa659e2581dcff3f96280a8b4683422 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 9 Jun 2018 15:59:41 +0200 Subject: kernel: bump kernel 4.4 to version 4.4.137 The new option CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE was added, in this commit: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.4.y&id=ffe4bf3eb3cfa10f9ef295c08c21f4fe3bb07e21 Handle it by setting it to the opposite value CONFIG_CC_OPTIMIZE_FOR_SIZE is set to. Tested on lantiq Signed-off-by: Hauke Mehrtens --- target/linux/ixp4xx/config-4.4 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ixp4xx/config-4.4') diff --git a/target/linux/ixp4xx/config-4.4 b/target/linux/ixp4xx/config-4.4 index 1929f85b1f..d46c7a2b73 100644 --- a/target/linux/ixp4xx/config-4.4 +++ b/target/linux/ixp4xx/config-4.4 @@ -33,6 +33,7 @@ CONFIG_ARM_PATCH_PHYS_VIRT=y CONFIG_ATAGS=y CONFIG_BOUNCE=y # CONFIG_CACHE_L2X0 is not set +# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CLKSRC_MMIO=y CONFIG_CLONE_BACKWARDS=y -- cgit v1.2.3