From: juhosg Date: Thu, 26 Jan 2012 17:01:43 +0000 (+0000) Subject: firmware-utils/mkmylofw: add WPE72 support X-Git-Tag: fast2504n-3.10.28-merged~7210 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=894d10e1e2fb322d2598d7e1116f5152d2765df6;p=openwrt.git firmware-utils/mkmylofw: add WPE72 support Signed-off-by: Johnathan Boyce git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29913 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/firmware-utils/src/mkmylofw.c b/tools/firmware-utils/src/mkmylofw.c index 585a9f9eba..b5958ebe0f 100644 --- a/tools/firmware-utils/src/mkmylofw.c +++ b/tools/firmware-utils/src/mkmylofw.c @@ -154,6 +154,9 @@ struct cpx_board boards[] = { CPX_BOARD_AR71XX(DEVID_COMPEX_WP543, 2, "WP543", "Compex WP543", "BareBoard"), + CPX_BOARD_AR71XX(DEVID_COMPEX_WPE72, 8, + "WPE72", "Compex WPE72", + "BareBoard"), CPX_BOARD_AR23XX(DEVID_COMPEX_NP25G, 4, "NP25G", "Compex NetPassage 25G", 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