summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.2.94/sparc-aout.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-04 20:38:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-04 20:38:17 +0100
commit7ad9bd33ece63ea288e3b36ca85f2cbd31abba3b (patch)
tree215d46c0ea2ad71ed68e402591f399484b094f34 /target/linux/patches/3.2.94/sparc-aout.patch
parent0821102d2a2385c7fd8066b9bb690802e2eb3d58 (diff)
linux: bump kernel versions
Diffstat (limited to 'target/linux/patches/3.2.94/sparc-aout.patch')
-rw-r--r--target/linux/patches/3.2.94/sparc-aout.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/patches/3.2.94/sparc-aout.patch b/target/linux/patches/3.2.94/sparc-aout.patch
new file mode 100644
index 000000000..6ad252479
--- /dev/null
+++ b/target/linux/patches/3.2.94/sparc-aout.patch
@@ -0,0 +1,24 @@
+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)