aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:47 +0000
commita7bea11085c99c96e55f06e425bd695948afa743 (patch)
tree049afc3b485c13c66171a376c5b3adeec7fd2597 /target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch
parent1bb873c7d5929eb0c60c5b611e880f443ed90f5f (diff)
downloadupstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.gz
upstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.bz2
upstream-a7bea11085c99c96e55f06e425bd695948afa743.zip
kernel: remove linux 4.0
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch')
-rw-r--r--target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch b/target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch
deleted file mode 100644
index 64db0823c3..0000000000
--- a/target/linux/generic/patches-4.0/262-compressor_kconfig_hack.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- a/lib/Kconfig
-+++ b/lib/Kconfig
-@@ -214,25 +214,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"
-