[generic]: add initial 3.13 support
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.13 / 262-compressor_kconfig_hack.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -193,16 +193,16 @@ config RANDOM32_SELFTEST
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 config LZ4_COMPRESS
23 tristate