summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.19.5/sparc-aout.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-25 19:14:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-25 19:59:54 +0200
commitdf60188a94d1d009a93131b81b32fa245887384d (patch)
tree49a59d0d4377e712d82ae17d86805a6e1b1deb28 /target/linux/patches/3.19.5/sparc-aout.patch
parentc6847d3f5be31fd644d6a41de147b4604852966e (diff)
remove end-of-life kernel
Diffstat (limited to 'target/linux/patches/3.19.5/sparc-aout.patch')
-rw-r--r--target/linux/patches/3.19.5/sparc-aout.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/patches/3.19.5/sparc-aout.patch b/target/linux/patches/3.19.5/sparc-aout.patch
deleted file mode 100644
index 3360d6a6e..000000000
--- a/target/linux/patches/3.19.5/sparc-aout.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur linux-3.19.orig/arch/sparc/boot/Makefile linux-3.19/arch/sparc/boot/Makefile
---- linux-3.19.orig/arch/sparc/boot/Makefile 2015-02-08 20:54:22.000000000 -0600
-+++ linux-3.19/arch/sparc/boot/Makefile 2015-02-15 22:58:57.918666227 -0600
-@@ -25,9 +25,6 @@
- $(call if_changed,gzip)
- @echo ' kernel: $@ is ready'
-
--$(obj)/vmlinux.aout: vmlinux FORCE
-- $(call if_changed,elftoaout)
-- @echo ' kernel: $@ is ready'
- else
-
- $(obj)/zImage: $(obj)/image
-@@ -62,6 +59,10 @@
-
- endif
-
-+$(obj)/vmlinux.aout: $(obj)/image FORCE
-+ $(call if_changed,elftoaout)
-+ @echo ' kernel: $@ is ready'
-+
- $(obj)/image: vmlinux FORCE
- $(call if_changed,strip)
- @echo ' kernel: $@ is ready'