summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/patches/100-remove_build-id.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/avr32/patches/100-remove_build-id.patch')
-rw-r--r--target/linux/avr32/patches/100-remove_build-id.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/avr32/patches/100-remove_build-id.patch b/target/linux/avr32/patches/100-remove_build-id.patch
deleted file mode 100644
index 1125d557a..000000000
--- a/target/linux/avr32/patches/100-remove_build-id.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/avr32/boot/images/Makefile
-+++ b/arch/avr32/boot/images/Makefile
-@@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.s
-
- extra-y := vmlinux.bin vmlinux.gz
-
--OBJCOPYFLAGS_vmlinux.bin := -O binary
-+OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
- $(obj)/vmlinux.bin: vmlinux FORCE
- $(call if_changed,objcopy)
-