diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-11 20:56:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-11 20:56:19 +0000 |
commit | 19e3ec0570a73b7a8f9633c956bb665d2d761413 (patch) | |
tree | 9e51794c6d0e96eb83bce71d8f6525fc1a60f16a /target/linux/generic/config-3.9 | |
parent | f5ae93e941b9b6030d977168b605e43f21d01932 (diff) | |
download | upstream-19e3ec0570a73b7a8f9633c956bb665d2d761413.tar.gz upstream-19e3ec0570a73b7a8f9633c956bb665d2d761413.tar.bz2 upstream-19e3ec0570a73b7a8f9633c956bb665d2d761413.zip |
kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37253
Diffstat (limited to 'target/linux/generic/config-3.9')
-rw-r--r-- | target/linux/generic/config-3.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9 index 0339e78474..9763743da6 100644 --- a/target/linux/generic/config-3.9 +++ b/target/linux/generic/config-3.9 @@ -2465,7 +2465,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 |