Changeset 12191
- Timestamp:
- 05/21/09 16:27:39 (4 years ago)
- File:
-
- 1 edited
-
src/router/libutils/utils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/libutils/utils.c
r12190 r12191 685 685 char mac[32]; 686 686 getBoardMAC(mac); 687 if (!strncmp(mac,"00:19:3B",8) )687 if (!strncmp(mac,"00:19:3B",8) || !strncmp(mac,"00:02:6F",8) || !strncmp(mac,"00:15:6D",8)) 688 688 { 689 689 fprintf(stderr,"unsupported board\n"); … … 739 739 char mac[32]; 740 740 getBoardMAC(mac); 741 if (!strncmp(mac,"00:19:3B",8) )741 if (!strncmp(mac,"00:19:3B",8) || !strncmp(mac,"00:02:6F",8) || !strncmp(mac,"00:15:6D",8)) 742 742 { 743 743 fprintf(stderr,"unsupported board\n");
Note: See TracChangeset
for help on using the changeset viewer.
