diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-01-05 10:39:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-01-05 10:39:03 +0000 |
commit | 3db174e41e410814e2dc59580f8c46865da991f8 (patch) | |
tree | 6b15c3f3f81ba52cdb996967d8ec4b885fd2c249 /target/linux/avr32/patches | |
parent | 9be7e1723fc8940cd03617dc944f06cc4edee207 (diff) | |
download | mtk-20170518-3db174e41e410814e2dc59580f8c46865da991f8.zip mtk-20170518-3db174e41e410814e2dc59580f8c46865da991f8.tar.gz mtk-20170518-3db174e41e410814e2dc59580f8c46865da991f8.tar.bz2 |
upgrade avr32 to 2.6.28
SVN-Revision: 13872
Diffstat (limited to 'target/linux/avr32/patches')
-rw-r--r-- | target/linux/avr32/patches/100-remove_build-id.patch | 11 |
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 1125d55..0000000 --- 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) - |