firmware-utils/mkcsysimg: add signature for the 5GXi board
authorGabor Juhos <juhosg@openwrt.org>
Wed, 24 Jun 2009 16:44:30 +0000 (16:44 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 24 Jun 2009 16:44:30 +0000 (16:44 +0000)
SVN-Revision: 16551

tools/firmware-utils/src/csysimg.h
tools/firmware-utils/src/mkcsysimg.c

index d6b9d0a4da12c91102addebfdf2f1452d4a6d64b..19dfbd4334cbda43681c953d0aa9b9562d9c1b58 100644 (file)
@@ -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;
 };
-
-
-
index 3d5f00b9be714490140988c617698f7949fbf45b..0e9392dde8062f28f799470f88172fb5466618f9 100644 (file)
@@ -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}
 };