diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-26 17:01:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-26 17:01:43 +0000 |
commit | 1338af2640f3b210c7b8d6d834bf1bf96fea333c (patch) | |
tree | 12983a7c31133c64636f712e617f1e556018f185 /tools/firmware-utils/src/myloader.h | |
parent | e1e84badaaf3814b21ce24295c9ec3183eeb4220 (diff) | |
download | upstream-1338af2640f3b210c7b8d6d834bf1bf96fea333c.tar.gz upstream-1338af2640f3b210c7b8d6d834bf1bf96fea333c.tar.bz2 upstream-1338af2640f3b210c7b8d6d834bf1bf96fea333c.zip |
firmware-utils/mkmylofw: add WPE72 support
Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com>
SVN-Revision: 29913
Diffstat (limited to 'tools/firmware-utils/src/myloader.h')
-rw-r--r-- | tools/firmware-utils/src/myloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/myloader.h b/tools/firmware-utils/src/myloader.h index d7e1d80225..7be1d49369 100644 --- a/tools/firmware-utils/src/myloader.h +++ b/tools/firmware-utils/src/myloader.h @@ -62,6 +62,7 @@ /* Devices based on the Atheros AR71xx */ #define DEVID_COMPEX_WP543 0x0640 +#define DEVID_COMPEX_WPE72 0x0672 /* Devices based on the IXP422 */ #define DEVID_COMPEX_WP18 0x047E |