diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-17 10:04:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-17 10:04:41 +0000 |
commit | 294551ca73acd677fba4a4fdddd35d6567874dd4 (patch) | |
tree | 07267bf66f0844161b8626c60444a0bd6947016c /target/linux/generic-2.6/config-2.6.32 | |
parent | 73384dd1ff9d14bf9f4509bca0c707efb6f26c5e (diff) | |
download | upstream-294551ca73acd677fba4a4fdddd35d6567874dd4.tar.gz upstream-294551ca73acd677fba4a4fdddd35d6567874dd4.tar.bz2 upstream-294551ca73acd677fba4a4fdddd35d6567874dd4.zip |
replace our arm LZMA loader with the one that goes upstream
SVN-Revision: 18439
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.32')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 2da564028a..b99d864970 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -1036,6 +1036,9 @@ CONFIG_JOLIET=y # CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set +# CONFIG_KERNEL_GZIP is not set +CONFIG_KERNEL_LZMA=y +# CONFIG_KERNEL_LZO is not set # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYS is not set # CONFIG_KMEMTRACE is not set @@ -1688,6 +1691,7 @@ CONFIG_RCU_FANOUT=32 # CONFIG_RDC_17F3101X is not set # CONFIG_RD_GZIP is not set CONFIG_RD_LZMA=y +# CONFIG_RD_LZO is not set # CONFIG_RDS is not set # CONFIG_REALTEK_PHY is not set # CONFIG_REDWOOD is not set |