From 7af8f70cd0aa30b373860194504688925197d7c2 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 3 Jan 2015 22:59:43 +0000 Subject: kernel: update 3.14 to 3.14.27 Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43820 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic/patches-3.14/270-x86_objdump_command.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/generic/patches-3.14/270-x86_objdump_command.patch (limited to 'target/linux/generic/patches-3.14/270-x86_objdump_command.patch') diff --git a/target/linux/generic/patches-3.14/270-x86_objdump_command.patch b/target/linux/generic/patches-3.14/270-x86_objdump_command.patch deleted file mode 100644 index 15062691a8..0000000000 --- a/target/linux/generic/patches-3.14/270-x86_objdump_command.patch +++ /dev/null @@ -1,16 +0,0 @@ -Use the cross toolchain objdump command instead of assuming that the host -toolchain has it. - -Signed-off-by: Felix Fietkau - ---- a/arch/x86/boot/compressed/Makefile -+++ b/arch/x86/boot/compressed/Makefile -@@ -75,7 +75,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 ) -- cgit v1.2.3