projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix wrong submenu for kmod-leds-wrap
[openwrt.git]
/
tools
/
firmware-utils
/
src
/
mkzynfw.c
diff --git
a/tools/firmware-utils/src/mkzynfw.c
b/tools/firmware-utils/src/mkzynfw.c
index
8fb3dad
..
b4462ad
100755
(executable)
--- a/
tools/firmware-utils/src/mkzynfw.c
+++ b/
tools/firmware-utils/src/mkzynfw.c
@@
-2,7
+2,7
@@
* $Id$
*
* Copyright (C) 2007 OpenWrt.org
* $Id$
*
* Copyright (C) 2007 OpenWrt.org
- * Copyright (C) 2007 Gabor Juhos <juhosg
@freemail.hu
>
+ * Copyright (C) 2007 Gabor Juhos <juhosg
at openwrt.org
>
*
* This code was based on the information of the ZyXEL's firmware
* image format written by Kolja Waschk, can be found at:
*
* This code was based on the information of the ZyXEL's firmware
* image format written by Kolja Waschk, can be found at:
@@
-732,7
+732,7
@@
find_board(char *name)
ret = NULL;
for (board = boards; board->name != NULL; board++){
ret = NULL;
for (board = boards; board->name != NULL; board++){
- if (strcmp(name, board->name) == 0) {
+ if (strc
asec
mp(name, board->name) == 0) {
ret = board;
break;
}
ret = board;
break;
}
This page took
0.027138 seconds
and
4
git commands to generate.