diff options
author | Luka Perkov <luka@openwrt.org> | 2015-01-03 22:59:43 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-01-03 22:59:43 +0000 |
commit | 9c8422a09b0247778b7dc12018169b127e66c470 (patch) | |
tree | 124ff3de5fc80358433ac0c3893a49bb5ddbaebf /target/linux/generic/patches-3.14/270-x86_objdump_command.patch | |
parent | fd7be4073af21aeea4b330b59c0d097ccb561137 (diff) | |
download | mtk-20170518-9c8422a09b0247778b7dc12018169b127e66c470.zip mtk-20170518-9c8422a09b0247778b7dc12018169b127e66c470.tar.gz mtk-20170518-9c8422a09b0247778b7dc12018169b127e66c470.tar.bz2 |
kernel: update 3.14 to 3.14.27
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43820
Diffstat (limited to 'target/linux/generic/patches-3.14/270-x86_objdump_command.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/270-x86_objdump_command.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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 1506269..0000000 --- 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 <nbd@openwrt.org> - ---- 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 ) |