summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-22 13:52:32 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-22 13:52:32 +0000
commitf336f246d6c04a39930e45f0246954a2f8af8703 (patch)
tree24f396509057722aa70d908e7be2132777b9dcf5 /target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch
parentcdfa8165c6d27e078dd49f624c330b58b2e40e7f (diff)
ralink: set v3.10 as default
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch')
-rw-r--r--target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch b/target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch
deleted file mode 100644
index f8bcd421bf..0000000000
--- a/target/linux/ramips/patches-3.9/0164-Kbuild-add-missing-space.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 3630032605c18986555263eccc08b929e4c6d473 Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Fri, 17 May 2013 01:03:45 +0200
-Subject: [PATCH 164/164] Kbuild: add missing space
-
-Currently the output looks like this:
-DTC arch/mips/ralink/dts/mt7620a_eval.dtb
-DTB arch/mips/ralink/dts/mt7620a_eval.dtb.S
-AS arch/mips/ralink/dts/mt7620a_eval.dtb.o
-
-Whitespace error was introduced by initial commit
-commit aab94339cd85d726abeae78fc02351fc1910e6a4
-Author: Dirk Brandewie <dirk.brandewie@gmail.com>
-Date: Wed Dec 22 11:57:26 2010 -0800
-
-of: Add support for linking device tree blobs into vmlinux
-
-Signed-off-by: John Crispin <blogic@openwrt.org>
----
- scripts/Makefile.lib | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/scripts/Makefile.lib
-+++ b/scripts/Makefile.lib
-@@ -251,7 +251,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) |
- # ---------------------------------------------------------------------------
-
- # Generate an assembly file to wrap the output of the device tree compiler
--quiet_cmd_dt_S_dtb= DTB $@
-+quiet_cmd_dt_S_dtb= DTB $@
- cmd_dt_S_dtb= \
- ( \
- echo '\#include <asm-generic/vmlinux.lds.h>'; \