From ec9f198f19f90741bdc22f1950b5bc5c92544af7 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sun, 5 Apr 2020 15:44:40 +0200 Subject: [PATCH] Fix kernel size too big --- config-wrt32x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-wrt32x b/config-wrt32x index 113d92e1..384ac04c 100644 --- a/config-wrt32x +++ b/config-wrt32x @@ -3,3 +3,5 @@ CONFIG_TARGET_mvebu_cortexa9=y CONFIG_TARGET_mvebu_cortexa9_DEVICE_linksys_wrt32x=y CONFIG_PACKAGE_kmod-6lowpan=y CONFIG_PACKAGE_luci-app-advanced-reboot=y +# CONFIG_KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE is not set +CONFIG_KERNEL_CC_OPTIMIZE_FOR_SIZE=y \ No newline at end of file