summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.2.69/sparc-aout.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-19 17:15:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-19 17:15:39 +0100
commitfdc95fb65694d3178a754ebd62f7a6644146e999 (patch)
treeb7b8b40ac1177169e88c47f67a96216d45e8f41e /target/linux/patches/3.2.69/sparc-aout.patch
parent5f15cd1ef60cc4d8693610f91e3b49f722ed0b79 (diff)
update older 2.6.x and 3.2.x kernels
Diffstat (limited to 'target/linux/patches/3.2.69/sparc-aout.patch')
-rw-r--r--target/linux/patches/3.2.69/sparc-aout.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/patches/3.2.69/sparc-aout.patch b/target/linux/patches/3.2.69/sparc-aout.patch
deleted file mode 100644
index 6ad252479..000000000
--- a/target/linux/patches/3.2.69/sparc-aout.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur linux-3.2.66.orig/arch/sparc/boot/Makefile linux-3.2.66/arch/sparc/boot/Makefile
---- linux-3.2.66.orig/arch/sparc/boot/Makefile 2014-12-31 19:27:54.000000000 -0600
-+++ linux-3.2.66/arch/sparc/boot/Makefile 2015-02-17 13:21:38.269400789 -0600
-@@ -75,9 +75,6 @@
- $(call if_changed,gzip)
- @echo ' kernel: $@ is ready'
-
--$(obj)/vmlinux.aout: vmlinux FORCE
-- $(call if_changed,elftoaout)
-- @echo ' kernel: $@ is ready'
- else
-
- # The following lines make a readable image for U-Boot.
-@@ -110,6 +107,10 @@
-
- endif
-
-+$(obj)/vmlinux.aout: $(obj)/image FORCE
-+ $(call if_changed,elftoaout)
-+ @echo ' kernel: $@ is ready'
-+
- $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE
- $(call if_changed,elftoaout)
- $(call if_changed,piggy)