kernel: update 3.18 to 3.18.1
[openwrt.git] / target / linux / generic / patches-3.3 / 259-compressor_kconfig_hack.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -105,16 +105,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