diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 20:56:19 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-11 20:56:19 +0000 |
commit | a5d06f9a87722552ec902c8895683aac059ac477 (patch) | |
tree | 38171c2d43a404342e25efdf77cb00fbf526dd10 /target/linux/generic/config-3.7 | |
parent | 6cdd3efd496ce775c78d4056761516ea2cff81ca (diff) |
kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.7')
-rw-r--r-- | target/linux/generic/config-3.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index d404778c6a..a13bd23bbc 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -2404,7 +2404,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_RDS is not set # CONFIG_RD_BZIP2 is not set # CONFIG_RD_GZIP is not set -CONFIG_RD_LZMA=y +# CONFIG_RD_LZMA is not set # CONFIG_RD_LZO is not set # CONFIG_RD_XZ is not set # CONFIG_READABLE_ASM is not set |