diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-07 15:54:04 -0600 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-07 15:54:22 -0600 |
| commit | dc567bd4daacc2c576333e71bab73e817a7bc7e1 (patch) | |
| tree | 7d360a2aac7deee66d587e037061db6bf6201b50 /target/linux/patches/3.4.103/sparc-aout.patch | |
| parent | 61058fddb4f441f7b18f4392e319dc9d84103298 (diff) | |
update all kernel versions
Diffstat (limited to 'target/linux/patches/3.4.103/sparc-aout.patch')
| -rw-r--r-- | target/linux/patches/3.4.103/sparc-aout.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/patches/3.4.103/sparc-aout.patch b/target/linux/patches/3.4.103/sparc-aout.patch deleted file mode 100644 index 5cd74c2e7..000000000 --- a/target/linux/patches/3.4.103/sparc-aout.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nur linux-3.4.103.orig/arch/sparc/boot/Makefile linux-3.4.103/arch/sparc/boot/Makefile ---- linux-3.4.103.orig/arch/sparc/boot/Makefile 2014-08-13 20:07:43.000000000 -0500 -+++ linux-3.4.103/arch/sparc/boot/Makefile 2015-02-16 00:26:16.934618259 -0600 -@@ -74,9 +74,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. -@@ -107,6 +104,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) |
