aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-3.7/011-tune_lzma_options.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-01-12 19:17:49 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-01-12 19:17:49 +0000
commit8a22f204c21195c3d57ffc73ef71d527e8c5173a (patch)
tree12361568801b28bc55eec54de2d7eeacf6722c68 /target/linux/x86/patches-3.7/011-tune_lzma_options.patch
parent571942b2570d867c64e1e540de20d4d6f7ccc94a (diff)
downloadmaster-187ad058-8a22f204c21195c3d57ffc73ef71d527e8c5173a.tar.gz
master-187ad058-8a22f204c21195c3d57ffc73ef71d527e8c5173a.tar.bz2
master-187ad058-8a22f204c21195c3d57ffc73ef71d527e8c5173a.zip
x86: remove unused code for kernel 3.7
There are no generic patches for kernel 3.7 any more, remove this stuff. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39262 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/patches-3.7/011-tune_lzma_options.patch')
-rw-r--r--target/linux/x86/patches-3.7/011-tune_lzma_options.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/x86/patches-3.7/011-tune_lzma_options.patch b/target/linux/x86/patches-3.7/011-tune_lzma_options.patch
deleted file mode 100644
index e6fd44d4e1..0000000000
--- a/target/linux/x86/patches-3.7/011-tune_lzma_options.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/scripts/Makefile.lib
-+++ b/scripts/Makefile.lib
-@@ -296,7 +296,7 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^)
-
- quiet_cmd_lzma = LZMA $@
- cmd_lzma = (cat $(filter-out FORCE,$^) | \
-- lzma e -d20 -lc1 -lp2 -pb2 -eos -si -so && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
-+ lzma e -lc8 -eos -si -so && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
- (rm -f $@ ; false)
-
- quiet_cmd_lzo = LZO $@
---- a/arch/x86/include/asm/boot.h
-+++ b/arch/x86/include/asm/boot.h
-@@ -28,7 +28,7 @@
- #error "Invalid value for CONFIG_PHYSICAL_ALIGN"
- #endif
-
--#ifdef CONFIG_KERNEL_BZIP2
-+#if defined(CONFIG_KERNEL_BZIP2) || defined(CONFIG_KERNEL_LZMA)
- #define BOOT_HEAP_SIZE 0x400000
- #else /* !CONFIG_KERNEL_BZIP2 */
-