From 447d5a5a16313abd8bd11dd229721ffd73886340 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 16 Nov 2008 07:49:27 +0000 Subject: [tools] firmware_utils/mkmylofw: add definitions for the NP25G and WPE53G boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13226 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/src/myloader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/firmware-utils/src/myloader.h') diff --git a/tools/firmware-utils/src/myloader.h b/tools/firmware-utils/src/myloader.h index d01bce951..d7e1d8022 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 -- cgit v1.2.3