aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-24 16:44:30 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-24 16:44:30 +0000
commit33cd0e99eb43c64496ddea6dfb0d77163830ec5b (patch)
tree2d111465e8c138bc1e6f03ba281d30c957d26d69 /tools/firmware-utils
parent4240b7c838580123c2df9c2cf9ba6daa9c276ea1 (diff)
downloadmaster-187ad058-33cd0e99eb43c64496ddea6dfb0d77163830ec5b.tar.gz
master-187ad058-33cd0e99eb43c64496ddea6dfb0d77163830ec5b.tar.bz2
master-187ad058-33cd0e99eb43c64496ddea6dfb0d77163830ec5b.zip
[tools] firmware-utils/mkcsysimg: add signature for the 5GXi board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16551 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils')
-rw-r--r--tools/firmware-utils/src/csysimg.h6
-rw-r--r--tools/firmware-utils/src/mkcsysimg.c5
2 files changed, 6 insertions, 5 deletions
diff --git a/tools/firmware-utils/src/csysimg.h b/tools/firmware-utils/src/csysimg.h
index d6b9d0a4da..19dfbd4334 100644
--- a/tools/firmware-utils/src/csysimg.h
+++ b/tools/firmware-utils/src/csysimg.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
+ * Copyright (C) 2007,2009 Gabor Juhos <juhosg@openwrt.org>
*
* This program was based on the code found in various Linux
* source tarballs released by Edimax for it's devices.
@@ -60,6 +60,7 @@
#define SIG_PS3205U "5010"
#define SIG_PS3205UWg "5011"
#define SIG_RALINK "RNRA"
+#define SIG_5GXI "5GXI" /* fake signature */
#define SIG_H2BR4 SIG_BR6524K
#define SIG_H2WR54G SIG_BR6524WG
@@ -75,6 +76,3 @@ struct csys_header {
uint32_t addr;
uint32_t size;
};
-
-
-
diff --git a/tools/firmware-utils/src/mkcsysimg.c b/tools/firmware-utils/src/mkcsysimg.c
index 3d5f00b9be..0e9392dde8 100644
--- a/tools/firmware-utils/src/mkcsysimg.c
+++ b/tools/firmware-utils/src/mkcsysimg.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
+ * Copyright (C) 2007-2009 Gabor Juhos <juhosg@openwrt.org>
*
* This program was based on the code found in various Linux
* source tarballs released by Edimax for it's devices.
@@ -181,6 +181,9 @@ static struct board_info boards[] = {
/* Conceptronic products */
BOARD_ADM("C54BSR4", "Conceptronic C54BSR4", 2, SIG_C54BSR4),
+ /* OSBRiDGE products */
+ BOARD_ADM("5GXi", "OSBDRiDGE 5GXi", 2, SIG_5GXI),
+
{.model = NULL}
};