mirror of https://github.com/hak5/openwrt.git
firmware-utils/mkmylofw: add WPE72 support
Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29913lede-17.01
parent
e1e84badaa
commit
1338af2640
|
@ -154,6 +154,9 @@ struct cpx_board boards[] = {
|
||||||
CPX_BOARD_AR71XX(DEVID_COMPEX_WP543, 2,
|
CPX_BOARD_AR71XX(DEVID_COMPEX_WP543, 2,
|
||||||
"WP543", "Compex WP543",
|
"WP543", "Compex WP543",
|
||||||
"BareBoard"),
|
"BareBoard"),
|
||||||
|
CPX_BOARD_AR71XX(DEVID_COMPEX_WPE72, 8,
|
||||||
|
"WPE72", "Compex WPE72",
|
||||||
|
"BareBoard"),
|
||||||
|
|
||||||
CPX_BOARD_AR23XX(DEVID_COMPEX_NP25G, 4,
|
CPX_BOARD_AR23XX(DEVID_COMPEX_NP25G, 4,
|
||||||
"NP25G", "Compex NetPassage 25G",
|
"NP25G", "Compex NetPassage 25G",
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
/* Devices based on the Atheros AR71xx */
|
/* Devices based on the Atheros AR71xx */
|
||||||
#define DEVID_COMPEX_WP543 0x0640
|
#define DEVID_COMPEX_WP543 0x0640
|
||||||
|
#define DEVID_COMPEX_WPE72 0x0672
|
||||||
|
|
||||||
/* Devices based on the IXP422 */
|
/* Devices based on the IXP422 */
|
||||||
#define DEVID_COMPEX_WP18 0x047E
|
#define DEVID_COMPEX_WP18 0x047E
|
||||||
|
|
Loading…
Reference in New Issue