summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-02 09:00:21 +0000
committerJohn Crispin <john@openwrt.org>2015-02-02 09:00:21 +0000
commitbc906ca59e9f437f5cb9543714d1b979ea82838e (patch)
tree2a36e8dfc3d14518f704163aa2657d83c8f5594e /target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch
parent119b90759b23cf082cbe0e21be82240660f25890 (diff)
downloadmaster-31e0f0ae-bc906ca59e9f437f5cb9543714d1b979ea82838e.tar.gz
master-31e0f0ae-bc906ca59e9f437f5cb9543714d1b979ea82838e.tar.bz2
master-31e0f0ae-bc906ca59e9f437f5cb9543714d1b979ea82838e.zip
added board support for compex wpj558
Signed-off-by: Christian Mehlis <christian@m3hlis.de> SVN-Revision: 44237
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch')
-rw-r--r--target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch b/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch
index 67c1faf9b0..407755e7d6 100644
--- a/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch
+++ b/target/linux/ar71xx/patches-3.14/507-MIPS-ath79-prom-add-myloader-support.patch
@@ -8,7 +8,7 @@
#include "common.h"
-@@ -69,6 +70,37 @@ static const char * __init ath79_prom_fi
+@@ -69,6 +70,40 @@ static const char * __init ath79_prom_fi
return ret;
}
@@ -29,6 +29,9 @@
+ case DEVID_COMPEX_WPE72:
+ ath79_prom_append_cmdline("board", "WPE72");
+ break;
++ case DEVID_COMPEX_WPJ558:
++ ath79_prom_append_cmdline("board", "WPJ558");
++ break;
+ default:
+ pr_warn("prom: unknown device id: %x\n", mylo->did);
+ return 0;