diff options
author | John Crispin <john@openwrt.org> | 2015-02-02 09:00:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-02 09:00:21 +0000 |
commit | bc906ca59e9f437f5cb9543714d1b979ea82838e (patch) | |
tree | 2a36e8dfc3d14518f704163aa2657d83c8f5594e /tools/firmware-utils/src/myloader.h | |
parent | 119b90759b23cf082cbe0e21be82240660f25890 (diff) | |
download | upstream-bc906ca59e9f437f5cb9543714d1b979ea82838e.tar.gz upstream-bc906ca59e9f437f5cb9543714d1b979ea82838e.tar.bz2 upstream-bc906ca59e9f437f5cb9543714d1b979ea82838e.zip |
added board support for compex wpj558
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
SVN-Revision: 44237
Diffstat (limited to 'tools/firmware-utils/src/myloader.h')
-rw-r--r-- | tools/firmware-utils/src/myloader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/myloader.h b/tools/firmware-utils/src/myloader.h index 7be1d49369..529cb46dd7 100644 --- a/tools/firmware-utils/src/myloader.h +++ b/tools/firmware-utils/src/myloader.h @@ -64,6 +64,8 @@ #define DEVID_COMPEX_WP543 0x0640 #define DEVID_COMPEX_WPE72 0x0672 +#define DEVID_COMPEX_WPJ558 0x0688 + /* Devices based on the IXP422 */ #define DEVID_COMPEX_WP18 0x047E #define DEVID_COMPEX_NP18A 0x0489 |