aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/patches
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-01-05 10:39:03 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-01-05 10:39:03 +0000
commitd8a523ae5d98a4575f58f53131528ca15a7e4ef1 (patch)
treeb153817c085ce83a754f461b845c488f509b4e04 /target/linux/avr32/patches
parent580b57fe713a79041a368bf0a18f09b21d697867 (diff)
downloadupstream-d8a523ae5d98a4575f58f53131528ca15a7e4ef1.tar.gz
upstream-d8a523ae5d98a4575f58f53131528ca15a7e4ef1.tar.bz2
upstream-d8a523ae5d98a4575f58f53131528ca15a7e4ef1.zip
upgrade avr32 to 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32/patches')
-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 1125d557a2..0000000000
--- 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)
-