diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:07:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:07:33 +0000 |
commit | 09931003762a0adb80f6939e5fdcae17e52b366d (patch) | |
tree | 2d42d29a93559b1acd43a071b730e8a067eed57f | |
parent | 68ce0505d4c33c3c38b56f731adafbd05b600aaa (diff) | |
download | upstream-09931003762a0adb80f6939e5fdcae17e52b366d.tar.gz upstream-09931003762a0adb80f6939e5fdcae17e52b366d.tar.bz2 upstream-09931003762a0adb80f6939e5fdcae17e52b366d.zip |
optimize the kernel for size... *sigh*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16265 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/gemini/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/gemini/config-default b/target/linux/gemini/config-default index 4160ea4631..238720e127 100644 --- a/target/linux/gemini/config-default +++ b/target/linux/gemini/config-default @@ -16,6 +16,7 @@ CONFIG_ATA=m CONFIG_BASE_SMALL=0 # CONFIG_BINARY_PRINTF is not set CONFIG_BITREVERSE=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,19200 mem=32M" CONFIG_CPU_32=y CONFIG_CPU_32v4=y |