aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/270-x86_objdump_command.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-08 13:16:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-08 13:16:35 +0000
commit712f6ec52abc4e8a04611bda0604dc9e8b658e6f (patch)
tree173d851fe7a1e8988e0bcf10581f48043ae2e186 /target/linux/generic/patches-3.18/270-x86_objdump_command.patch
parent58de4a47597876d9da25d1400b92c5b647fd75bd (diff)
downloadupstream-712f6ec52abc4e8a04611bda0604dc9e8b658e6f.tar.gz
upstream-712f6ec52abc4e8a04611bda0604dc9e8b658e6f.tar.bz2
upstream-712f6ec52abc4e8a04611bda0604dc9e8b658e6f.zip
kernel: update linux 3.18 to final release
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43569
Diffstat (limited to 'target/linux/generic/patches-3.18/270-x86_objdump_command.patch')
-rw-r--r--target/linux/generic/patches-3.18/270-x86_objdump_command.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-3.18/270-x86_objdump_command.patch b/target/linux/generic/patches-3.18/270-x86_objdump_command.patch
deleted file mode 100644
index 7d4170ebee..0000000000
--- a/target/linux/generic/patches-3.18/270-x86_objdump_command.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/x86/boot/compressed/Makefile
-+++ b/arch/x86/boot/compressed/Makefile
-@@ -76,7 +76,7 @@ suffix-$(CONFIG_KERNEL_XZ) := xz
- suffix-$(CONFIG_KERNEL_LZO) := lzo
- suffix-$(CONFIG_KERNEL_LZ4) := lz4
-
--RUN_SIZE = $(shell objdump -h vmlinux | \
-+RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \
- perl $(srctree)/arch/x86/tools/calc_run_size.pl)
- quiet_cmd_mkpiggy = MKPIGGY $@
- cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false )