summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-05-24 07:01:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-05-24 07:01:45 +0000
commitce4f707d2ae01943fd9b638fd9a5736ee90c3f5c (patch)
tree094de1d064271aef2b1677ea483729c57be8eb07 /target
parent17ae4a4df07cebccc7719060a9d6542a959d7237 (diff)
downloadmaster-31e0f0ae-ce4f707d2ae01943fd9b638fd9a5736ee90c3f5c.tar.gz
master-31e0f0ae-ce4f707d2ae01943fd9b638fd9a5736ee90c3f5c.tar.bz2
master-31e0f0ae-ce4f707d2ae01943fd9b638fd9a5736ee90c3f5c.zip
optimize kernel for size
SVN-Revision: 16019
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/config-2.6.281
-rw-r--r--target/linux/ar71xx/config-2.6.301
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28
index b4926cee1c..06e738110c 100644
--- a/target/linux/ar71xx/config-2.6.28
+++ b/target/linux/ar71xx/config-2.6.28
@@ -33,6 +33,7 @@ CONFIG_ATHEROS_AR71XX=y
CONFIG_BASE_SMALL=0
# CONFIG_BCM47XX is not set
CONFIG_BITREVERSE=y
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_CEVT_R4K=y
CONFIG_CLASSIC_RCU=y
CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200"
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30
index 1484346eea..464a45d9ee 100644
--- a/target/linux/ar71xx/config-2.6.30
+++ b/target/linux/ar71xx/config-2.6.30
@@ -35,6 +35,7 @@ CONFIG_BASE_SMALL=0
CONFIG_BITREVERSE=y
# CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set
# CONFIG_CAVIUM_OCTEON_SIMULATOR is not set
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_CEVT_R4K=y
CONFIG_CEVT_R4K_LIB=y
CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200"