X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Favr32%2Fpatches%2F100-remove_build-id.patch;fp=target%2Flinux%2Favr32%2Fpatches%2F100-remove_build-id.patch;h=1125d557a2ccf7e078afaac1644c668bddf50cf6;hb=663f3dca935c45bc6df8f5e44ccd8720752659ed;hp=0000000000000000000000000000000000000000;hpb=4de2cfebf88cc1bdcccf0fc8beb35bf76ff65541;p=openwrt-10.03%2F.git diff --git a/target/linux/avr32/patches/100-remove_build-id.patch b/target/linux/avr32/patches/100-remove_build-id.patch new file mode 100644 index 000000000..1125d557a --- /dev/null +++ b/target/linux/avr32/patches/100-remove_build-id.patch @@ -0,0 +1,11 @@ +--- 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) +