summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/config-2.6.21
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-13 12:42:50 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-13 12:42:50 +0000
commitc2db6d509fd5a89da2aeb584d2e8f239d0e373d2 (patch)
tree05c42102bc384c4f5eb22f38c7d81334c8bbce9d /target/linux/generic-2.6/config-2.6.21
parentff3e388607770eaa0a515097f674efcfcc2e8762 (diff)
turn off -Os by default for the kernel and stick to -O2
repeated tests have shown the -O2 kernel to react much better to high cpu/network load situations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.21')
-rw-r--r--target/linux/generic-2.6/config-2.6.212
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.21 b/target/linux/generic-2.6/config-2.6.21
index d9749c0f4..87be52752 100644
--- a/target/linux/generic-2.6/config-2.6.21
+++ b/target/linux/generic-2.6/config-2.6.21
@@ -182,7 +182,7 @@ CONFIG_CARDBUS=y
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_CASSINI is not set
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set