aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/csysimg.h
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
commit19afadf0b23b44523d2789c5c0ada6131990e35e (patch)
treee98f289fdb55ad1cf694f95eeb655f409574dbbe /tools/firmware-utils/src/csysimg.h
parentc1a4eef48373860a6136adb3694d55351a8578e4 (diff)
downloadupstream-19afadf0b23b44523d2789c5c0ada6131990e35e.tar.gz
upstream-19afadf0b23b44523d2789c5c0ada6131990e35e.tar.bz2
upstream-19afadf0b23b44523d2789c5c0ada6131990e35e.zip
firmware-utils/mkcsysimg: add signature for the 5GXi board
SVN-Revision: 16551
Diffstat (limited to 'tools/firmware-utils/src/csysimg.h')
-rw-r--r--tools/firmware-utils/src/csysimg.h6
1 files changed, 2 insertions, 4 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;
};
-
-
-