projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make binutils 2.18 default for ppc44x and ppc40x
[openwrt.git]
/
tools
/
firmware-utils
/
src
/
csysimg.h
diff --git
a/tools/firmware-utils/src/csysimg.h
b/tools/firmware-utils/src/csysimg.h
index
807c867
..
7685cbb
100644
(file)
--- a/
tools/firmware-utils/src/csysimg.h
+++ b/
tools/firmware-utils/src/csysimg.h
@@
-3,7
+3,7
@@
*
* Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
*
*
* Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
*
- * This program was based on the code found in various Linux
+ * This program was based on the code found in various Linux
* source tarballs released by Edimax for it's devices.
* Original author: David Hsu <davidhsu@realtek.com.tw>
*
* source tarballs released by Edimax for it's devices.
* Original author: David Hsu <davidhsu@realtek.com.tw>
*
@@
-33,18
+33,19
@@
#define ADM_BOOT_SIG "\x00\x60\x1A\x40"
#define ADM_BOOT_SIG "\x00\x60\x1A\x40"
-/*
+/*
* Generic signatures
*/
#define SIG_CSYS "CSYS"
#define SIG_CONF "HS\x00\x00"
#define SIG_BOOT_RTL "\x00\x00\x40\x21"
* Generic signatures
*/
#define SIG_CSYS "CSYS"
#define SIG_CONF "HS\x00\x00"
#define SIG_BOOT_RTL "\x00\x00\x40\x21"
-/*
+/*
* Web page signatures
*/
#define SIG_BR6104K "WB4K"
#define SIG_BR6104KP "WBKP"
* Web page signatures
*/
#define SIG_BR6104K "WB4K"
#define SIG_BR6104KP "WBKP"
+#define SIG_BR6104Wg "WBGW"
#define SIG_BR6104IPC "WBIP"
#define SIG_BR6114WG SIG_BR6104IPC
#define SIG_BR6524K "2-K-"
#define SIG_BR6104IPC "WBIP"
#define SIG_BR6114WG SIG_BR6104IPC
#define SIG_BR6524K "2-K-"
@@
-54,6
+55,7
@@
#define SIG_BR6541K "4--K"
#define SIG_BR6541KP "4-KP" /* FIXME: valid? */
#define SIG_BR6541WP "4-WP" /* FIXME: valid? */
#define SIG_BR6541K "4--K"
#define SIG_BR6541KP "4-KP" /* FIXME: valid? */
#define SIG_BR6541WP "4-WP" /* FIXME: valid? */
+#define SIG_C54BSR4 SIG_BR6104IPC
#define SIG_EW7207APg "EWAS"
#define SIG_PS1205UWg "4000"
#define SIG_PS3205U "5010"
#define SIG_EW7207APg "EWAS"
#define SIG_PS1205UWg "4000"
#define SIG_PS3205U "5010"
@@
-66,8
+68,8
@@
#define SIG_XRT401D SIG_BR6104K
#define SIG_XRT402D SIG_BR6524K
#define SIG_XRT401D SIG_BR6104K
#define SIG_XRT402D SIG_BR6524K
-/*
- * CSYS image file header
+/*
+ * CSYS image file header
*/
struct csys_header {
unsigned char sig[SIG_LEN];
*/
struct csys_header {
unsigned char sig[SIG_LEN];
This page took
0.025738 seconds
and
4
git commands to generate.