kernel: add workaround to rebuild vdso-o32.so.dbg
[openwrt/openwrt.git] / target / linux / generic / patches-4.4 / 262-compressor_kconfig_hack.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -218,26 +218,26 @@ config 842_DECOMPRESS
4 tristate
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 select BITREVERSE
14
15 config LZO_COMPRESS
16 - tristate
17 + tristate "LZO compress support"
18
19 config LZO_DECOMPRESS
20 - tristate
21 + tristate "LZO decompress support"
22
23 config LZ4_COMPRESS
24 - tristate
25 + tristate "LZ4 compress support"
26
27 config LZ4HC_COMPRESS
28 - tristate
29 + tristate "LZ4HC compress support"
30
31 config LZ4_DECOMPRESS
32 - tristate
33 + tristate "LZ4 decompress support"
34
35 source "lib/xz/Kconfig"
36