diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-05-14 19:02:43 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-05-14 19:02:43 +0000 |
commit | 5a245f51071863bae216e84384872ce678ee5d39 (patch) | |
tree | a506748fad85026406488c638baa92246f922683 /target | |
parent | 268684527ad6609bb32fa1ee30f1314083deec8c (diff) | |
download | upstream-5a245f51071863bae216e84384872ce678ee5d39.tar.gz upstream-5a245f51071863bae216e84384872ce678ee5d39.tar.bz2 upstream-5a245f51071863bae216e84384872ce678ee5d39.zip |
[x86] remove lzma kernel compression.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/config-2.6.30 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/config-2.6.30 b/target/linux/x86/config-2.6.30 index a5e33d8a83..6bcd8e7505 100644 --- a/target/linux/x86/config-2.6.30 +++ b/target/linux/x86/config-2.6.30 @@ -221,8 +221,8 @@ CONFIG_ISA_DMA_API=y # CONFIG_ITCO_WDT is not set CONFIG_KALLSYMS=y # CONFIG_KERNEL_BZIP2 is not set -# CONFIG_KERNEL_GZIP is not set -CONFIG_KERNEL_LZMA=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZMA is not set CONFIG_KEXEC=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_LKKBD is not set |