rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.18 / 262-compressor_kconfig_hack.patch
index a24405d580ad3f4684b26c17ee5ca19e75d595ee..51b4fc89b6388a61ee357f6eca9338a591fce129 100644 (file)
@@ -1,6 +1,6 @@
 --- a/lib/Kconfig
 +++ b/lib/Kconfig
-@@ -205,16 +205,16 @@ config RANDOM32_SELFTEST
+@@ -205,25 +205,25 @@ config RANDOM32_SELFTEST
  # compression support is select'ed if needed
  #
  config ZLIB_INFLATE
 +      tristate "LZO decompress support"
  
  config LZ4_COMPRESS
-       tristate
+-      tristate
++      tristate "LZ4 compress support"
+ config LZ4HC_COMPRESS
+-      tristate
++      tristate "LZ4HC compress support"
+ config LZ4_DECOMPRESS
+-      tristate
++      tristate "LZ4 decompress support"
+ source "lib/xz/Kconfig"