262-compressor_kconfig_hack.patch 431 B

1234567891011121314151617181920212223
  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. config ZLIB_DEFLATE
  10. - tristate
  11. + tristate "ZLIB deflate support"
  12. config LZO_COMPRESS
  13. - tristate
  14. + tristate "LZO compress support"
  15. config LZO_DECOMPRESS
  16. - tristate
  17. + tristate "LZO decompress support"
  18. source "lib/xz/Kconfig"