X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c03b4d61aefd32933afe3b47b2198bdf7364ab2b..8eede392b8d2dea41e1466b8f6e6387d0a3ab8b9:/tools/firmware-utils/src/csysimg.h?ds=inline diff --git a/tools/firmware-utils/src/csysimg.h b/tools/firmware-utils/src/csysimg.h index 7685cbb90..19dfbd433 100644 --- a/tools/firmware-utils/src/csysimg.h +++ b/tools/firmware-utils/src/csysimg.h @@ -1,7 +1,6 @@ /* - * $Id$ * - * Copyright (C) 2007 Gabor Juhos + * Copyright (C) 2007,2009 Gabor Juhos * * This program was based on the code found in various Linux * source tarballs released by Edimax for it's devices. @@ -61,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 @@ -76,6 +76,3 @@ struct csys_header { uint32_t addr; uint32_t size; }; - - -