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 /target/linux/generic/files/include | |
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 'target/linux/generic/files/include')
-rw-r--r-- | target/linux/generic/files/include/linux/myloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/myloader.h b/target/linux/generic/files/include/linux/myloader.h index d89e415fba..bb70460c24 100644 --- a/target/linux/generic/files/include/linux/myloader.h +++ b/target/linux/generic/files/include/linux/myloader.h @@ -37,6 +37,7 @@ /* Devices based on the Atheros AR71xx */ #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 |