generic/3.10: rename mtd patches
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.10 / 262-compressor_kconfig_hack.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -178,16 +178,16 @@ config AUDIT_GENERIC
4 # compression support is select'ed if needed
5 #
6 config ZLIB_INFLATE
7 - tristate
8 + tristate "ZLIB inflate support"
9
10 config ZLIB_DEFLATE
11 - tristate
12 + tristate "ZLIB deflate support"
13
14 config LZO_COMPRESS
15 - tristate
16 + tristate "LZO compress support"
17
18 config LZO_DECOMPRESS
19 - tristate
20 + tristate "LZO decompress support"
21
22 source "lib/xz/Kconfig"
23