diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-23 18:33:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-23 18:33:36 +0000 |
commit | 514aa754c2e9b1295d8bd22488f8b70304cc1d4c (patch) | |
tree | cc8889927b47788b9fbbc92621ef0b96b3a31a38 | |
parent | a183bf954c5b586ac31b8dd5b7f3577c153b8232 (diff) | |
download | upstream-514aa754c2e9b1295d8bd22488f8b70304cc1d4c.tar.gz upstream-514aa754c2e9b1295d8bd22488f8b70304cc1d4c.tar.bz2 upstream-514aa754c2e9b1295d8bd22488f8b70304cc1d4c.zip |
enable kernel compilation with size optimization
SVN-Revision: 16016
-rw-r--r-- | target/linux/rdc/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index 8e201c7026..939c70226e 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -30,6 +30,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BOUNCE=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CLASSIC_RCU=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_CMDLINE="console=ttyS0,38400" |