Changeset 3424
- Timestamp:
- 08/12/09 14:52:36 (4 years ago)
- Location:
- ipcop/trunk/src/installer
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
ipcop/trunk/src/installer/common.h
r3360 r3424 155 155 char *netaddress[CFG_COLOURS_COUNT][MAX_NETWORK_COLOUR + 1]; /* Network address */ 156 156 char *broadcast[CFG_COLOURS_COUNT][MAX_NETWORK_COLOUR + 1]; /* Broadcast address */ 157 char *driver[CFG_COLOURS_COUNT][MAX_NETWORK_COLOUR + 1]; /* Kernel module */ 157 158 /* following are red-specials */ 158 159 char *red_type[MAX_NETWORK_COLOUR + 1]; /* */ -
ipcop/trunk/src/installer/helper.c
r3134 r3424 567 567 != SUCCESS) 568 568 return FAILURE; 569 570 read_ethernet_key(i, j, "DRIVER", &ipcop_ethernet.driver[i][j], 0, "Driver"); 569 571 } 570 572 }
