I have new e-mail address. Thanks to Kaloz ;)
[openwrt.git] / tools / firmware-utils / src / mkmylofw.c
index 6e3c1b3..7a69f6e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  $Id$
  *
- *  Copyright (C) 2006,2007 Gabor Juhos <juhosg@freemail.hu>
+ *  Copyright (C) 2006,2007 Gabor Juhos <juhosg at openwrt.org>
  *
  *  This program is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU General Public License
@@ -325,7 +325,7 @@ find_board(char *model){
 
        board = NULL;
        for (tmp = boards; tmp->model != NULL; tmp++){
-               if (strcmp(model, tmp->model) == 0) {
+               if (strcasecmp(model, tmp->model) == 0) {
                        board = tmp;
                        break;
                }
This page took 0.02186 seconds and 4 git commands to generate.