From: nbd Date: Thu, 11 Jul 2013 20:56:19 +0000 (+0000) Subject: kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a5d06f9a87722552ec902c8895683aac059ac477;p=openwrt.git kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37253 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index aaf064c9e9..95459f8ff7 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -2495,7 +2495,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 diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 8518a77ea3..67f77513dd 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -2243,7 +2243,7 @@ CONFIG_RCU_FANOUT=32 # 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_REALTEK_PHY is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 423f319793..6ce43330a2 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -2357,7 +2357,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 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 diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index f222811749..99707c3e15 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -2447,7 +2447,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 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