firmware-utils/mkmylofw: add WPE72 support
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Jan 2012 17:01:43 +0000 (17:01 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Jan 2012 17:01:43 +0000 (17:01 +0000)
Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29913 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/firmware-utils/src/mkmylofw.c
tools/firmware-utils/src/myloader.h

index 585a9f9..b5958eb 100644 (file)
@@ -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",
index d7e1d80..7be1d49 100644 (file)
@@ -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
This page took 0.031221 seconds and 4 git commands to generate.