diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-16 07:49:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-16 07:49:27 +0000 |
commit | fcd2fe58ea19282551f2d15fc5d060dbdc8175f1 (patch) | |
tree | 3b94324850fbc38e9c97a5d54853233c4f52bbdc /tools/firmware-utils/src/myloader.h | |
parent | ac26d5ea2cb5ae507020fc63cf70ed62a9c50e45 (diff) | |
download | upstream-fcd2fe58ea19282551f2d15fc5d060dbdc8175f1.tar.gz upstream-fcd2fe58ea19282551f2d15fc5d060dbdc8175f1.tar.bz2 upstream-fcd2fe58ea19282551f2d15fc5d060dbdc8175f1.zip |
firmware_utils/mkmylofw: add definitions for the NP25G and WPE53G boards
SVN-Revision: 13226
Diffstat (limited to 'tools/firmware-utils/src/myloader.h')
-rw-r--r-- | tools/firmware-utils/src/myloader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/myloader.h b/tools/firmware-utils/src/myloader.h index d01bce951a..d7e1d80225 100644 --- a/tools/firmware-utils/src/myloader.h +++ b/tools/firmware-utils/src/myloader.h @@ -56,6 +56,10 @@ #define DEVID_COMPEX_WPP54AG 0x0550 #define DEVID_COMPEX_WPP54G 0x0555 +/* Devices based on the Atheros AR2317 */ +#define DEVID_COMPEX_NP25G 0x05e6 +#define DEVID_COMPEX_WPE53G 0x05dc + /* Devices based on the Atheros AR71xx */ #define DEVID_COMPEX_WP543 0x0640 |