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 | e18956482ed42466e4952a962f6c3b7118fe0740 (patch) | |
tree | 4a86b95b772f4b2bdc3aca36907b7c9f5c794092 /target/linux/rdc | |
parent | 7fa02901b8e3f310c071227eed179941528d0f34 (diff) | |
download | upstream-e18956482ed42466e4952a962f6c3b7118fe0740.tar.gz upstream-e18956482ed42466e4952a962f6c3b7118fe0740.tar.bz2 upstream-e18956482ed42466e4952a962f6c3b7118fe0740.zip |
[rdc] enable kernel compilation with size optimization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16016 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc')
-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" |