diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-12 23:04:18 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-12 23:04:18 +0000 |
commit | 37a8f3522fcfb961c94f102b4a5d9ad936d04de7 (patch) | |
tree | 448b3e3d1c338f726cd5656163c5e5c4b6c5ba32 /target/linux/brcm47xx | |
parent | 48ec7efd652948d823489d32f6dba147fe74c8ec (diff) | |
download | upstream-37a8f3522fcfb961c94f102b4a5d9ad936d04de7.tar.gz upstream-37a8f3522fcfb961c94f102b4a5d9ad936d04de7.tar.bz2 upstream-37a8f3522fcfb961c94f102b4a5d9ad936d04de7.zip |
Move CONFIG_LZMA_{DE,}COMPRESS to generic config
It is selected by CONFIG_JFFS2_LZMA which is set in the generic config.
SVN-Revision: 21437
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.33 | 2 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.34 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/config-2.6.33 b/target/linux/brcm47xx/config-2.6.33 index e284ccfa65..ad9a0e0610 100644 --- a/target/linux/brcm47xx/config-2.6.33 +++ b/target/linux/brcm47xx/config-2.6.33 @@ -132,8 +132,6 @@ CONFIG_INLINE_WRITE_UNLOCK_IRQ=y CONFIG_IRQ_CPU=y CONFIG_LEDS_GPIO=y CONFIG_LOONGSON_UART_BASE=y -CONFIG_LZMA_COMPRESS=y -CONFIG_LZMA_DECOMPRESS=y # CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set # CONFIG_MACH_JAZZ is not set diff --git a/target/linux/brcm47xx/config-2.6.34 b/target/linux/brcm47xx/config-2.6.34 index 5a322145db..565f3e8f06 100644 --- a/target/linux/brcm47xx/config-2.6.34 +++ b/target/linux/brcm47xx/config-2.6.34 @@ -141,8 +141,6 @@ CONFIG_LEDS_GPIO=y # CONFIG_LOGFS is not set CONFIG_LOONGSON_UART_BASE=y # CONFIG_LPC_SCH is not set -CONFIG_LZMA_COMPRESS=y -CONFIG_LZMA_DECOMPRESS=y # CONFIG_MACH_ALCHEMY is not set # CONFIG_MACH_DECSTATION is not set # CONFIG_MACH_JAZZ is not set |