diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-28 20:06:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-28 20:06:13 +0000 |
commit | e6d307ab4bd7a21495d3d6ab84c3092f17efa063 (patch) | |
tree | 6924f0d9472a663e7cc9d9c427ffa786da2fffc7 /target/linux | |
parent | 091929ce0e3be9fe9b4b49191d3fd800d60e9a31 (diff) | |
download | upstream-e6d307ab4bd7a21495d3d6ab84c3092f17efa063.tar.gz upstream-e6d307ab4bd7a21495d3d6ab84c3092f17efa063.tar.bz2 upstream-e6d307ab4bd7a21495d3d6ab84c3092f17efa063.zip |
turn on size optimization for bcm63xx
SVN-Revision: 16607
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index b810ae5638..51d0630980 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -26,6 +26,7 @@ CONFIG_BOARD_BCM963XX=y # CONFIG_BOARD_LIVEBOX is not set # CONFIG_BSD_DISKLABEL is not set CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLASSIC_RCU=y CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" |