diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-04 19:23:47 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-04 20:53:02 +0200 |
commit | 7c874d18f51cb952babd8241fae5a8286dc68878 (patch) | |
tree | 491165a180d2f8976803798b82069dbb7aa5fbed /target/linux | |
parent | 93fb6ce05b1e161a8a5485e006e5fe05fc060fd3 (diff) | |
download | upstream-7c874d18f51cb952babd8241fae5a8286dc68878.tar.gz upstream-7c874d18f51cb952babd8241fae5a8286dc68878.tar.bz2 upstream-7c874d18f51cb952babd8241fae5a8286dc68878.zip |
kernel: mark compression modules as hiddden to obsolete the compressor kconfig hack
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
3 files changed, 0 insertions, 106 deletions
diff --git a/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch b/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch deleted file mode 100644 index 51b4fc89b6..0000000000 --- a/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- a/lib/Kconfig -+++ b/lib/Kconfig -@@ -205,25 +205,25 @@ config RANDOM32_SELFTEST - # compression support is select'ed if needed - # - config ZLIB_INFLATE -- tristate -+ tristate "ZLIB inflate support" - - config ZLIB_DEFLATE -- tristate -+ tristate "ZLIB deflate support" - - config LZO_COMPRESS -- tristate -+ tristate "LZO compress support" - - config LZO_DECOMPRESS -- tristate -+ tristate "LZO decompress support" - - config LZ4_COMPRESS -- 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" - diff --git a/target/linux/generic/patches-4.1/262-compressor_kconfig_hack.patch b/target/linux/generic/patches-4.1/262-compressor_kconfig_hack.patch deleted file mode 100644 index 771c1671a8..0000000000 --- a/target/linux/generic/patches-4.1/262-compressor_kconfig_hack.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- a/lib/Kconfig -+++ b/lib/Kconfig -@@ -213,25 +213,25 @@ config RANDOM32_SELFTEST - # compression support is select'ed if needed - # - config ZLIB_INFLATE -- tristate -+ tristate "ZLIB inflate support" - - config ZLIB_DEFLATE -- tristate -+ tristate "ZLIB deflate support" - - config LZO_COMPRESS -- tristate -+ tristate "LZO compress support" - - config LZO_DECOMPRESS -- tristate -+ tristate "LZO decompress support" - - config LZ4_COMPRESS -- 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" - diff --git a/target/linux/generic/patches-4.4/262-compressor_kconfig_hack.patch b/target/linux/generic/patches-4.4/262-compressor_kconfig_hack.patch deleted file mode 100644 index edb9ff7cd1..0000000000 --- a/target/linux/generic/patches-4.4/262-compressor_kconfig_hack.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/lib/Kconfig -+++ b/lib/Kconfig -@@ -218,26 +218,26 @@ config 842_DECOMPRESS - tristate - - config ZLIB_INFLATE -- tristate -+ tristate "ZLIB inflate support" - - config ZLIB_DEFLATE -- tristate -+ tristate "ZLIB deflate support" - select BITREVERSE - - config LZO_COMPRESS -- tristate -+ tristate "LZO compress support" - - config LZO_DECOMPRESS -- tristate -+ tristate "LZO decompress support" - - config LZ4_COMPRESS -- 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" - |